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
52 /* GNU tar extensions */
63 /* tar header */
120 int tar OF((gzFile, int, int, int, char **));
127 const char *TGZsuffix[] = { "\0", ".tar", ".tar.gz", ".taz", ".tgz", NULL };
384 /* tar file list or extract */
386 int tar (gzFile in,int action,int arg,int argc,char **argv)
409 * the tar information.
418 * If we have to get a tar header
423 * if we met the end of the tar
424 * or the end-of-tar block,
665 exit(tar(f, action, arg, argc, argv));