Home
last modified time | relevance | path

Searched refs:_POSIX_SHELL (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/bits/
Dposix_limits.h83 #define _POSIX_SHELL 1 /* system() supported */ macro
/bionic/libc/bionic/
Dsysconf.cpp169 case _SC_SHELL: return _POSIX_SHELL; in sysconf()
/bionic/tests/
Dunistd_test.cpp728 EXPECT_GT(_POSIX_SHELL, 0); in TEST()