Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/tar/
H A Dread.c158 if (bsdtar->names_from_file != NULL) in read_archive()
160 bsdtar->matching, bsdtar->names_from_file, in read_archive()
H A Dwrite.c195 if (*bsdtar->argv == NULL && bsdtar->names_from_file == NULL) in tar_mode_c()
468 if (bsdtar->names_from_file != NULL) in write_archive()
594 lr = lafe_line_reader(bsdtar->names_from_file, in archive_names_from_file()
1024 if (*bsdtar->argv == NULL && bsdtar->names_from_file == NULL) in test_for_append()
H A Dbsdtar.h32 const char *names_from_file; /* -T file */ member
H A Dbsdtar.c434 bsdtar->names_from_file = bsdtar->argument; in main()
743 bsdtar->names_from_file = bsdtar->argument; in main()