Searched refs:IZ_CTRLC (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dunzip.h651 #define IZ_CTRLC 80 /* user hit ^C to terminate */ macro
H A Dinflate.c182 80 (IZ_CTRLC) "canceled by user's request"
476 retval = (G.disk_full != 0 ? PK_DISK : IZ_CTRLC);
541 retval = (G.disk_full != 0 ? PK_DISK : IZ_CTRLC);
H A Dextract.c594 if (G.disk_full > 1 || error_in_archive == IZ_CTRLC) {
1566 return IZ_CTRLC; /* cancel operation by user request */
1580 if (G.disk_full > 1 || error_in_archive == IZ_CTRLC) {
1591 return IZ_CTRLC; /* cancel operation by user request */
1784 /* unreduce() returns only PK_COOL, PK_DISK, or IZ_CTRLC */
H A Dfileio.c834 return IZ_CTRLC; /* cancel operation by user request */
1675 EXIT(IZ_CTRLC); /* was EXIT(0), then EXIT(PK_ERR) */
H A Dprocess.c416 if (error == IZ_CTRLC) {
504 if (error == IZ_CTRLC) {
H A Dzipinfo.c890 error_in_archive = IZ_CTRLC;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dvms.c5225 case IZ_CTRLC:
5314 (err >= IZ_CTRLC && err <= IZ_BADPWD)) ? 2 : /* ... */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dwinmain.cpp1761 case IZ_CTRLC: // canceled by user's interaction

Completed in 206 milliseconds