Home
last modified time | relevance | path

Searched refs:next_line_is_dir (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libarchive/tar/
H A Dwrite.c592 bsdtar->next_line_is_dir = 0; in archive_names_from_file()
597 if (bsdtar->next_line_is_dir) { in archive_names_from_file()
605 bsdtar->next_line_is_dir = 0; in archive_names_from_file()
608 bsdtar->next_line_is_dir = 1; in archive_names_from_file()
616 if (bsdtar->next_line_is_dir) in archive_names_from_file()
H A Dbsdtar.h67 char next_line_is_dir; /* Used for -C parsing in -cT */ member