Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtc.who.c44 # define UTLINLEN sizeof(((struct utmpx *) 0)->ut_line) macro
98 # define UTLINLEN sizeof(((struct utmp *) 0)->ut_line) macro
110 # define UTLINLEN sizeof(__ut.ut_line) macro
133 #ifndef UTLINLEN
134 #define UTLINLEN 64 macro
142 char who_tty[UTLINLEN + 1];
311 while (wp->who_next && (comp = strncmp(wp->who_tty, utmp.ut_line, UTLINLEN)) < 0)
355 (void) strncpy(wpnew->who_tty, utmp.ut_line, UTLINLEN);