Searched refs:UTHOSTLEN (Results 1 – 1 of 1) sorted by relevance
50 # define UTHOSTLEN sizeof(((struct utmpx *) 0)->ut_host) macro103 # define UTHOSTLEN 100 macro105 # define UTHOSTLEN sizeof(((struct utmp *) 0)->ut_host)115 # define UTHOSTLEN 100117 # define UTHOSTLEN sizeof(__ut.ut_host)145 #ifdef UTHOSTLEN146 char who_host[UTHOSTLEN + 1];354 # ifdef UTHOSTLEN358 (void) strncpy(wp->who_host, host, UTHOSTLEN);362 (void) strncpy(wp->who_host, utmp.ut_host, UTHOSTLEN);[all …]