Searched refs:cflags (Results 1 – 25 of 52) sorted by relevance
123
/picolibc-latest/scripts/ |
D | cross-avr.txt | 2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
|
D | cross-clang-msp430.txt | 2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
|
D | cross-xtensa-espressif_esp32_zephyr-elf.txt | 2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
|
D | cross-xtensa-espressif_esp32s2_zephyr-elf.txt | 2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
|
D | cross-xtensa-intel_apl_adsp_zephyr-elf.txt | 2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
|
D | cross-xtensa-intel_s1000_zephyr-elf.txt | 2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
|
D | cross-xtensa-nxp_imx8m_adsp_zephyr-elf.txt | 2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
|
D | cross-xtensa-nxp_imx_adsp_zephyr-elf.txt | 2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
|
D | cross-xtensa-sample_controller_zephyr-elf.txt | 2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
|
D | cross-msp430.txt | 2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
|
D | cross-microblazeel-zephyr-elf.txt | 2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
|
D | cross-mips64-linux-gnuabi64.txt | 2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
|
D | cross-mipsel-linux-gnu.txt | 2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
|
D | cross-sparc64-linux-gnu.txt | 2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
|
D | cross-arc64-zephyr-elf.txt | 2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
|
D | cross-mips-linux-gnu.txt | 2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
|
D | cross-riscv64-zephyr-elf.txt | 2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
|
D | cross-sh-unknown-elf.txt | 2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
|
D | cross-aarch64-zephyr-elf.txt | 2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
|
D | cross-clang-aarch64-none-elf.txt | 2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
|
D | cross-cortex-a9-none-eabi.txt | 2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
|
D | cross-mips-zephyr-elf.txt | 2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
|
D | cross-nios2-zephyr-elf.txt | 2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
|
D | cross-riscv64-unknown-elf.txt | 2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
|
/picolibc-latest/newlib/libc/posix/ |
D | regcomp.c | 183 regcomp(regex_t *__restrict preg, const char *__restrict pattern, int cflags) in regcomp() argument 196 cflags = GOODFLAGS(cflags); in regcomp() 197 if ((cflags®_EXTENDED) && (cflags®_NOSPEC)) in regcomp() 200 if (cflags®_PEND) { in regcomp() 233 g->cflags = cflags; in regcomp() 251 if (cflags®_EXTENDED) in regcomp() 253 else if (cflags®_NOSPEC) in regcomp() 404 if (p->g->cflags®_NEWLINE) in p_ere_exp() 563 if (p->g->cflags®_NEWLINE) in p_simp_re() 713 if (p->g->cflags®_ICASE) { in p_bracket() [all …]
|
123