Home
last modified time | relevance | path

Searched refs:MAX_CANON (Results 1 – 12 of 12) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dlimits.h10 #define MAX_CANON 255 /* size of the canonical input queue */ macro
/external/iproute2/include/uapi/linux/
Dlimits.h10 #define MAX_CANON 255 /* size of the canonical input queue */ macro
/external/python/cpython2/Lib/plat-beos5/
DIN.py114 MAX_CANON = (255) variable
/external/toybox/toys/posix/
Dgetconf.c125 CONF(MAX_CANON), CONF(MAX_INPUT), CONF(NAME_MAX), CONF(NO_TRUNC),
/external/python/cpython2/Lib/plat-linux2/
DIN.py287 MAX_CANON = 255 variable
/external/python/cpython2/Lib/plat-irix6/
DFILE.py366 MAX_CANON = 256 variable
/external/python/cpython2/Lib/plat-atheos/
DIN.py139 MAX_CANON = 126 variable
/external/python/cpython2/Lib/plat-sunos5/
DIN.py78 MAX_CANON = 256 variable
DSTROPTS.py75 MAX_CANON = 256 variable
/external/crosvm/io_uring/src/
Dbindings.rs52 pub const MAX_CANON: ::std::os::raw::c_uint = 255; constant
/external/minijail/linux-x86/
Dlibconstants.gen.c3073 #ifdef MAX_CANON
3074 { "MAX_CANON", (unsigned long) MAX_CANON },
/external/rust/crates/nix/src/
Dunistd.rs1796 MAX_CANON = libc::_PC_MAX_CANON, enumerator