Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dposix_limits.h71 #define _POSIX_SPAWN __BIONIC_POSIX_FEATURE_SINCE(28) /* <spawn.h> */ macro
/bionic/libc/bionic/
Dsysconf.cpp177 case _SC_SPAWN: return _POSIX_SPAWN; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c64 MACRO(_POSIX_SPAWN); in unistd_h()
/bionic/tests/
Dunistd_test.cpp819 EXPECT_EQ(_POSIX_VERSION, _POSIX_SPAWN); in TEST()