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

/freebsd-current/usr.sbin/newsyslog/
H A Dnewsyslog.c248 static char *timefnamefmt = NULL;/* Use time based filenames instead of .0 */ variable
734 timefnamefmt = strdup(DEFAULT_TIMEFNAME_FMT);
736 timefnamefmt = strdup(optarg);
1598 * logfname, based on the timefnamefmt format string. Return true and fill out
1643 timefnamefmt, tm)) == NULL) {
1918 if (timefnamefmt != NULL)
1933 if (timefnamefmt != NULL) {
1939 strftime(datetimestr, sizeof(datetimestr), timefnamefmt, &tm);
2617 if (timefnamefmt != NULL) {

Completed in 60 milliseconds