Home
last modified time | relevance | path

Searched refs:REG_NOSPEC (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/include/
Dregex.h65 #define REG_NOSPEC 0020 macro
/picolibc-latest/newlib/libc/posix/
Dregcomp.c197 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC)) in regcomp()
253 else if (cflags&REG_NOSPEC) in regcomp()