Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dsysconf.h80 #define _SC_JOB_CONTROL 0x0017 macro
/bionic/libc/bionic/
Dsysconf.cpp223 case _SC_JOB_CONTROL: return _POSIX_JOB_CONTROL; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c212 MACRO(_SC_JOB_CONTROL); in unistd_h()
/bionic/tests/
Dunistd_test.cpp1009 VERIFY_SYSCONF_POSITIVE(_SC_JOB_CONTROL); in TEST()