Searched refs:_POSIX_SPAWN (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/include/bits/
H A Dposix_limits.h71 #define _POSIX_SPAWN __BIONIC_POSIX_FEATURE_SINCE(28) /* <spawn.h> */ macro
/bionic/tools/versioner/current/bits/
H A Dposix_limits.h71 #define _POSIX_SPAWN __BIONIC_POSIX_FEATURE_SINCE(28) /* <spawn.h> */ macro
/bionic/libc/bionic/
H A Dsysconf.cpp177 case _SC_SPAWN: return _POSIX_SPAWN;
/bionic/tests/headers/posix/
H A Dunistd_h.c64 MACRO(_POSIX_SPAWN);
/bionic/tests/
H A Dunistd_test.cpp781 EXPECT_EQ(_POSIX_VERSION, _POSIX_SPAWN);

Completed in 17 milliseconds