Lines Matching defs:tar
65 /* GNU tar extensions */
76 /* tar header */
126 const char *TGZsuffix[] = { "\0", ".tar", ".tar.gz", ".taz", ".tgz", NULL };
421 /* tar file list or extract */
423 int tar (gzFile in,int action,int arg,int argc,char **argv)
450 * the tar information.
459 * If we have to get a tar header
464 * if we met the end of the tar
465 * or the end-of-tar block,
741 exit(tar(f, action, arg, argc, argv));