Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dposix_limits.h67 #define _POSIX_SAVED_IDS 1 macro
/bionic/libc/bionic/
Dsysconf.cpp117 case _SC_SAVED_IDS: return _POSIX_SAVED_IDS; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c60 MACRO(_POSIX_SAVED_IDS); in unistd_h()
/bionic/tests/
Dunistd_test.cpp860 EXPECT_GT(_POSIX_SAVED_IDS, 0); in TEST()