Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dsysconf.h59 #define _SC_2_VERSION 0x0016 macro
/bionic/libc/bionic/
Dsysconf.cpp115 case _SC_2_VERSION: return _POSIX2_VERSION; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c186 MACRO(_SC_2_VERSION); in unistd_h()
/bionic/tests/
Dunistd_test.cpp979 VERIFY_SYSCONF_POSIX_VERSION(_SC_2_VERSION); in TEST()