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

/freebsd-9.3-release/contrib/tcsh/
H A Dtc.who.c48 # define UTLINLEN sizeof(((struct utmpx *) 0)->ut_line) macro
100 # define UTLINLEN sizeof(((struct utmp *) 0)->ut_line) macro
112 # define UTLINLEN sizeof(__ut.ut_line)
135 #ifndef UTLINLEN
136 #define UTLINLEN 64 macro
144 char who_tty[UTLINLEN + 1];
330 while (wp->who_next && (comp = strncmp(wp->who_tty, utmp.ut_line, UTLINLEN)) < 0)
374 (void) strncpy(wpnew->who_tty, utmp.ut_line, UTLINLEN);
673 while (wp->who_next && (comp = strncmp(wp->who_tty,mach_nm,UTLINLEN)) < 0)
698 (void) strncpy(wpnew->who_tty, mach_nm, UTLINLEN);
[all...]

Completed in 54 milliseconds