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

/freebsd-11-stable/usr.bin/unzip/
H A Dunzip.c667 * Extract a zipfile entry: first perform some sanity checks to ensure
701 /* I don't think this can happen in a zipfile.. */
754 /* I don't think this can happen in a zipfile.. */
851 * Main loop: open the zipfile, iterate over its contents and decide what
938 "zipfile\n");
1019 const char *zipfile; local
1032 * zipfile name, and others to come after - though it does not
1034 * before and after the zipfile name.
1049 zipfile = argv[nopts++];
1051 if (strcmp(zipfile, "
[all...]

Completed in 160 milliseconds