Home
last modified time | relevance | path

Searched defs:_POSIX_MAX_CANON (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/porting/liteos_a/user/include/
Dlimits.h123 #define _POSIX_MAX_CANON 255 macro
/third_party/musl/porting/liteos_m/user/include/
Dlimits.h123 #define _POSIX_MAX_CANON 255 macro
/third_party/musl/porting/uniproton/kernel/include/
Dlimits.h125 #define _POSIX_MAX_CANON 255 macro
/third_party/musl/include/
Dlimits.h132 #define _POSIX_MAX_CANON 255 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dlimits.h125 #define _POSIX_MAX_CANON 255 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dlimits.h154 #define _POSIX_MAX_CANON 255 macro
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs3373 pub const _POSIX_MAX_CANON: ::c_int = 255; constant