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

/freebsd-current/contrib/libarchive/tar/
H A Dwrite.c91 struct archive_dir { struct
356 struct archive_dir archive_dir; local
358 bsdtar->archive_dir = &archive_dir;
359 memset(&archive_dir, 0, sizeof(archive_dir));
424 while (bsdtar->archive_dir->head != NULL) {
425 p = bsdtar->archive_dir->head->next;
426 free(bsdtar->archive_dir
[all...]
H A Dbsdtar.h93 struct archive_dir *archive_dir; /* for write.c */ member in struct:bsdtar
/freebsd-current/usr.sbin/newsyslog/
H A Dnewsyslog.c1672 delete_oldest_timelog(const struct conf_entry *ent, const char *archive_dir) argument
1686 if (archive_dir != NULL && archive_dir[0] != '\0') {
1688 dir = archive_dir;
1782 gen_classiclog_fname(char *fname, size_t fname_sz, const char *archive_dir, argument
1786 if (archive_dir[0] != '\0')
1787 (void) snprintf(fname, fname_sz, "%s/%s.%d", archive_dir,
1797 delete_classiclog(const char *archive_dir, const char *namepart, int numlog_c) argument
1802 gen_classiclog_fname(file1, sizeof(file1), archive_dir, namepart,

Completed in 104 milliseconds