Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/kernel/include/sys/
Dparam.h5 #define MAXHOSTNAMELEN 64 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dparam.h5 #define MAXHOSTNAMELEN 64 macro
/third_party/musl/ndk_musl_include/sys/
Dparam.h5 #define MAXHOSTNAMELEN 64 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dparam.h8 #define MAXHOSTNAMELEN 64 macro
/third_party/musl/include/sys/
Dparam.h5 #define MAXHOSTNAMELEN 64 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dparam.h5 #define MAXHOSTNAMELEN 64 macro
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs3358 pub const MAXHOSTNAMELEN: ::c_int = 256; constant