Home | Sort by: relevance | last modified time | path |
/src/usr.bin/last/ | |
last.c | 87 /* fmttime() flags */ 126 static char *fmttime(time_t, int); 353 * fmttime -- 357 fmttime(time_t t, int flags) function in typeref:typename:char * |
/src/usr.bin/stat/ | |
stat.c | 583 fmttime(char *buf, size_t len, const char *fmt, time_t secs, long nsecs) function in typeref:typename:const char * 837 sdata = fmttime(path, sizeof(path), timefmt, secs, nsecs); |