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

  /bionic/libc/include/bits/
posix_limits.h 138 #define _POSIX_MAX_CANON 255
  /bionic/tests/headers/posix/
limits_h.c 134 MACRO_VALUE(_POSIX_MAX_CANON, 255);
  /external/python/cpython2/Lib/plat-atheos/
IN.py 80 _POSIX_MAX_CANON = 255
124 _POSIX_MAX_CANON = 126
  /external/python/cpython2/Lib/plat-beos5/
IN.py 129 _POSIX_MAX_CANON = (255)
  /external/toybox/toys/posix/
getconf.c 150 CONF(_POSIX_LOGIN_NAME_MAX), CONF(_POSIX_MAX_CANON),
  /external/python/cpython2/Lib/plat-linux2/
IN.py 253 _POSIX_MAX_CANON = 255
  /bionic/tests/
unistd_test.cpp 741 EXPECT_EQ(255, _POSIX_MAX_CANON);
    [all...]

Completed in 1524 milliseconds