Home
last modified time | relevance | path

Searched refs:UT_HOSTSIZE (Results 1 - 10 of 10) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/
H A Dutmp.h12 #define UT_HOSTSIZE 256 macro
18 char ll_host[UT_HOSTSIZE];
/third_party/musl/porting/uniproton/kernel/include/
H A Dutmp.h12 #define UT_HOSTSIZE 256 macro
18 char ll_host[UT_HOSTSIZE];
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dutmp.h12 #define UT_HOSTSIZE 256 macro
18 char ll_host[UT_HOSTSIZE];
/third_party/musl/include/
H A Dutmp.h12 #define UT_HOSTSIZE 256 macro
18 char ll_host[UT_HOSTSIZE];
/third_party/toybox/toys/pending/
H A Dgetty.c268 char *utmperr = "can't make utmp entry, host length greater than UT_HOSTSIZE(256)"; in utmp_entry()
281 if (strlen(TT.host_str) > UT_HOSTSIZE) perror_msg_raw(utmperr); in utmp_entry()
282 else xstrncpy(entry.ut_host, TT.host_str, UT_HOSTSIZE); in utmp_entry()
289 if (strlen(TT.host_str) > UT_HOSTSIZE) perror_msg_raw(utmperr); in utmp_entry()
290 else xstrncpy(entry.ut_host, TT.host_str, UT_HOSTSIZE); in utmp_entry()
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
H A Dmod.rs225 pub const UT_HOSTSIZE: usize = 16; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/
H A Dmod.rs314 pub const UT_HOSTSIZE: usize = 256; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs588 ll_host: [::c_char; UT_HOSTSIZE],
594 pub ut_host: [::c_char; UT_HOSTSIZE],
954 pub const UT_HOSTSIZE: usize = 256; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs396 pub ut_host: [::c_char; UT_HOSTSIZE],
402 pub ll_host: [::c_char; UT_HOSTSIZE],
2186 pub const UT_HOSTSIZE: usize = 16; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs529 ll_host: [::c_char; UT_HOSTSIZE],
538 pub ut_host: [::c_char; UT_HOSTSIZE],

Completed in 24 milliseconds