UT_LINESIZE
char ll_line[UT_LINESIZE];
char ut_line[UT_LINESIZE];
strncmp(old_ut.ut_line, utp->ut_line, UT_LINESIZE) == 0 &&
if (!ut.ut_name[0] || strncmp(ut.ut_line, line, UT_LINESIZE))
strncmp(ut.ut_line, line, UT_LINESIZE))
memcpy(line[nusers], usr.ut_line, UT_LINESIZE);
line[nusers][UT_LINESIZE] = '\0';
memcpy(line[nusers], usr.ut_line, UT_LINESIZE);
line[nusers][UT_LINESIZE] = '\0';
memcpy(line[nusers], usr.ut_line, UT_LINESIZE);
line[nusers][UT_LINESIZE] = '\0';
char line[UT_LINESIZE+1];
memcpy(line, ubuf.ut_line, UT_LINESIZE);
memcpy(line, ubuf1.ut_line, UT_LINESIZE);
char tty[UT_LINESIZE+1]; /* null terminated tty line */
strncmp(w->tty, ll.ll_line, UT_LINESIZE) == 0)
bcopy(ll.ll_line, w->tty, UT_LINESIZE);
w->tty[UT_LINESIZE] = 0;
bcopy(ut->ut_line, w->tty, UT_LINESIZE);
w->tty[UT_LINESIZE] = 0;
UT_LINESIZE, UT_LINESIZE, bp->ut_line,
if (!strncmp(T->tty, bp->ut_line, UT_LINESIZE))
if (!strncmp(step->name, bp->ut_line, UT_LINESIZE))
memmove(cur->tty, ttyname, UT_LINESIZE);
char tty[UT_LINESIZE + 1]; /* terminal name */
UT_LINESIZE, UT_LINESIZE, getdev(ab.ac_tty),
char bl_line[UT_LINESIZE]; /* tty used */
char pidstr[UT_LINESIZE-2];
char ttybuf[sizeof(_PATH_DEV) + UT_LINESIZE];
(void)strncpy(usr.ut_line, mytty, UT_LINESIZE);
(void)strncpy(usr.ut_line, "tty??", UT_LINESIZE);
(void)printf("%-*.*s ", UT_LINESIZE, UT_LINESIZE, up->ut_line);
(void)printf("%-*.*s ", UT_LINESIZE, UT_LINESIZE, "LINE");
char atty[UT_LINESIZE + 1];
(void)strncpy(atty, u.ut_line, UT_LINESIZE);
atty[UT_LINESIZE] = '\0';
char name[UT_LINESIZE+3];