Home
last modified time | relevance | path

Searched refs:typeflag (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/fs/tarfs/
H A Dtarfs_vfsops.c69 char typeflag[1]; /* Type */ member
223 ptr < (const unsigned char *)hdrp->typeflag; ptr++) in tarfs_checksum()
242 ptr < (const unsigned char *)&hdrp->typeflag; ptr++) in tarfs_checksum()
554 hdrp->typeflag[0], sz, (intmax_t)mtime, mode, uid, gid); in tarfs_alloc_one()
557 if (hdrp->typeflag[0] == TAR_TYPE_GLOBAL_EXTHDR) { in tarfs_alloc_one()
564 if (hdrp->typeflag[0] == TAR_TYPE_EXTHDR) { in tarfs_alloc_one()
668 hdrp->typeflag[0] != TAR_TYPE_FILE) { in tarfs_alloc_one()
700 if (hdrp->typeflag[0] == TAR_TYPE_DIRECTORY) { in tarfs_alloc_one()
709 switch (hdrp->typeflag[0]) { in tarfs_alloc_one()
811 __func__, hdrp->typeflag[0], (int)namelen, name); in tarfs_alloc_one()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c61 char typeflag[1]; member
88 char typeflag[1]; member
412 if (header->typeflag[0] != 0 && in archive_read_format_tar_bid()
413 !( header->typeflag[0] >= '0' && header->typeflag[0] <= '9') && in archive_read_format_tar_bid()
414 !( header->typeflag[0] >= 'A' && header->typeflag[0] <= 'Z') && in archive_read_format_tar_bid()
415 !( header->typeflag[0] >= 'a' && header->typeflag[0] <= 'z') ) in archive_read_format_tar_bid()
823 switch(header->typeflag[0]) { in tar_read_header()
1432 tar->filetype = header->typeflag[0]; in header_common()
1842 if (header->typeflag[0] == '3' || header->typeflag[0] == '4') { in header_ustar()
3002 if (header->typeflag[0] == '3' || header->typeflag[0] == '4') { in header_gnutar()
/freebsd/bin/pax/
H A Dtar.h135 char typeflag; /* type of file. */ member
/freebsd/lib/libpmc/pmu-events/
H A Djevents.c1201 int typeflag, struct FTW *ftwbuf) in preprocess_arch_std_files() argument
1204 int is_file = typeflag == FTW_F; in preprocess_arch_std_files()
1213 int typeflag, struct FTW *ftwbuf) in process_one_file() argument
1216 int is_dir = typeflag == FTW_D; in process_one_file()
1217 int is_file = typeflag == FTW_F; in process_one_file()