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

/vbox/src/libs/zlib-1.2.6/contrib/untgz/
H A Duntgz.c610 char *TGZfile; local
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 390 milliseconds