Searched refs:statfmt (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.bin/stat/
H A Dstat.c210 const char *statfmt, *options, *synopsis; local
223 statfmt = NULL;
230 statfmt = "%Y";
258 statfmt = "%R";
261 statfmt = optarg;
288 statfmt = DEF_FORMAT;
297 /* statfmt already set */
300 statfmt = lsF ? LSF_FORMAT : LS_FORMAT;
303 statfmt = RAW_FORMAT;
306 statfmt
417 output(const struct stat *st, const char *file, const char *statfmt, int fn, int nonl) argument
[all...]

Completed in 112 milliseconds