Searched refs:Ut (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/acct/ |
H A D | fwtmp.c | 39 struct utmpx Ut; variable in typeref:struct:utmpx 69 if (inp(stdin, &Ut) == EOF) 72 if (fread(&Ut, sizeof (Ut), 1, stdin) != 1) 76 fwrite(&Ut, sizeof (Ut), 1, stdout); 78 cftime(time_buf, DATE_FMT, &Ut.ut_xtime); 83 Ut.ut_name, 84 Ut.ut_id, 87 Ut [all...] |
H A D | wtmpfix.c | 110 static struct futmpx Ut, Ut2; variable in typeref:struct:futmpx 191 while (winp(Temp, &Ut)) { 192 adjust(rectmpin, &Ut); 194 if (fwrite(&Ut, UTRSZ, 1, stdout) < 1) { 373 ((n = fread(&Ut, (size_t)UTRSZ, (size_t)1, Wtmpx)) > 0) || 452 if (rectmp == 0 || Ut.ut_type == BOOT_TIME) 454 if (Ut.ut_type == RUN_LVL) { 456 if (Ut.ut_line[RLVLMSG_LEN] == 'S') 458 else if ((Ut.ut_line[RLVLMSG_LEN] == '2') || 459 (Ut [all...] |
Completed in 61 milliseconds