bin/pax/ar_io.c
107
static const char *timefmt(char *, size_t, off_t, time_t, const char *);
bin/pax/ar_io.c
1662
timefmt(tbuf, sizeof(tbuf), rdcnt, secs, "bytes"));
bin/pax/ar_io.c
1682
timefmt(tbuf, sizeof(tbuf), flcnt, secs, "files"));
bin/pax/ar_io.c
1689
timefmt(tbuf, sizeof(tbuf), rdcnt + wrcnt, secs, "bytes"));
usr.bin/stat/stat.c
196
static const char *timefmt;
usr.bin/stat/stat.c
221
timefmt = NULL;
usr.bin/stat/stat.c
274
timefmt = optarg;
usr.bin/stat/stat.c
314
if (timefmt == NULL)
usr.bin/stat/stat.c
315
timefmt = "%s";
usr.bin/stat/stat.c
319
if (timefmt == NULL)
usr.bin/stat/stat.c
320
timefmt = "%Y-%m-%d %H:%M:%S.%f %z";
usr.bin/stat/stat.c
327
if (timefmt == NULL)
usr.bin/stat/stat.c
328
timefmt = TIME_FORMAT;
usr.bin/stat/stat.c
837
sdata = fmttime(path, sizeof(path), timefmt, secs, nsecs);