Home
last modified time | relevance | path

Searched defs:NOFILE (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/sys/
Dparam.h11 #define NOFILE 256 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dparam.h11 #define NOFILE 256 macro
/third_party/musl/ndk_musl_include/sys/
Dparam.h11 #define NOFILE 256 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dparam.h14 #define NOFILE 256 macro
/third_party/musl/include/sys/
Dparam.h11 #define NOFILE 256 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dparam.h11 #define NOFILE 256 macro
/third_party/libinput/tools/
Dlibinput-record.c2575 NOFILE, enumerator
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs3354 pub const NOFILE: ::c_int = OPEN_MAX; constant