Searched refs:UT_NAMESIZE (Results 1 – 5 of 5) sorted by relevance
27 static char name[UT_NAMESIZE + 1];73 strncpy (name, ut->ut_user, UT_NAMESIZE); in getlogin()74 name[UT_NAMESIZE] = '\0'; in getlogin()
82 size_t needed = __strnlen (ut->ut_user, UT_NAMESIZE) + 1; in __getlogin_r()
30 #define UT_NAMESIZE 32 macro66 char ut_user[UT_NAMESIZE]
35 char ut_user[UT_NAMESIZE]; /* Username. */
41 memcpy (to->ut_user, from->ut_user, UT_NAMESIZE); in utmp_convert64to32()69 memcpy (to->ut_user, from->ut_user, UT_NAMESIZE); in utmp_convert32to64()
Completed in 5 milliseconds