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

/freebsd-current/usr.bin/stat/
H A Dstat.c195 static const char *timefmt; variable
224 timefmt = NULL;
236 "[-t timefmt] [file|handle ...]";
273 timefmt = optarg;
310 if (timefmt == NULL)
311 timefmt = "%c";
318 if (timefmt == NULL)
319 timefmt = TIME_FORMAT;
760 (void)strftime(path, sizeof(path), timefmt, tm);

Completed in 115 milliseconds