Home
last modified time | relevance | path

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

/external/zlib/src/contrib/untgz/
Duntgz.c610 char *TGZfile; in main() local
645 if ((TGZfile = TGZfname(argv[arg])) == NULL) in main()
659 f = gzopen(TGZfile,"rb"); in main()
662 fprintf(stderr,"%s: Couldn't gzopen %s\n",prog,TGZfile); in main()