Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtc.who.c46 # 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);
[all …]