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

/freebsd-current/usr.sbin/newsyslog/
H A Dnewsyslog.c2524 char *logfname, *logfnamebuf, *dir, *dirbuf; local
2533 if ((logfnamebuf = strdup(file)) == NULL) {
2538 logfname = basename(logfnamebuf);
2565 free(logfnamebuf);

Completed in 104 milliseconds