Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dsysconf.h61 #define _SC_SAVED_IDS 0x0018 macro
/bionic/libc/bionic/
Dsysconf.cpp95 case _SC_SAVED_IDS: return _POSIX_SAVED_IDS; in sysconf()
/bionic/tests/
Dunistd_test.cpp841 VERIFY_SYSCONF_POSITIVE(_SC_SAVED_IDS); in TEST()