Searched refs:timefnamefmt (Results 1 – 1 of 1) sorted by relevance
249 static char *timefnamefmt = NULL;/* Use time based filenames instead of .0 */ variable735 timefnamefmt = strdup(DEFAULT_TIMEFNAME_FMT); in parse_args()737 timefnamefmt = strdup(optarg); in parse_args()1656 timefnamefmt, tm)) == NULL) { in validate_old_timelog()1931 if (timefnamefmt != NULL) in do_rotate()1946 if (timefnamefmt != NULL) { in do_rotate()1952 strftime(datetimestr, sizeof(datetimestr), timefnamefmt, &tm); in do_rotate()2630 if (timefnamefmt != NULL) { in age_old_log()