Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dsysconf.h61 #define _SC_SAVED_IDS 0x0018 macro
/bionic/libc/bionic/
Dsysconf.cpp117 case _SC_SAVED_IDS: return _POSIX_SAVED_IDS; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c217 MACRO(_SC_SAVED_IDS); in unistd_h()
/bionic/tests/
Dunistd_test.cpp963 VERIFY_SYSCONF_POSITIVE(_SC_SAVED_IDS); in TEST()