HomeSort by: relevance | last modified time | path
    Searched defs:zipfile (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/mkhybrid/dist/
rock.c 528 FILE * zipfile; local
538 zipfile = fopen(whole_name, "rb");
539 fread(header, 1, sizeof(header), zipfile);
548 status = (long)lseek(fileno(zipfile), (off_t)(-8), SEEK_END);
552 if(read(fileno(zipfile), (char*)header, sizeof(header)) != sizeof(header))
566 fclose(zipfile);
570 zipfile = fopen(checkname, "rb");
571 if(zipfile) {
574 fclose(zipfile);
  /src/usr.bin/unzip/
unzip.c 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; local
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
    [all...]

Completed in 41 milliseconds