Home
last modified time | relevance | path

Searched refs:timefmt (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.bin/stat/
H A Dstat.c196 static const char *timefmt; variable
221 timefmt = NULL; in main()
273 timefmt = optarg; in main()
310 if (timefmt == NULL) in main()
311 timefmt = "%s"; in main()
315 if (timefmt == NULL) in main()
316 timefmt = "%Y-%m-%d %H:%M:%S.%f %z"; in main()
323 if (timefmt == NULL) in main()
324 timefmt = TIME_FORMAT; in main()
824 sdata = fmttime(path, sizeof(path), timefmt, secs, nsecs); in format1()
/netbsd-src/bin/pax/
H A Dar_io.c107 static const char *timefmt(char *, size_t, off_t, time_t, const char *);
1616 timefmt(char *buf, size_t size, off_t sz, time_t tm, const char *unitstr) in timefmt() function
1662 timefmt(tbuf, sizeof(tbuf), rdcnt, secs, "bytes")); in ar_summary()
1682 timefmt(tbuf, sizeof(tbuf), flcnt, secs, "files")); in ar_summary()
1689 timefmt(tbuf, sizeof(tbuf), rdcnt + wrcnt, secs, "bytes")); in ar_summary()