untgz.c | 2 * untgz.c -- Display contents and extract files from a gzip'd TAR file 65 /* GNU tar extensions */ 76 /* tar header */ 126 const char *TGZsuffix[] = { "\0", ".tar", ".tar.gz", ".taz", ".tgz", NULL }; 383 /* tar file list or extract */ 385 int tar (gzFile in,int action,int arg,int argc,char **argv) function in typeref:typename:int 408 * the tar information. 417 * If we have to get a tar header 422 * if we met the end of the tar [all...] |