Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dsysconf.h59 #define _SC_2_VERSION 0x0016 macro
/bionic/libc/bionic/
Dsysconf.cpp93 case _SC_2_VERSION: return _POSIX2_VERSION; in sysconf()
/bionic/tests/
Dunistd_test.cpp840 VERIFY_SYSCONF_POSIX_VERSION(_SC_2_VERSION); in TEST()