Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/tcsh/
Dtc.who.c50 # define UTHOSTLEN sizeof(((struct utmpx *) 0)->ut_host) macro
103 # define UTHOSTLEN 100 macro
105 # define UTHOSTLEN sizeof(((struct utmp *) 0)->ut_host)
115 # define UTHOSTLEN 100
117 # define UTHOSTLEN sizeof(__ut.ut_host)
145 #ifdef UTHOSTLEN
146 char who_host[UTHOSTLEN + 1];
354 # ifdef UTHOSTLEN
358 (void) strncpy(wp->who_host, host, UTHOSTLEN);
362 (void) strncpy(wp->who_host, utmp.ut_host, UTHOSTLEN);
[all …]