Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dposix_limits.h103 #define _POSIX2_SW_DEV __BIONIC_POSIX_FEATURE_MISSING macro
/bionic/libc/bionic/
Dsysconf.cpp113 case _SC_2_SW_DEV: return _POSIX2_SW_DEV; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c86 MACRO(_POSIX2_SW_DEV); in unistd_h()
/bionic/tests/
Dunistd_test.cpp912 EXPECT_EQ(-1, _POSIX2_SW_DEV); in TEST()