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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
posix1_lim.h 38 #define _POSIX_ARG_MAX 4096
xopen_lim.h 71 #define NL_ARGMAX _POSIX_ARG_MAX
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
posix1_lim.h 38 #define _POSIX_ARG_MAX 4096
xopen_lim.h 71 #define NL_ARGMAX _POSIX_ARG_MAX
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
limits.h 91 #define _POSIX_ARG_MAX 4096
  /bionic/libc/include/bits/
posix_limits.h 131 #define _POSIX_ARG_MAX 4096
  /bionic/tests/headers/posix/
limits_h.c 128 MACRO_VALUE(_POSIX_ARG_MAX, 4096);
  /external/python/cpython2/Lib/plat-atheos/
IN.py 76 _POSIX_ARG_MAX = 4096
121 _POSIX_ARG_MAX = 131072
186 NL_ARGMAX = _POSIX_ARG_MAX
  /external/python/cpython2/Lib/plat-linux2/
IN.py 249 _POSIX_ARG_MAX = 4096
338 NL_ARGMAX = _POSIX_ARG_MAX
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 249 _POSIX_ARG_MAX = 4096
338 NL_ARGMAX = _POSIX_ARG_MAX
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 249 _POSIX_ARG_MAX = 4096
338 NL_ARGMAX = _POSIX_ARG_MAX
  /external/python/cpython2/Lib/plat-beos5/
IN.py 125 _POSIX_ARG_MAX = (32768)
  /bionic/tests/
unistd_test.cpp 696 EXPECT_EQ(4096, _POSIX_ARG_MAX);
    [all...]

Completed in 1566 milliseconds