Searched refs:timefmt (Results 1 – 1 of 1) sorted by relevance
195 static const char *timefmt; variable224 timefmt = NULL; in main()273 timefmt = optarg; in main()310 if (timefmt == NULL) in main()311 timefmt = "%c"; in main()318 if (timefmt == NULL) in main()319 timefmt = TIME_FORMAT; in main()760 (void)strftime(path, sizeof(path), timefmt, tm); in format1()