Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dposix_limits.h66 #define _POSIX_REGEXP 1 macro
/bionic/libc/bionic/
Dsysconf.cpp190 case _SC_REGEXP: return _POSIX_REGEXP; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c59 MACRO(_POSIX_REGEXP); in unistd_h()
/bionic/tests/
Dunistd_test.cpp859 EXPECT_GT(_POSIX_REGEXP, 0); in TEST()