Lines Matching refs:ut_line
58 * argument to acctwtmp(1M), to be propagated into ut_line fields. Additional
64 * We shall use the fact that ut_line[RLVLMSG_LEN] will extract the char
67 * be used with strcmp() even when ut_line is not.
223 * If input was corrupt, neither ut_line nor ut_user can be
228 "ut_line \"%-12.12s\" ut_user \"%-8.8s\" ut_xtime %ld\n",
229 w->ut_line, w->ut_user, (long)w->ut_xtime);
456 if (Ut.ut_line[RLVLMSG_LEN] == 'S')
458 else if ((Ut.ut_line[RLVLMSG_LEN] == '2') ||
459 (Ut.ut_line[RLVLMSG_LEN] == '3') ||
460 (Ut.ut_line[RLVLMSG_LEN] == '4'))
497 (strcmp(Ut2.ut_line, NTIME_MSG) != 0)) {
573 /* ut_line must have come from the RUNLVL_MSG pattern */
574 if (strncmp(Ut.ut_line, RUN_LEVEL_MSG, RLVLMSG_LEN) != 0) {
591 if (strcmp(Ut.ut_line, BOOT_MSG) != 0) {
602 if (strcmp(Ut.ut_line, OTIME_MSG) != 0) {
619 if (strcmp(Ut.ut_line, NTIME_MSG) != 0) {
645 (strncmp(Ut.ut_line, "ftp", 3) == 0)) {
704 if ((strcmp(Ut.ut_line, RUNACCT_MSG) != 0) &&
705 (strcmp(Ut.ut_line, ACCTG_ON_MSG) != 0) &&
706 (strcmp(Ut.ut_line, ACCTG_OFF_MSG) != 0)) {
715 if (strcmp(Ut.ut_line, DOWN_MSG) != 0) {