Home
last modified time | relevance | path

Searched refs:REG_POSIX (Results 1 – 4 of 4) sorted by relevance

/freebsd/include/
H A Dregex.h71 #define REG_POSIX 0400 /* only POSIX-compliant regex (libregex) */ macro
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A DREADME31 P REG_POSIX
H A Dmain.c366 o |= REG_POSIX; in options()
/freebsd/lib/libc/regex/
H A Dregcomp.c270 if (cflags&REG_POSIX) { in regcomp_internal()