Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dsysconf.h62 #define _SC_VERSION 0x0019 macro
/bionic/libc/bionic/
Dsysconf.cpp96 case _SC_VERSION: return _POSIX_VERSION; in sysconf()
/bionic/tests/
Dunistd_test.cpp843 VERIFY_SYSCONF_POSIX_VERSION(_SC_VERSION); in TEST()