Searched refs:UT_HOSTSIZE (Results 1 - 10 of 10) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | utmp.h | 12 #define UT_HOSTSIZE 256 macro 18 char ll_host[UT_HOSTSIZE];
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | utmp.h | 12 #define UT_HOSTSIZE 256 macro 18 char ll_host[UT_HOSTSIZE];
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | utmp.h | 12 #define UT_HOSTSIZE 256 macro 18 char ll_host[UT_HOSTSIZE];
|
/third_party/musl/include/ |
H A D | utmp.h | 12 #define UT_HOSTSIZE 256 macro 18 char ll_host[UT_HOSTSIZE];
|
/third_party/toybox/toys/pending/ |
H A D | getty.c | 268 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 D | mod.rs | 225 pub const UT_HOSTSIZE: usize = 16; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/ |
H A D | mod.rs | 314 pub const UT_HOSTSIZE: usize = 256; consts
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
H A D | mod.rs | 588 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 D | mod.rs | 396 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 D | mod.rs | 529 ll_host: [::c_char; UT_HOSTSIZE], 538 pub ut_host: [::c_char; UT_HOSTSIZE],
|
Completed in 24 milliseconds