Searched refs:PK_OK (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Denvargs.c70 return PK_OK;
174 return PK_OK;
229 if ((err = envargs(&argc, &argv, "ENVTEST")) != PK_OK) {
H A Dunshrink.c167 return PK_OK;
295 return PK_OK;
H A Dfileio.c731 * PK_OK when seek was successful
768 return(PK_OK);
796 if (ret != PK_OK)
838 return PK_OK;
872 return PK_OK;
959 return PK_OK;
984 return PK_OK;
1043 return PK_OK;
1069 return PK_OK;
1073 return PK_OK;
[all...]
H A Dunzip.c1056 LoadFarStringSmall2(EnvZipInfo2))) != PK_OK)
1065 LoadFarStringSmall2(EnvUnZip2))) != PK_OK)
1274 if (retcode != PK_OK)
1313 return PK_OK;
1853 return PK_OK;
1857 return USAGE(PK_OK);
1896 return PK_OK;
1928 return PK_OK;
H A Dextract.c686 if ((error = set_direc_attribs(__G__ d)) != PK_OK) {
1151 if (((error = seek_zipf(__G__ G.pInfo->offset)) != PK_OK) ||
1352 if ((errcode = error & ~MPN_MASK) != PK_OK &&
1677 return PK_OK;
1686 return PK_OK;
2067 != PK_OK) {
2111 if (r != PK_OK) {
2222 return PK_OK; /* do nothing and signal OK */
2240 if (r == PK_OK && test_uc_ebdata != NULL)
2268 int r, error=PK_OK;
[all...]
H A Dprocess.c407 else if (error != PK_OK)
912 if (error != PK_OK || readbuf(__G__ G.sig, 4) == 0) {
918 if ((error != PK_OK) || (readbuf(__G__ G.sig, 4) == 0) ||
928 if ((error != PK_OK) || (readbuf(__G__ G.sig, 4) == 0) ||
936 return (error != PK_OK ? error : PK_BADERR);
952 if (error != PK_OK) {
H A Dfunzip.c259 if (ret != PK_OK)
H A Dunzip.h635 #define PK_OK 0 /* no error */ macro
H A Dapi.c706 if ((retcode == PK_OK) || (retcode == PK_WARN) || (retcode == PK_ERR) ||
H A Dlist.c601 if ((error = do_string(__G__ G.crec.filename_length, DS_FN)) != PK_OK)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/
H A Dwindll.c153 return PK_OK;
214 pargVee, pargCee) != PK_OK)
270 pargVee, pargCee) != PK_OK)
280 return PK_OK;
734 if ((retcode = UnzipParseString(ExtList, &argCExt, &argVExt)) != PK_OK)
746 if ((retcode = UnzipParseString(ExcList, &argCExc, &argVExc)) != PK_OK)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/atheos/
H A Datheos.c1082 return PK_OK;
1119 return PK_OK;
1127 int errval = PK_OK;
1387 if( retval != PK_OK ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/beos/
H A Dbeos.c1124 return PK_OK;
1157 return PK_OK;
1165 int errval = PK_OK;
1441 if( retval != PK_OK ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/os2/
H A Dos2.c565 return PK_OK; /* not an OS/2 extra field: assume OK */
579 (uch *)(pEAblock+1), (ulg)(pEAblock->nSize - 4))) != PK_OK )
629 return PK_OK; /* not an OS/2 extra field: assume OK */
638 (uch *)(pACLblock+1), (ulg)(pACLblock->nSize - 4))) != PK_OK )
1088 int rc = PK_OK;
1103 rc = (uO.X_flag) ? SetACL(__G__ path, ef_ptr) : PK_OK;
1120 if (rc != PK_OK)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dwin32.c335 return PK_OK;
345 if (error == PK_OK) {
478 return (ValidateSecurity(eb_ucptr) ? PK_OK : PK_WARN);
1180 return PK_OK;
1223 return PK_OK;
1239 return PK_OK;
1241 errval = PK_OK;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/unix/
H A Dunix.c1311 return PK_OK;
1342 return PK_OK;
1350 int errval = PK_OK;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/guisfx/
H A Dsfxwiz.c361 //#define PK_OK 0 /* no error */
387 case PK_OK:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/theos/
H A Dtheos.c1135 return PK_OK;
1143 int errval = PK_OK;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dwinmain.cpp1179 if (ei.result != PK_OK) {
1699 case PK_OK: // no error
2561 if ((result == PK_OK) || (result == PK_WARN)) {
3319 if ((pei->result == PK_OK) || (pei->result == PK_WARN)) {
3333 (pei->result == PK_OK) ? TEXT("Completed. There were no warnings or errors.") :
3349 if ((pei->result != PK_OK) && (pei->result != PK_WARN)) {
3809 if ((result != PK_OK) && (result != PK_WARN)) {
H A Dintrface.cpp1058 return PK_OK;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmacos.c1639 int retval = PK_OK;
1676 if (retval != PK_OK) /* error uncompressing attributes */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dvms.c2675 int retcode = PK_OK;
3089 return PK_OK;
3106 int retcode = PK_OK;

Completed in 314 milliseconds