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

/macosx-10.9.5/tcsh-65/tcsh/
H A Dtc.who.c90 # define UTHOSTLEN 100 macro
92 # define UTHOSTLEN sizeof(((struct utmp *) 0)->ut_host)
103 # define UTHOSTLEN 100
105 # define UTHOSTLEN sizeof(__ut.ut_host)
128 char who_host[UTHOSTLEN + 1];
340 (void) strncpy(wp->who_host, host, UTHOSTLEN);
344 (void) strncpy(wp->who_host, utmp.ut_host, UTHOSTLEN);
361 (void) strncpy(wpnew->who_host, host, UTHOSTLEN);
365 (void) strncpy(wpnew->who_host, utmp.ut_host, UTHOSTLEN);
627 return UTHOSTLEN;
[all...]

Completed in 59 milliseconds