Home
last modified time | relevance | path

Searched refs:is_tar (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/file/src/
H A Dis_tar.c53 file_private int is_tar(const unsigned char *, size_t);
77 tar = is_tar(buf, nbytes); in file_is_tar()
99 is_tar(const unsigned char *buf, size_t nbytes) in is_tar() function
H A DMakefile.am11 encoding.c compress.c is_csv.c is_json.c is_simh.c is_tar.c readelf.c \
H A DMakefile.in142 is_simh.lo is_tar.lo readelf.lo print.lo fsmagic.lo funcs.lo \
184 ./$(DEPDIR)/is_simh.Plo ./$(DEPDIR)/is_tar.Plo \
368 encoding.c compress.c is_csv.c is_json.c is_simh.c is_tar.c readelf.c \
543 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is_tar.Plo@am__quote@ # am--include-marker
771 -rm -f ./$(DEPDIR)/is_tar.Plo
852 -rm -f ./$(DEPDIR)/is_tar.Plo
/freebsd/lib/libmagic/
H A DMakefile20 is_tar.c magic.c print.c readcdf.c readelf.c seccomp.c softmagic.c
/freebsd/contrib/file/
H A DMAINT37 is_tar.c file_is_tar()
H A DREADME.md95 * `src/is_tar.c, tar.h` - knows about Tape ARchive format (courtesy John Gilmore).
H A DChangeLog473 * refactor is_tar
1172 * Improve comments and use "unsigned char" in tar.h/is_tar.c.
1669 (mostly in is_tar).
/freebsd/contrib/file/magic/Magdir/
H A Darchive7 # pre-POSIX "tar" archives are also handled in the C code ../../src/is_tar.c.