HomeSort by: relevance | last modified time | path
    Searched defs:tar (Results 1 - 5 of 5) sorted by relevancy

  /src/distrib/alpha/rz25dist/
Makefile 8 LOCALTARGETS= bin.tar.gz etc.tar.gz x11.tar.gz diskimage.gz
82 bin.tar.gz: mount-fs build-fs
88 etc.tar.gz: mount-fs build-fs
92 x11.tar.gz: mount-fs build-fs
  /src/lib/libc/time/
Makefile 541 # Flags to give 'tar' when making a distribution.
542 # Try to use flags appropriate for GNU tar.
548 if tar $(GNUTARFLAGS) --version >/dev/null 2>&1; then \
549 TAR='tar $(GNUTARFLAGS)'; \
551 TAR=tar; \
1043 rm -f leapseconds version $(MANTXTS) $(TZS) *.asc *.tar.*
1210 tzcode$(VERSION).tar.gz.asc \
1211 tzdata$(VERSION).tar.gz.as
    [all...]
  /src/distrib/sets/
Makefile 19 TAR_SUFF=${"${USE_XZ_SETS:Uno}"!="no":?tar.xz:tgz}
200 # If MAKETARS_SERIAL is set to "YES" or "yes", then the tar sets will be
236 .for tar in ${MAKETARSETS}
237 do-${tar}: .PHONY sanitise_METALOG
238 ${_MKMSG_CREATE} "${tar}.${TAR_SUFF}"
241 -N ${NETBSDSRCDIR}/etc -t ${TARDIR} ${tar} \
242 || { rm -f ${TARDIR}/${tar}.${TAR_SUFF}; false; }
247 ${_MKMSG_CREATE} "source tar files"
260 .for tar in ${MAKETARSETS}
261 do-sum-${tar}: .PHONY do-${tar
    [all...]
  /src/common/dist/zlib/contrib/untgz/
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...]
  /src/sys/dev/ic/
iha.c 1918 uint8_t tar; local in function:iha_state_8
1930 tar = scb->target;
1932 if (scb->target == tar)

Completed in 16 milliseconds