• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/

Lines Matching defs:argCee

72 unsigned int argCee;
141 /* argCee is incremented in AllocMemory */
223 argCee++;
229 argCee++;
238 for (i = 0; i < argCee; i++)
302 argCee = 0;
312 if ((argVee[argCee] = (char *) malloc( sizeof(char) * strlen("wiz.exe")+1 )) == NULL)
318 strcpy( argVee[argCee], "wiz.exe" );
319 argCee++;
323 if (AllocMemory(argCee, "-0", "Compression", FALSE) != ZE_OK)
336 argVee[argCee-1][1] = Options.fLevel;
340 if (AllocMemory(argCee, "-A", "Offsets", FALSE) != ZE_OK)
345 if (AllocMemory(argCee, "-d", "Delete", FALSE) != ZE_OK)
350 if (AllocMemory(argCee, "-D", "No Dir Entries", FALSE) != ZE_OK)
355 if (AllocMemory(argCee, "-f", "Freshen", FALSE) != ZE_OK)
362 if (AllocMemory(argCee, "-F", "Repair", FALSE) != ZE_OK)
367 if (AllocMemory(argCee, "-FF", "Repair", FALSE) != ZE_OK)
373 if (AllocMemory(argCee, "-g", "Appending", FALSE) != ZE_OK)
378 if (AllocMemory(argCee, "-j", "Junk Dir Names", FALSE) != ZE_OK)
383 if (AllocMemory(argCee, "-e", "Encrypt", FALSE) != ZE_OK)
388 if (AllocMemory(argCee, "-J", "Junk SFX", FALSE) != ZE_OK)
394 if (AllocMemory(argCee, "-k", "Force DOS", FALSE) != ZE_OK)
400 if (AllocMemory(argCee, "-l", "LF-CRLF", FALSE) != ZE_OK)
405 if (AllocMemory(argCee, "-ll", "CRLF-LF", FALSE) != ZE_OK)
410 if (AllocMemory(argCee, "-m", "Move", FALSE) != ZE_OK)
416 if (AllocMemory(argCee, "-o", "Time", FALSE) != ZE_OK)
422 if (AllocMemory(argCee, "-z", "Comment", FALSE) != ZE_OK)
428 if (AllocMemory(argCee, "-q", "Quiet", FALSE) != ZE_OK)
433 if (AllocMemory(argCee, "-r", "Recurse -r", FALSE) != ZE_OK)
438 if (AllocMemory(argCee, "-R", "Recurse -R", FALSE) != ZE_OK)
443 if (AllocMemory(argCee, "-S", "System", FALSE) != ZE_OK)
450 if (AllocMemory(argCee, "-tt", "Date", FALSE) != ZE_OK)
452 if (AllocMemory(argCee, Options.Date, "Date", FALSE) != ZE_OK)
461 if (AllocMemory(argCee, "-t", "Date", FALSE) != ZE_OK)
463 if (AllocMemory(argCee, Options.Date, "Date", FALSE) != ZE_OK)
470 if (AllocMemory(argCee, "-u", "Update", FALSE) != ZE_OK)
475 if (AllocMemory(argCee, "-v", "Verbose", FALSE) != ZE_OK)
480 if (AllocMemory(argCee, "-$", "Volume", FALSE) != ZE_OK)
485 if (AllocMemory(argCee, "-s", "Splitting", FALSE) != ZE_OK)
487 if (AllocMemory(argCee, Options.szSplitSize, "Split size", FALSE) != ZE_OK)
492 if (AllocMemory(argCee, "-sp", "Split Pause Select Destination", FALSE) != ZE_OK)
498 if (AllocMemory(argCee, "-!", "Privileges", FALSE) != ZE_OK)
504 if (AllocMemory(argCee, "-X", "Extra", FALSE) != ZE_OK)
509 if (AllocMemory(argCee, "-i", "Include file list", FALSE) != ZE_OK)
521 if (AllocMemory(argCee, Options.IncludeList[k], "Include file list array", TRUE) != ZE_OK)
537 if (AllocMemory(argCee, Options.IncludeList[k], "Include file list array", TRUE) != ZE_OK)
542 if (AllocMemory(argCee, "@", "End of Include List", FALSE) != ZE_OK)
547 if (AllocMemory(argCee, "-x", "Exclude file list", FALSE) != ZE_OK)
559 if (AllocMemory(argCee, Options.ExcludeList[k], "Exclude file list array", TRUE) != ZE_OK)
573 if (AllocMemory(argCee, Options.ExcludeList[k], "Exclude file list array", TRUE) != ZE_OK)
577 if (AllocMemory(argCee, "@", "End of Exclude List", FALSE) != ZE_OK)
583 if (AllocMemory(argCee, "-i", "Include file list", FALSE) != ZE_OK)
585 if ((k = ParseString(szIncludeList, argCee)) != ZE_OK)
588 if (AllocMemory(argCee, "@", "End of Include List", FALSE) != ZE_OK)
593 if (AllocMemory(argCee, "-x", "Exclude file list", FALSE) != ZE_OK)
596 if ((k = ParseString(szExcludeList, argCee)) != ZE_OK)
600 if (AllocMemory(argCee, "@", "End of Exclude List", FALSE) != ZE_OK)
607 if (AllocMemory(argCee, "-b", "Temp dir switch command", FALSE) != ZE_OK)
609 if (AllocMemory(argCee, szTempDir, "Temporary directory", FALSE) != ZE_OK)
613 if (AllocMemory(argCee, C.lpszZipFN, "Zip file name", FALSE) != ZE_OK)
624 if (AllocMemory(argCee, C.FNV[k], "Making argv", FALSE) != ZE_OK)
630 argVee[argCee-1][m++] = C.FNV[k][j];
631 argVee[argCee-1][m] = '\0';
641 if (AllocMemory(argCee, C.FNV[k], "Making argv", FALSE) != ZE_OK)
647 if ((k = ParseString(C.lpszAltFNL, argCee)) != ZE_OK)
655 argVee[argCee] = NULL;
657 ZipRet = zipmain(argCee, argVee);