HomeSort by relevance Sort by last modified time
    Searched refs:TGZfile (Results 1 - 2 of 2) sorted by null

  /external/zlib/src/contrib/untgz/
untgz.c 610 char *TGZfile;
645 if ((TGZfile = TGZfname(argv[arg])) == NULL)
659 f = gzopen(TGZfile,"rb");
662 fprintf(stderr,"%s: Couldn't gzopen %s\n",prog,TGZfile);
  /toolchain/binutils/binutils-2.27/zlib/contrib/untgz/
untgz.c 610 char *TGZfile;
645 if ((TGZfile = TGZfname(argv[arg])) == NULL)
659 f = gzopen(TGZfile,"rb");
662 fprintf(stderr,"%s: Couldn't gzopen %s\n",prog,TGZfile);

Completed in 248 milliseconds