Lines Matching refs:UTHOSTLEN
46 # define UTHOSTLEN sizeof(((struct utmpx *) 0)->ut_host) macro
101 # define UTHOSTLEN 100 macro
103 # define UTHOSTLEN sizeof(((struct utmp *) 0)->ut_host) macro
113 # define UTHOSTLEN 100 macro
115 # define UTHOSTLEN sizeof(__ut.ut_host) macro
143 #ifdef UTHOSTLEN
144 char who_host[UTHOSTLEN + 1];
335 # ifdef UTHOSTLEN
339 (void) strncpy(wp->who_host, host, UTHOSTLEN);
343 (void) strncpy(wp->who_host, utmp.ut_host, UTHOSTLEN);
356 # ifdef UTHOSTLEN
360 (void) strncpy(wpnew->who_host, host, UTHOSTLEN);
364 (void) strncpy(wpnew->who_host, utmp.ut_host, UTHOSTLEN);
493 #ifdef UTHOSTLEN
518 #ifdef UTHOSTLEN
550 #ifdef UTHOSTLEN
619 # ifdef UTHOSTLEN
623 return UTHOSTLEN;