Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dsysconf.h149 #define _SC_SPORADIC_SERVER 0x0077 macro
/bionic/libc/bionic/
Dsysconf.cpp172 case _SC_SPORADIC_SERVER: return _POSIX_SPORADIC_SERVER; in sysconf()
/bionic/tests/
Dunistd_test.cpp909 VERIFY_SYSCONF_UNSUPPORTED(_SC_SPORADIC_SERVER); in TEST()