Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dposix_limits.h45 #define _POSIX_ADVISORY_INFO __BIONIC_POSIX_FEATURE_SINCE(23) /* posix_memadvise arrived late. */ macro
/bionic/libc/bionic/
Dsysconf.cpp166 case _SC_ADVISORY_INFO: return _POSIX_ADVISORY_INFO; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c38 MACRO(_POSIX_ADVISORY_INFO); in unistd_h()
/bionic/tests/
Dunistd_test.cpp792 EXPECT_EQ(_POSIX_VERSION, _POSIX_ADVISORY_INFO); in TEST()