Home
last modified time | relevance | path

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

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