Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dsysconf.h62 #define _SC_VERSION 0x0019 macro
/bionic/libc/bionic/
Dsysconf.cpp103 case _SC_VERSION: return _POSIX_VERSION; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c261 MACRO(_SC_VERSION); in unistd_h()
/bionic/tests/
Dunistd_test.cpp920 VERIFY_SYSCONF_POSIX_VERSION(_SC_VERSION); in TEST()