Searched refs:_SC_XOPEN_UNIX (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/include/sys/ | ||
D | sysconf.h | 79 #define _SC_XOPEN_UNIX 0x0029 macro |
/bionic/libc/unistd/ | ||
D | sysconf.c | 158 case _SC_XOPEN_UNIX: return _XOPEN_UNIX; in sysconf() |