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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/amiga/
H A Damiga.c96 char *do_wild(__G__ wildspec)
98 ZCONST char *wildspec; /* only used first time on a given dir */ variable
109 /* Even when we're just returning wildspec, we *always* do so in
111 * to the returned string, and wildspec may be a pointer to argv[].
117 if (!ispattern(wildspec) ||
118 (lok = Lock((char *)wildspec, ACCESS_READ))) {
121 strncpy(G.matchname, wildspec, FILNAMSIZ);
126 /* break the wildspec into a directory part and a wildcard filename */
127 if ((G.wildname = (ZCONST char *)strrchr(wildspec, '/')) == NULL &&
128 (G.wildname = (ZCONST char *)strrchr(wildspec, '
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/flexos/
H A Dflexos.c79 char *do_wild(__G__ wildspec)
81 ZCONST char *wildspec; /* only used first time on a given dir */ variable
90 /* Even when we're just returning wildspec, we *always* do so in
92 * to the returned string, and wildspec may be a pointer to argv[].
97 if (!iswild(wildspec)) {
98 strncpy(matchname, wildspec, FILNAMSIZ);
105 /* break the wildspec into a directory part and a wildcard filename */
106 if ((wildname = strrchr(wildspec, '/')) == (ZCONST char *)NULL &&
107 (wildname = strrchr(wildspec, ':')) == (ZCONST char *)NULL) {
111 wildname = wildspec;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/qdos/
H A Dqdos.c231 char *do_wild(__G__ wildspec)
233 ZCONST char *wildspec; /* only used first time on a given dir */ variable
242 /* Even when we're just returning wildspec, we *always* do so in
244 * to the returned string, and wildspec may be a pointer to argv[].
251 /* break the wildspec into a directory part and a wildcard filename */
253 ws = (char *) iswild(wildspec);
257 strncpy(matchname, wildspec, FILNAMSIZ);
262 us = LastDir(wildspec);
264 if(us == wildspec)
270 wildname = wildspec;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/atari/
H A Datari.c49 char *do_wild(__G__ wildspec)
51 ZCONST char *wildspec; /* only used first time on a given dir */ variable
59 /* Even when we're just returning wildspec, we *always* do so in
61 * to the returned string, and wildspec may be a pointer to argv[].
66 if (!iswild(wildspec)) {
67 strncpy(matchname, wildspec, FILNAMSIZ);
74 /* break the wildspec into a directory part and a wildcard filename */
75 if ((wildname = strrchr(wildspec, '/')) == (ZCONST char *)NULL) {
79 wildname = wildspec;
82 dirnamelen = wildname - wildspec;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/human68k/
H A Dhuman68k.c56 char *do_wild(__G__ wildspec)
58 ZCONST char *wildspec; /* only used first time on a given dir */ variable
66 /* Even when we're just returning wildspec, we *always* do so in
68 * to the returned string, and wildspec may be a pointer to argv[].
73 if (!iswild(wildspec)) {
74 strncpy(matchname, wildspec, FILNAMSIZ);
81 /* break the wildspec into a directory part and a wildcard filename */
82 if ((wildname = strrchr(wildspec, '/')) == NULL) {
86 wildname = wildspec;
89 dirnamelen = wildname - wildspec;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/netware/
H A Dnetware.c88 char *do_wild(__G__ wildspec)
90 ZCONST char *wildspec; /* only used first time on a given dir */ variable
98 /* Even when we're just returning wildspec, we *always* do so in
100 * to the returned string, and wildspec may be a pointer to argv[].
105 if (!iswild(wildspec)) {
106 strncpy(matchname, wildspec, FILNAMSIZ);
113 /* break the wildspec into a directory part and a wildcard filename */
114 if ((wildname = strrchr(wildspec, '/')) == (ZCONST char *)NULL) {
118 wildname = wildspec;
121 dirnamelen = wildname - wildspec;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/tandem/
H A Dtanunz.c63 char *do_wild(__G__ wildspec)
65 ZCONST char *wildspec; /* only used first time on a given dir */ variable
76 /* Even when we're just returning wildspec, we *always* do so in
78 * to the returned string, and wildspec may be a pointer to argv[].
83 if (!iswild(wildspec)) {
84 strncpy(matchname, wildspec, FILNAMSIZ);
91 dirnamelen = strlen(wildspec);
96 strncpy(matchname, wildspec, FILNAMSIZ);
100 strcpy(dirname, wildspec);
101 wildname = wildspec;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/acorn/
H A Dacorn.c61 char *do_wild(__G__ wildspec)
63 ZCONST char *wildspec; /* only used first time on a given dir */ variable
71 /* Even when we're just returning wildspec, we *always* do so in
73 * to the returned string, and wildspec may be a pointer to argv[].
78 /* break the wildspec into a directory part and a wildcard filename */
79 if ((wildname = (ZCONST char *)strrchr(wildspec, '.')) ==
85 wildname = wildspec;
88 dirnamelen = wildname - wildspec;
92 strncpy(matchname, wildspec, FILNAMSIZ);
96 strncpy(dirname, wildspec, dirnamele
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/aosvs/
H A Daosvs.c117 char *do_wild(__G__ wildspec)
119 ZCONST char *wildspec; /* only used first time on a given dir */ variable
127 /* Even when we're just returning wildspec, we *always* do so in
129 * to the returned string, and wildspec may be a pointer to argv[].
134 if (!iswild(wildspec)) {
135 strncpy(matchname, wildspec, FILNAMSIZ);
142 /* break the wildspec into a directory part and a wildcard filename */
143 if ((wildname = strrchr(wildspec, '/')) == (ZCONST char *)NULL) {
147 wildname = wildspec;
150 dirnamelen = wildname - wildspec;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/atheos/
H A Datheos.c85 char *do_wild(__G__ wildspec)
87 ZCONST char *wildspec; /* only used first time on a given dir */ variable
97 /* Even when we're just returning wildspec, we *always* do so in
99 * to the returned string, and wildspec may be a pointer to argv[].
104 if (!iswild(wildspec)) {
105 strncpy(G.matchname, wildspec, FILNAMSIZ);
112 /* break the wildspec into a directory part and a wildcard filename */
113 if ((G.wildname = (ZCONST char *)strrchr(wildspec, '/')) == NULL) {
117 G.wildname = wildspec;
120 G.dirnamelen = G.wildname - wildspec;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/beos/
H A Dbeos.c116 char *do_wild(__G__ wildspec)
118 ZCONST char *wildspec; /* only used first time on a given dir */ variable
128 /* Even when we're just returning wildspec, we *always* do so in
130 * to the returned string, and wildspec may be a pointer to argv[].
135 if (!iswild(wildspec)) {
136 strncpy(G.matchname, wildspec, FILNAMSIZ);
143 /* break the wildspec into a directory part and a wildcard filename */
144 if ((G.wildname = (ZCONST char *)strrchr(wildspec, '/')) == NULL) {
148 G.wildname = wildspec;
151 G.dirnamelen = G.wildname - wildspec;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/theos/
H A Dtheos.c162 char *do_wild(__G__ wildspec)
164 ZCONST char *wildspec; /* only used first time on a given dir */ variable
172 /* Even when we're just returning wildspec, we *always* do so in
174 * to the returned string, and wildspec may be a pointer to argv[].
179 if (!iswild(wildspec)) {
180 strcpy(matchname, wildspec);
186 /* break the wildspec into a directory part and a wildcard filename */
187 if ((wildname = (ZCONST char *)strrchr(wildspec, '/')) ==
193 wildname = wildspec;
196 dirnamelen = wildname - wildspec;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/unix/
H A Dunix.c189 char *do_wild(__G__ wildspec)
191 ZCONST char *wildspec; /* only used first time on a given dir */
201 /* Even when we're just returning wildspec, we *always* do so in
203 * to the returned string, and wildspec may be a pointer to argv[].
208 if (!iswild(wildspec)) {
209 strncpy(G.matchname, wildspec, FILNAMSIZ);
216 /* break the wildspec into a directory part and a wildcard filename */
217 if ((G.wildname = (ZCONST char *)strrchr(wildspec, '/')) == NULL) {
221 G.wildname = wildspec;
224 G.dirnamelen = G.wildname - wildspec;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/msdos/
H A Dmsdos.c276 char *do_wild(__G__ wildspec)
278 ZCONST char *wildspec; /* only used first time on a given dir */ variable
287 /* Even when we're just returning wildspec, we *always* do so in
289 * to the returned string, and wildspec may be a pointer to argv[].
294 if (!iswild(wildspec)) {
295 strncpy(matchname, wildspec, FILNAMSIZ);
302 /* break the wildspec into a directory part and a wildcard filename */
303 if ((wildname = strrchr(wildspec, '/')) == (ZCONST char *)NULL &&
304 (wildname = strrchr(wildspec, ':')) == (ZCONST char *)NULL) {
308 wildname = wildspec;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/os2/
H A Dos2.c941 char *do_wild(__G__ wildspec)
943 ZCONST char *wildspec; /* only used first time on a given dir */ variable
955 /* Even when we're just returning wildspec, we *always* do so in
957 * to the returned string, and wildspec may be a pointer to argv[].
962 if (!iswild(wildspec)) {
963 strncpy(G.os2.matchname, wildspec, FILNAMSIZ);
970 /* break the wildspec into a directory part and a wildcard filename */
971 if ((G.os2.wildname = (ZCONST char *)strrchr(wildspec, '/')) == NULL &&
972 (G.os2.wildname = (ZCONST char *)strrchr(wildspec, ':')) == NULL) {
976 G.os2.wildname = wildspec;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmacos.c194 char *do_wild(__G__ wildspec)
196 ZCONST char *wildspec; /* only used first time on a given dir */ variable
205 /* Even when we're just returning wildspec, we *always* do so in
207 * to the returned string, and wildspec may be a pointer to argv[].
221 /* break the wildspec into a directory part and a wildcard filename */
222 if ((wildname = (ZCONST char *)strrchr(wildspec, ':')) ==
227 wildname = wildspec;
230 dirnamelen = wildname - wildspec;
234 strncpy(matchname, wildspec, FILNAMSIZ);
238 strncpy(dirname, wildspec, dirnamele
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dwin32.c1489 char *do_wild(__G__ wildspec)
1491 ZCONST char *wildspec; /* only used first time on a given dir */ variable
1502 /* Even when we're just returning wildspec, we *always* do so in
1504 * to the returned string, and wildspec may be a pointer to argv[].
1509 if (!iswild(wildspec)) {
1510 strncpy(G.matchname, wildspec, FILNAMSIZ);
1517 /* break the wildspec into a directory part and a wildcard filename */
1518 if ((G.wildname = MBSRCHR(wildspec, '/')) == (ZCONST char *)NULL &&
1519 (G.wildname = MBSRCHR(wildspec, ':')) == (ZCONST char *)NULL) {
1523 G.wildname = wildspec;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dintrface.cpp1395 char* do_wild(__GPRO__ ZCONST char *wildspec) argument
1398 // Since we don't support wildcards, we basically just return the wildspec
1414 return strcpy(G.matchname, wildspec);
1417 G.matchname = new char[strlen(wildspec) + 1];
1419 return strcpy(G.matchname, wildspec);
1423 // Last time through - reset for new wildspec.

Completed in 258 milliseconds