Home
last modified time | relevance | path

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

/haiku/src/bin/unzip/
H A Dapi.c291 char *cpExclude[]) in UzpFileTree() argument
308 if (cpExclude) { in UzpFileTree()
309 char **ptr = cpExclude; in UzpFileTree()
312 G.xfilespecs = ptr - cpExclude; in UzpFileTree()
313 G.pxnames = cpExclude, G.process_all_files = FALSE; in UzpFileTree()
H A Dunzip.h587 char *cpInclude[], char *cpExclude[]));