Home | History | Annotate | Download | only in untgz

Lines Matching defs:tar

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)
408 * the tar information.
417 * If we have to get a tar header
422 * if we met the end of the tar
423 * or the end-of-tar block,
658 exit(tar(f, action, arg, argc, argv));