OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timefmt
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/pax/
ar_io.c
107
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)
function
1662
timefmt
(tbuf, sizeof(tbuf), rdcnt, secs, "bytes"));
1682
timefmt
(tbuf, sizeof(tbuf), flcnt, secs, "files"));
1689
timefmt
(tbuf, sizeof(tbuf), rdcnt + wrcnt, secs, "bytes"));
/src/usr.bin/stat/
stat.c
196
static const char *
timefmt
;
variable
221
timefmt
= NULL;
235
synopsis = "[-FlLnqrsx] [-f format] [-t
timefmt
] [file ...]";
274
timefmt
= optarg;
314
if (
timefmt
== NULL)
315
timefmt
= "%s";
319
if (
timefmt
== NULL)
320
timefmt
= "%Y-%m-%d %H:%M:%S.%f %z";
327
if (
timefmt
== NULL)
328
timefmt
= TIME_FORMAT
[
all
...]
Completed in 38 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026