Home
last modified time | relevance | path

Searched refs:UT_HOSTSIZE (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/ndk_musl_include/
Dutmp.h12 #define UT_HOSTSIZE 256 macro
18 char ll_host[UT_HOSTSIZE];
/third_party/musl/porting/uniproton/kernel/include/
Dutmp.h12 #define UT_HOSTSIZE 256 macro
18 char ll_host[UT_HOSTSIZE];
/third_party/musl/include/
Dutmp.h12 #define UT_HOSTSIZE 256 macro
18 char ll_host[UT_HOSTSIZE];
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dutmp.h12 #define UT_HOSTSIZE 256 macro
18 char ll_host[UT_HOSTSIZE];
/third_party/musl/porting/liteos_m/kernel/include/
Dutmp.h12 #define UT_HOSTSIZE 256 macro
18 char ll_host[UT_HOSTSIZE];
/third_party/toybox/toys/pending/
Dgetty.c281 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()