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

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dtar.c134 char** excludeList);
139 char** excludeList);
151 char** excludeList=NULL; local
224 excludeList=xrealloc( excludeList,
226 excludeList[excludeListSize] = optarg;
228 excludeList[++excludeListSize] = NULL;
232 excludeList = xrealloc(excludeList,
235 excludeList[excludeListSiz
578 readTarFile(int tarFd, int extractFlag, int listFlag, int tostdoutFlag, int verboseFlag, char** extractList, char** excludeList) argument
795 char** excludeList; /* List of files to not include */ member in struct:TarBallInfo
1080 writeTarFile(const char* tarName, int verboseFlag, char **argv, char** excludeList) argument
[all...]

Completed in 43 milliseconds