Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dsysconf.h163 #define _SC_TRACE_LOG 0x0084 macro
/bionic/libc/bionic/
Dsysconf.cpp208 case _SC_TRACE_LOG: return -1; // Obsolescent in POSIX.1-2008. in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c254 MACRO(_SC_TRACE_LOG); in unistd_h()
/bionic/tests/
Dunistd_test.cpp1047 VERIFY_SYSCONF_UNSUPPORTED(_SC_TRACE_LOG); in TEST()