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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dunzip.h527 int volflag; /* -$: extract volume labels */ member in struct:_UzpOpts
H A Dunzip.c1808 uO.volflag = MAX(uO.volflag-negative,0);
1811 ++uO.volflag;
H A Dextract.c1384 uO.volflag? "hard disk " : ""));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/msdos/
H A Dmsdos.c1029 if (uO.volflag == 0 || *buildpath < 'a' || /* no label/bogus disk */
1030 (uO.volflag == 1 && !isfloppy(nLabelDrive))) /* -$: no fixed */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/os2/
H A Dos2.c1698 if (uO.volflag == 0 || *G.os2.buildpathHPFS < 'a' || /* no labels/bogus? */
1699 (uO.volflag == 1 && !isfloppy(G.os2.nLabelDrive))) { /* -$: no fixed */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dwin32.c2367 if (uO.volflag == 0 || *G.buildpathHPFS < 'a' /* no labels/bogus? */
2368 || (uO.volflag == 1 && !isfloppy(G.nLabelDrive))) { /* !fixed */

Completed in 139 milliseconds