Searched refs:UTHOSTLEN (Results 1 – 1 of 1) sorted by relevance
46 # define UTHOSTLEN sizeof(((struct utmpx *) 0)->ut_host) macro101 # define UTHOSTLEN 100 macro103 # define UTHOSTLEN sizeof(((struct utmp *) 0)->ut_host) macro113 # define UTHOSTLEN 100 macro115 # define UTHOSTLEN sizeof(__ut.ut_host) macro143 #ifdef UTHOSTLEN144 char who_host[UTHOSTLEN + 1];335 # ifdef UTHOSTLEN339 (void) strncpy(wp->who_host, host, UTHOSTLEN);343 (void) strncpy(wp->who_host, utmp.ut_host, UTHOSTLEN);[all …]