Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dposix_limits.h99 #define _POSIX2_CHAR_TERM _POSIX_VERSION macro
/bionic/libc/bionic/
Dsysconf.cpp109 case _SC_2_CHAR_TERM: return _POSIX2_CHAR_TERM; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c84 MACRO(_POSIX2_CHAR_TERM); in unistd_h()
/bionic/tests/
Dunistd_test.cpp892 EXPECT_EQ(_POSIX_VERSION, _POSIX2_CHAR_TERM); in TEST()