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

/haiku/src/bin/unzip/
H A Dbeos.c86 static ZCONST char *wildname; variable
106 if ((wildname = strrchr(wildspec, '/')) == (ZCONST char *)NULL) {
110 wildname = wildspec;
112 ++wildname; /* point at character after '/' */
113 dirnamelen = wildname - wildspec;
127 if (file->d_name[0] == '.' && wildname[0] != '.')
129 if (match(file->d_name, wildname, 0)) { /* 0 == case sens. */
162 if (file->d_name[0] == '.' && wildname[0] != '.')
164 if (match(file->d_name, wildname, 0)) { /* 0 == don't ignore case */

Completed in 24 milliseconds