Searched refs:timefmt (Results 1 – 1 of 1) sorted by relevance
199 static const char *timefmt; variable231 timefmt = NULL; in main()264 timefmt = optarg; in main()295 if (fmtchar || lsF || nfs_handle || usestat || timefmt) in main()343 if (timefmt == NULL) in main()344 timefmt = "%c"; in main()351 if (timefmt == NULL) in main()352 timefmt = TIME_FORMAT; in main()788 (void)strftime(path, sizeof(path), timefmt, tm); in format1()