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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dapi.c78 char szRootDir[PATH_MAX], szExcludeList[PATH_MAX], szIncludeList[PATH_MAX], szTempDir[PATH_MAX]; variable
280 szExcludeList[0] = '\0';
284 if (Options.szExcludeList) lstrcpy(szExcludeList, Options.szExcludeList);
591 if (szExcludeList != NULL && szExcludeList[0] != '\0') /* Exclude file list -x */
596 if ((k = ParseString(szExcludeList, argCee)) != ZE_OK)
H A Dapi.h132 LPSTR szExcludeList; /* Pointer to exclude file list (for VB) */ member in struct:__anon7684
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/windll/VBz64/
H A DVBZipBas.bas135 szExcludeList As String ' If used, space separated list of Exclude filename
499 ZipOpts.szExcludeList = vbNullString
514 ZipOpts.szExcludeList = x_ExcludeFiles

Completed in 68 milliseconds