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

/freebsd-current/usr.sbin/newsyslog/
H A Dnewsyslog.c1598 * logfname, based on the timefnamefmt format string. Return true and fill out
1602 validate_old_timelog(int fd, const struct dirent *dp, const char *logfname, argument
1610 logfname_len = strlen(logfname);
1624 if (strncmp(dp->d_name, logfname, logfname_len) != 0)
2524 char *logfname, *logfnamebuf, *dir, *dirbuf; local
2538 logfname = basename(logfnamebuf);
2539 if (logfname[0] == '/') {
2540 warnx("Invalid log filename '%s'", logfname);
2549 /* Open the archive dir and find the most recent archive of logfname. */
2551 if (validate_old_timelog(dir_fd, dp, logfname,
[all...]

Completed in 163 milliseconds