Home
last modified time | relevance | path

Searched refs:timefnamefmt (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/usr.sbin/newsyslog/
H A Dnewsyslog.c228 static char *timefnamefmt = NULL;/* Use time based filenames instead of .0 */ variable
668 timefnamefmt = strdup(DEFAULT_TIMEFNAME_FMT); in parse_args()
670 timefnamefmt = strdup(optarg); in parse_args()
1515 timefnamefmt, tm)) == NULL) { in validate_old_timelog()
1790 if (timefnamefmt != NULL) in do_rotate()
1805 if (timefnamefmt != NULL) { in do_rotate()
1811 strftime(datetimestr, sizeof(datetimestr), timefnamefmt, &tm); in do_rotate()
2488 if (timefnamefmt != NULL) { in age_old_log()