HomeSort by relevance Sort by last modified time
    Searched refs:_XOPEN_VERSION (Results 1 - 11 of 11) sorted by null

  /external/python/cpython2/Lib/plat-sunos5/
TYPES.py 47 _XOPEN_VERSION = 500
48 _XOPEN_VERSION = 4
49 _XOPEN_VERSION = 3
IN.py 47 _XOPEN_VERSION = 500
48 _XOPEN_VERSION = 4
49 _XOPEN_VERSION = 3
STROPTS.py 47 _XOPEN_VERSION = 500
48 _XOPEN_VERSION = 4
49 _XOPEN_VERSION = 3
    [all...]
  /bionic/libc/include/bits/
posix_limits.h 36 #define _XOPEN_VERSION 700
  /external/libxml2/
triodef.h 113 # if (_XOPEN_VERSION >= 500)
116 # if (_XOPEN_VERSION >= 600)
  /bionic/libc/bionic/
sysconf.cpp 110 case _SC_XOPEN_VERSION: return _XOPEN_VERSION;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
unistd.h 88 # define _XOPEN_VERSION 700
90 # define _XOPEN_VERSION 600
92 # define _XOPEN_VERSION 500
94 # define _XOPEN_VERSION 4
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/
zconf.h 514 #if _XOPEN_VERSION < 3
522 #if _XOPEN_VERSION < 500
  /external/python/cpython2/Lib/plat-unixware7/
STROPTS.py 217 _XOPEN_VERSION = 4
  /bionic/tests/headers/posix/
unistd_h.c 36 MACRO(_XOPEN_VERSION);
  /bionic/tests/
unistd_test.cpp 808 EXPECT_EQ(700, _XOPEN_VERSION);
882 VerifySysconf(_SC_XOPEN_VERSION, "_SC_XOPEN_VERSION", [](long v){return v == _XOPEN_VERSION;});
    [all...]

Completed in 213 milliseconds