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

/freebsd-9.3-release/contrib/tcsh/
H A 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];
147 #endif /* UTHOSTLEN */
354 # ifdef UTHOSTLEN
358 (void) strncpy(wp->who_host, host, UTHOSTLEN);
[all...]

Completed in 89 milliseconds