Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dposix_limits.h74 #define _POSIX_SYNCHRONIZED_IO _POSIX_VERSION macro
/bionic/libc/bionic/
Dsysconf.cpp263 case _SC_SYNCHRONIZED_IO: return _POSIX_SYNCHRONIZED_IO; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c70 MACRO(_POSIX_SYNCHRONIZED_IO); in unistd_h()
/bionic/tests/
Dunistd_test.cpp901 EXPECT_EQ(_POSIX_VERSION, _POSIX_SYNCHRONIZED_IO); in TEST()