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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/atheos/
H A Dathcfg.h57 int created_dir, renamed_fullpath;\
64 /* created_dir, and renamed_fullpath are used by both mapname() and */
H A Datheos.c77 /* static int renamed_fullpath; */ /* ditto */
433 G.renamed_fullpath = (renamed && (*G.filename == '/'));
767 if ((G.rootlen > 0) && !G.renamed_fullpath) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/beos/
H A Dbeocfg.h48 int created_dir, renamed_fullpath;\
55 /* created_dir, and renamed_fullpath are used by both mapname() and */
H A Dbeos.c91 /* static int renamed_fullpath; */ /* ditto */
464 G.renamed_fullpath = (renamed && (*G.filename == '/'));
803 if ((G.rootlen > 0) && !G.renamed_fullpath) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/os2/
H A Dos2data.h96 int renamed_fullpath; /* ditto */ member in struct:os2Global
H A Dos2.c1206 G.os2.renamed_fullpath = FALSE;
1218 G.os2.renamed_fullpath = TRUE;
1223 G.os2.renamed_fullpath = TRUE;
1233 /* pathcomp is ignored unless renamed_fullpath is TRUE: */
1688 if (G.os2.renamed_fullpath && pathcomp[1] == ':')
1690 else if (!G.os2.renamed_fullpath && G.os2.rootlen > 1 && G.os2.rootpath[1] == ':')
1705 } else if (G.os2.renamed_fullpath) /* pathcomp = valid data */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/amiga/
H A Damiga.h176 int created_dir, renamed_fullpath, rootlen;\
186 /* created_dir and renamed_fullpath are used by mapname() and checkdir(). */
H A Damiga.c40 /* static int renamed_fullpath; */ /* ditto */
346 G.renamed_fullpath = (renamed &&
351 G.renamed_fullpath = (renamed && strpbrk(G.filename, ":/");
353 G.renamed_fullpath = (renamed &&
609 if ((G.rootlen > 0) && !G.renamed_fullpath) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/unix/
H A Dunxcfg.h217 int created_dir, renamed_fullpath;\
224 /* created_dir, and renamed_fullpath are used by both mapname() and */
H A Dunix.c104 /* static int renamed_fullpath; */ /* ditto */
537 G.renamed_fullpath = (renamed && (*G.filename == '/'));
916 if ((G.rootlen > 0) && !G.renamed_fullpath) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/flexos/
H A Dflexos.c42 static int renamed_fullpath; /* ditto */ variable
270 renamed_fullpath = FALSE;
280 renamed_fullpath = TRUE;
285 renamed_fullpath = TRUE;
295 /* pathcomp is ignored unless renamed_fullpath is TRUE: */
651 if (renamed_fullpath) { /* pathcomp = valid data */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/human68k/
H A Dhuman68k.c46 static int renamed_fullpath; /* ditto */ variable
268 renamed_fullpath = FALSE;
279 renamed_fullpath = TRUE;
669 if ((rootlen > 0) && !renamed_fullpath) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/acorn/
H A Dacorn.c42 static int renamed_fullpath; /* ditto */ variable
382 renamed_fullpath = (renamed && (*G.filename == '/'));
675 if ((rootlen > 0) && !renamed_fullpath) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/atari/
H A Datari.c40 static int renamed_fullpath; /* ditto */ variable
359 renamed_fullpath = (renamed && (*G.filename == '/'));
699 if ((rootlen > 0) && !renamed_fullpath) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/netware/
H A Dnetware.c51 static int renamed_fullpath; /* ditto */ variable
369 renamed_fullpath = (renamed && (*G.filename == '/'));
676 if ((rootlen > 0) && !renamed_fullpath) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/qdos/
H A Dqdos.c111 static int renamed_fullpath; /* ditto */ variable
512 renamed_fullpath = (renamed && (*G.filename == '/'));
796 if ((rootlen > 0) && !renamed_fullpath) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/tandem/
H A Dtanunz.c46 static int renamed_fullpath; /* ditto */ variable
514 renamed_fullpath = (renamed && (*G.filename == '/'));
763 if ((rootlen > 0) && !renamed_fullpath) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dintrface.cpp1479 BOOL killed_ddot = FALSE, renamed_fullpath = FALSE, created_dir = FALSE; local
1503 renamed_fullpath = TRUE;
1508 renamed_fullpath = TRUE;
1522 if (!renamed_fullpath) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/msdos/
H A Dmsdos.c75 static int renamed_fullpath; /* ditto */ variable
474 renamed_fullpath = FALSE;
484 renamed_fullpath = TRUE;
489 renamed_fullpath = TRUE;
499 /* pathcomp is ignored unless renamed_fullpath is TRUE: */
1020 if (renamed_fullpath && pathcomp[1] == ':')
1022 else if (!renamed_fullpath && rootlen > 1 && rootpath[1] == ':')
1037 } else if (renamed_fullpath) { /* pathcomp = valid data */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dw32cfg.h300 int created_dir, renamed_fullpath, fnlen;\
310 /* created_dir, renamed_fullpath, fnlen, and nLabelDrive are used by */
H A Dwin32.c178 /* static int renamed_fullpath; */ /* ditto */
1683 G.renamed_fullpath = FALSE;
1695 G.renamed_fullpath = TRUE;
1700 G.renamed_fullpath = TRUE;
1710 /* pathcomp is ignored unless renamed_fullpath is TRUE: */
2350 if (G.renamed_fullpath && pathcomp[1] == ':')
2352 else if (!G.renamed_fullpath && G.rootlen > 1 &&
2374 } else if (G.renamed_fullpath) /* pathcomp = valid data */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/aosvs/
H A Daosvs.c63 static int renamed_fullpath; /* ditto */ variable
558 renamed_fullpath = (renamed && (*G.filename == '/'));
897 if ((rootlen > 0) && !renamed_fullpath) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/theos/
H A Dtheos.c68 static int renamed_fullpath; /* ditto */ variable
513 renamed_fullpath = (renamed && (*G.filename == '/'));
859 if ((rootlen > 0) && !renamed_fullpath) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmacos.c96 static int renamed_fullpath; /* ditto */ variable
422 renamed_fullpath = (renamed && (*G.filename == '/'));
434 if (renamed_fullpath)
689 if ((rootlen > 0) && !renamed_fullpath) {
694 if (!renamed_fullpath && !uO.jflag) {

Completed in 247 milliseconds