Home
last modified time | relevance | path

Searched refs:MAXHOSTNAMELEN (Results 1 - 11 of 11) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dparam.h5 #define MAXHOSTNAMELEN 64 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dparam.h5 #define MAXHOSTNAMELEN 64 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dparam.h8 #define MAXHOSTNAMELEN 64 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dparam.h5 #define MAXHOSTNAMELEN 64 macro
/third_party/musl/include/sys/
H A Dparam.h5 #define MAXHOSTNAMELEN 64 macro
/third_party/backends/frontend/
H A Dsaned.c216 #ifndef MAXHOSTNAMELEN
217 # define MAXHOSTNAMELEN 120 macro
769 char hostname[MAXHOSTNAMELEN]; in check_host()
1152 char hostname[MAXHOSTNAMELEN]; in check_host()
/third_party/benchmark/src/
H A Dsysinfo.cc458 #define HOST_NAME_MAX MAXHOSTNAMELEN in GetSystemName()
/third_party/libuv/include/
H A Duv.h1368 #ifdef MAXHOSTNAMELEN
1369 # define UV_MAXHOSTNAMESIZE (MAXHOSTNAMELEN + 1)
/third_party/libuv/include/uv_ndk/
H A Duv.h1250 #ifdef MAXHOSTNAMELEN
1251 # define UV_MAXHOSTNAMESIZE (MAXHOSTNAMELEN + 1)
/third_party/node/deps/uv/include/
H A Duv.h1265 #ifdef MAXHOSTNAMELEN
1266 # define UV_MAXHOSTNAMESIZE (MAXHOSTNAMELEN + 1)
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs3358 pub const MAXHOSTNAMELEN: ::c_int = 256; consts

Completed in 25 milliseconds