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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/os2/
H A Dos2.c1460 static char *buildpathHPFS; /* full path (so far) to extracted file, */
1484 if (IsFileNameValid(G.os2.buildpathHPFS)) {
1496 * check endHPFS-G.os2.buildpathHPFS after each append, set warning variable
1501 if ((G.os2.endHPFS-G.os2.buildpathHPFS) > FILNAMSIZ-3)
1510 free(G.os2.buildpathHPFS);
1517 FnFilter1(G.os2.buildpathHPFS)));
1518 free(G.os2.buildpathHPFS);
1526 free(G.os2.buildpathHPFS);
1544 free(G.os2.buildpathHPFS);
1551 FnFilter1(G.os2.buildpathHPFS)));
[all...]
H A Dos2data.h117 char *buildpathHPFS; /* full path (so far) to extracted file, */ member in struct:os2Global
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dwin32.c2111 /* static char *buildpathHPFS; */ /* full path (so far) to extracted file, */
2134 if (!IsVolumeOldFAT(__G__ G.buildpathHPFS)) {
2142 * check endHPFS-buildpathHPFS after each append, set warning variable
2147 if ((G.endHPFS-G.buildpathHPFS) > FILNAMSIZ-3)
2157 free(G.buildpathHPFS);
2165 FnFilter1(G.buildpathHPFS)));
2166 free(G.buildpathHPFS);
2179 free(G.buildpathHPFS);
2190 free(G.buildpathHPFS);
2198 FnFilter1(G.buildpathHPFS)));
[all...]
H A Dw32cfg.h304 char *rootpath, *buildpathHPFS, *buildpathFAT, *endHPFS, *endFAT;\
314 /* rootlen, rootpath, buildpathHPFS, buildpathFAT, endHPFS, and endFAT */

Completed in 109 milliseconds