Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/
Dtar.c438 static int exclude_file(const llist_t *excluded_files, const char *file) in exclude_file() function
464 # define exclude_file(excluded_files, file) 0 macro
483 if (exclude_file(tbInfo->excludeList, header_name)) in writeFileToTarball()