Lines Matching defs:zipfile
685 * Extract a zipfile entry: first perform some sanity checks to ensure
719 /* I don't think this can happen in a zipfile.. */
772 /* I don't think this can happen in a zipfile.. */
892 * Main loop: open the zipfile, iterate over its contents and decide what
977 "[-x <pattern>] [-P <passphrase>] <zipfile>\n", getprogname());
1063 const char *zipfile;
1076 * zipfile name, and others to come after - though it does not
1078 * before and after the zipfile name.
1084 zipfile = argv[nopts++];
1086 if (strcmp(zipfile, "-") == 0)
1087 zipfile = NULL; /* STDIN */
1100 unzip(zipfile);