Lines Matching refs:ut_line
227 w->ut_line, w->ut_user, (long)w->ut_xtime); in winp()
454 if (Ut.ut_line[RLVLMSG_LEN] == 'S') in scanfile()
456 else if ((Ut.ut_line[RLVLMSG_LEN] == '2') || in scanfile()
457 (Ut.ut_line[RLVLMSG_LEN] == '3') || in scanfile()
458 (Ut.ut_line[RLVLMSG_LEN] == '4')) in scanfile()
495 (strcmp(Ut2.ut_line, NTIME_MSG) != 0)) { in scanfile()
572 if (strncmp(Ut.ut_line, RUN_LEVEL_MSG, RLVLMSG_LEN) != 0) { in inrange()
589 if (strcmp(Ut.ut_line, BOOT_MSG) != 0) { in inrange()
600 if (strcmp(Ut.ut_line, OTIME_MSG) != 0) { in inrange()
617 if (strcmp(Ut.ut_line, NTIME_MSG) != 0) { in inrange()
643 (strncmp(Ut.ut_line, "ftp", 3) == 0)) { in inrange()
702 if ((strcmp(Ut.ut_line, RUNACCT_MSG) != 0) && in inrange()
703 (strcmp(Ut.ut_line, ACCTG_ON_MSG) != 0) && in inrange()
704 (strcmp(Ut.ut_line, ACCTG_OFF_MSG) != 0)) { in inrange()
713 if (strcmp(Ut.ut_line, DOWN_MSG) != 0) { in inrange()