Home
last modified time | relevance | path

Searched refs:cflags (Results 1 – 25 of 52) sorted by relevance

123

/picolibc-latest/scripts/
Dcross-avr.txt2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
Dcross-clang-msp430.txt2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
Dcross-xtensa-espressif_esp32_zephyr-elf.txt2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
Dcross-xtensa-espressif_esp32s2_zephyr-elf.txt2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
Dcross-xtensa-intel_apl_adsp_zephyr-elf.txt2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
Dcross-xtensa-intel_s1000_zephyr-elf.txt2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
Dcross-xtensa-nxp_imx8m_adsp_zephyr-elf.txt2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
Dcross-xtensa-nxp_imx_adsp_zephyr-elf.txt2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
Dcross-xtensa-sample_controller_zephyr-elf.txt2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
Dcross-msp430.txt2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
Dcross-microblazeel-zephyr-elf.txt2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
Dcross-mips64-linux-gnuabi64.txt2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
Dcross-mipsel-linux-gnu.txt2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
Dcross-sparc64-linux-gnu.txt2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
Dcross-arc64-zephyr-elf.txt2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
Dcross-mips-linux-gnu.txt2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
Dcross-riscv64-zephyr-elf.txt2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
Dcross-sh-unknown-elf.txt2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
Dcross-aarch64-zephyr-elf.txt2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
Dcross-clang-aarch64-none-elf.txt2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
Dcross-cortex-a9-none-eabi.txt2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
Dcross-mips-zephyr-elf.txt2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
Dcross-nios2-zephyr-elf.txt2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
Dcross-riscv64-unknown-elf.txt2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
/picolibc-latest/newlib/libc/posix/
Dregcomp.c183 regcomp(regex_t *__restrict preg, const char *__restrict pattern, int cflags) in regcomp() argument
196 cflags = GOODFLAGS(cflags); in regcomp()
197 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC)) in regcomp()
200 if (cflags&REG_PEND) { in regcomp()
233 g->cflags = cflags; in regcomp()
251 if (cflags&REG_EXTENDED) in regcomp()
253 else if (cflags&REG_NOSPEC) in regcomp()
404 if (p->g->cflags&REG_NEWLINE) in p_ere_exp()
563 if (p->g->cflags&REG_NEWLINE) in p_simp_re()
713 if (p->g->cflags&REG_ICASE) { in p_bracket()
[all …]

123