Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dposix_limits.h70 #define _POSIX_SHELL 1 /* system. */ macro
/bionic/libc/bionic/
Dsysconf.cpp176 case _SC_SHELL: return _POSIX_SHELL; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c63 MACRO(_POSIX_SHELL); in unistd_h()
/bionic/tests/
Dunistd_test.cpp780 EXPECT_GT(_POSIX_SHELL, 0); in TEST()