HomeSort by: relevance | last modified time | path
    Searched refs:fulltime (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/last/
want.c 176 ct = fmttime(bp->ut_timefld, fulltime);
193 ct = fmttime(bp->ut_timefld, fulltime);
218 ct = fmttime(bp->ut_timefld, fulltime);
237 fulltime | TIMEONLY));
242 fulltime | TIMEONLY | GMT));
248 fulltime | TIMEONLY | GMT));
256 fulltime = 1; /* show full time */
257 crmsg = fmttime(seentime, FULLTIME);
312 printf("\ninterrupted %s\n", fmttime(seentime, FULLTIME));
last.c 88 #define FULLTIME 0x1 /* show year, seconds */
113 static int fulltime = 0; /* Display seconds? */ variable in typeref:typename:int
205 fulltime = 1;
369 ? (flags & FULLTIME ? LTFMTS : TFMTS)
370 : (flags & FULLTIME ? LTFMT : TFMT),

Completed in 44 milliseconds