Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dsysconf.h96 #define _SC_XOPEN_SHM 0x001f macro
/bionic/libc/bionic/
Dsysconf.cpp231 case _SC_XOPEN_SHM: return _XOPEN_SHM; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c284 MACRO(_SC_XOPEN_SHM); in unistd_h()