Home | History | Annotate | Download | only in stat

Lines Matching defs:timefmt

196 static const char *timefmt;
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;
837 sdata = fmttime(path, sizeof(path), timefmt, secs, nsecs);