Lines Matching refs:ut_line
229 w->ut_line, w->ut_user, (long)w->ut_xtime); in winp()
456 if (Ut.ut_line[RLVLMSG_LEN] == 'S') in scanfile()
458 else if ((Ut.ut_line[RLVLMSG_LEN] == '2') || in scanfile()
459 (Ut.ut_line[RLVLMSG_LEN] == '3') || in scanfile()
460 (Ut.ut_line[RLVLMSG_LEN] == '4')) in scanfile()
497 (strcmp(Ut2.ut_line, NTIME_MSG) != 0)) { in scanfile()
574 if (strncmp(Ut.ut_line, RUN_LEVEL_MSG, RLVLMSG_LEN) != 0) { in inrange()
591 if (strcmp(Ut.ut_line, BOOT_MSG) != 0) { in inrange()
602 if (strcmp(Ut.ut_line, OTIME_MSG) != 0) { in inrange()
619 if (strcmp(Ut.ut_line, NTIME_MSG) != 0) { in inrange()
645 (strncmp(Ut.ut_line, "ftp", 3) == 0)) { in inrange()
704 if ((strcmp(Ut.ut_line, RUNACCT_MSG) != 0) && in inrange()
705 (strcmp(Ut.ut_line, ACCTG_ON_MSG) != 0) && in inrange()
706 (strcmp(Ut.ut_line, ACCTG_OFF_MSG) != 0)) { in inrange()
715 if (strcmp(Ut.ut_line, DOWN_MSG) != 0) { in inrange()