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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/atheos/
H A Dathcfg.h61 int rootlen, have_dirname, dirnamelen, notfirstcall;\
67 /* wild_dir, dirname, wildname, matchname[], dirnamelen, have_dirname, */
H A Datheos.c93 static int notfirstcall=FALSE, have_dirname, dirnamelen;
115 G.dirnamelen = 1;
120 G.dirnamelen = G.wildname - wildspec;
121 if ((G.dirname = (char *)malloc(G.dirnamelen+1)) == (char *)NULL) {
128 strncpy(G.dirname, wildspec, G.dirnamelen);
129 G.dirname[G.dirnamelen] = '\0'; /* terminate for strcpy below */
146 strcpy(G.matchname+G.dirnamelen, file->d_name);
187 strcpy(G.matchname+G.dirnamelen, file->d_name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/beos/
H A Dbeocfg.h52 int rootlen, have_dirname, dirnamelen, notfirstcall;\
58 /* wild_dir, dirname, wildname, matchname[], dirnamelen, have_dirname, */
H A Dbeos.c124 static int notfirstcall=FALSE, have_dirname, dirnamelen;
146 G.dirnamelen = 1;
151 G.dirnamelen = G.wildname - wildspec;
152 if ((G.dirname = (char *)malloc(G.dirnamelen+1)) == (char *)NULL) {
159 strncpy(G.dirname, wildspec, G.dirnamelen);
160 G.dirname[G.dirnamelen] = '\0'; /* terminate for strcpy below */
177 strcpy(G.matchname+G.dirnamelen, file->d_name);
218 strcpy(G.matchname+G.dirnamelen, file->d_name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/os2/
H A Dos2data.h113 int notfirstcall, have_dirname, dirnamelen; member in struct:os2Global
H A Dos2.c950 static int notfirstcall=FALSE, have_dirname, dirnamelen;
974 G.os2.dirnamelen = 1;
979 G.os2.dirnamelen = G.os2.wildname - wildspec;
980 if ((G.os2.dirname = (char *)malloc(G.os2.dirnamelen+1)) == NULL) {
987 strncpy(G.os2.dirname, wildspec, G.os2.dirnamelen);
988 G.os2.dirname[G.os2.dirnamelen] = '\0'; /* terminate for strcpy below */
997 fnamestart = G.os2.matchname + G.os2.dirnamelen;
1050 fnamestart = G.os2.matchname + G.os2.dirnamelen;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/amiga/
H A Damiga.c104 static int notfirstcall = FALSE, dirnamelen;
120 G.dirnamelen = 0; /* the name matches a real file */
130 G.dirnamelen = 0;
134 G.dirnamelen = G.wildname - wildspec;
135 if ((G.dirname = (char *)malloc(G.dirnamelen+1)) == NULL) {
142 strncpy(G.dirname, wildspec, G.dirnamelen);
143 G.dirname[G.dirnamelen] = '\0';
150 strcpy(G.matchname + G.dirnamelen, file->d_name);
169 if (G.dirnamelen > 0)
181 strcpy(G.matchname + G.dirnamelen, fil
[all...]
H A Damiga.h181 int dirnamelen, notfirstcall;
188 /* wild_dir, dirname, wildname, matchname[], dirnamelen and notfirstcall */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/acorn/
H A Dacorn.c68 static int notfirstcall=FALSE, have_dirname, dirnamelen; variable
83 dirnamelen = 1;
88 dirnamelen = wildname - wildspec;
89 if ((dirname = (char *)malloc(dirnamelen+1)) == (char *)NULL) {
96 strncpy(dirname, wildspec, dirnamelen);
97 dirname[dirnamelen] = '\0'; /* terminate for strcpy below */
108 strcpy(matchname+dirnamelen, file->d_name);
142 strcpy(matchname+dirnamelen, file->d_name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/atari/
H A Datari.c56 static int notfirstcall=FALSE, have_dirname, dirnamelen; variable
77 dirnamelen = 1;
82 dirnamelen = wildname - wildspec;
83 if ((dirname = (char *)malloc(dirnamelen+1)) == (char *)NULL) {
90 strncpy(dirname, wildspec, dirnamelen);
91 dirname[dirnamelen] = '\0'; /* terminate for strcpy below */
107 strcpy(matchname+dirnamelen, file->d_name);
146 strcpy(matchname+dirnamelen, file->d_name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/flexos/
H A Dflexos.c86 static int notfirstcall=FALSE, have_dirname, dirnamelen; variable
109 dirnamelen = 1;
114 dirnamelen = (int)(wildname - wildspec);
115 if ((dirname = (char *)malloc(dirnamelen+1)) == (char *)NULL) {
124 strncpy(dirname, wildspec, dirnamelen);
125 dirname[dirnamelen] = '\0'; /* terminate for strcpy below */
133 fnamestart = matchname + dirnamelen;
185 fnamestart = matchname + dirnamelen;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/human68k/
H A Dhuman68k.c63 static int notfirstcall=FALSE, have_dirname, dirnamelen; variable
84 dirnamelen = 1;
89 dirnamelen = wildname - wildspec;
90 if ((dirname = (char *)malloc(dirnamelen+1)) == NULL) {
96 strncpy(dirname, wildspec, dirnamelen);
97 dirname[dirnamelen] = '\0'; /* terminate for strcpy below */
114 strcpy(matchname+dirnamelen, file->d_name);
159 strcpy(matchname+dirnamelen, file->d_name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/netware/
H A Dnetware.c95 static int notfirstcall=FALSE, have_dirname, dirnamelen; variable
116 dirnamelen = 1;
121 dirnamelen = wildname - wildspec;
122 if ((dirname = (char *)malloc(dirnamelen+1)) == (char *)NULL) {
129 strncpy(dirname, wildspec, dirnamelen);
130 dirname[dirnamelen] = '\0'; /* terminate for strcpy below */
146 strcpy(matchname+dirnamelen, file->d_name);
185 strcpy(matchname+dirnamelen, file->d_name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/qdos/
H A Dqdos.c238 static int notfirstcall=FALSE, have_dirname, dirnamelen; variable
268 dirnamelen = strlen(basedir);
273 dirnamelen = wildname - wildspec;
274 if ((dirname = (char *)malloc(dirnamelen+1)) == (char *)NULL) {
281 strncpy(dirname, wildspec, dirnamelen);
282 dirname[dirnamelen] = '\0'; /* terminate for strcpy below */
291 strcpy(matchname+dirnamelen, file->d_name);
325 strcpy(matchname+dirnamelen, file->d_name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/unix/
H A Dunxcfg.h221 int rootlen, have_dirname, dirnamelen, notfirstcall;\
227 /* wild_dir, dirname, wildname, matchname[], dirnamelen, have_dirname, */
H A Dunix.c197 static int notfirstcall=FALSE, have_dirname, dirnamelen;
219 G.dirnamelen = 1;
224 G.dirnamelen = G.wildname - wildspec;
225 if ((G.dirname = (char *)malloc(G.dirnamelen+1)) == (char *)NULL) {
232 strncpy(G.dirname, wildspec, G.dirnamelen);
233 G.dirname[G.dirnamelen] = '\0'; /* terminate for strcpy below */
250 strcpy(G.matchname+G.dirnamelen, file->d_name);
291 strcpy(G.matchname+G.dirnamelen, file->d_name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/aosvs/
H A Daosvs.c124 static int notfirstcall=FALSE, have_dirname, dirnamelen; variable
145 dirnamelen = 1;
150 dirnamelen = wildname - wildspec;
151 if ((dirname = (char *)malloc(dirnamelen+1)) == (char *)NULL) {
158 strncpy(dirname, wildspec, dirnamelen);
159 dirname[dirnamelen] = '\0'; /* terminate for strcpy below */
175 strcpy(matchname+dirnamelen, file->d_name);
214 strcpy(matchname+dirnamelen, file->d_name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/theos/
H A Dtheos.c169 static int notfirstcall=FALSE, have_dirname, dirnamelen; variable
191 dirnamelen = 1;
196 dirnamelen = wildname - wildspec;
197 if ((dirname = (char *)malloc(dirnamelen+1)) == (char *)NULL) {
204 strncpy(dirname, wildspec, dirnamelen);
205 dirname[dirnamelen] = '\0'; /* terminate for strcpy below */
217 strcpy(matchname+dirnamelen, file->d_name);
256 strcpy(matchname+dirnamelen, file->d_name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/tandem/
H A Dtanunz.c70 static int notfirstcall=FALSE, have_dirname, dirnamelen; variable
91 dirnamelen = strlen(wildspec);
93 if ((dirname = (char *)malloc(dirnamelen+1)) == (char *)NULL) {
116 strcpy(matchname+dirnamelen, file->d_name);
154 strcpy(matchname+dirnamelen, file->d_name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmacos.c202 static unsigned long dirnamelen; variable
225 dirnamelen = 1;
230 dirnamelen = wildname - wildspec;
231 if ((dirname = (char *)malloc(dirnamelen+1)) == (char *)NULL) {
238 strncpy(dirname, wildspec, dirnamelen);
239 dirname[dirnamelen] = '\0'; /* terminate for strcpy below */
248 strcpy(matchname+dirnamelen, file->d_name);
282 strcpy(matchname+dirnamelen, file->d_name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/msdos/
H A Dmsdos.c283 static int notfirstcall=FALSE, have_dirname, dirnamelen; variable
306 dirnamelen = 1;
311 dirnamelen = (int)(wildname - wildspec);
312 if ((dirname = (char *)malloc(dirnamelen+1)) == (char *)NULL) {
321 strncpy(dirname, wildspec, dirnamelen);
322 dirname[dirnamelen] = '\0'; /* terminate for strcpy below */
330 fnamestart = matchname + dirnamelen;
383 fnamestart = matchname + dirnamelen;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dw32cfg.h307 int rootlen, have_dirname, dirnamelen, notfirstcall;\
316 /* wild_dir, dirname, wildname, matchname[], dirnamelen, have_dirname, */
H A Dwin32.c1497 static int notfirstcall=FALSE, have_dirname, dirnamelen;
1521 G.dirnamelen = 1;
1526 G.dirnamelen = G.wildname - wildspec;
1527 if ((G.dirname = (char *)malloc(G.dirnamelen+1)) == NULL) {
1534 strncpy(G.dirname, wildspec, G.dirnamelen);
1535 G.dirname[G.dirnamelen] = '\0'; /* terminate for strcpy below */
1543 fnamestart = G.matchname + G.dirnamelen;
1591 fnamestart = G.matchname + G.dirnamelen;

Completed in 286 milliseconds