Searched refs:timefmt (Results 1 – 1 of 1) sorted by relevance
198 static const char *timefmt; variable227 timefmt = NULL; in main()276 timefmt = optarg; in main()313 if (timefmt == NULL) in main()314 timefmt = "%c"; in main()321 if (timefmt == NULL) in main()322 timefmt = TIME_FORMAT; in main()768 (void)strftime(path, sizeof(path), timefmt, tm); in format1()