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

/haiku-fatelf/src/bin/unzip/
H A Dbeos.c81 char *do_wild(__G__ wildspec)
83 ZCONST char *wildspec; /* only used first time on a given dir */ variable
91 /* Even when we're just returning wildspec, we *always* do so in
93 * to the returned string, and wildspec may be a pointer to argv[].
98 if (!iswild(wildspec)) {
99 strcpy(matchname, wildspec);
105 /* break the wildspec into a directory part and a wildcard filename */
106 if ((wildname = strrchr(wildspec, '/')) == (ZCONST char *)NULL) {
110 wildname = wildspec;
113 dirnamelen = wildname - wildspec;
[all...]

Completed in 84 milliseconds