Searched refs:typeflag (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/fs/tarfs/ |
H A D | tarfs_vfsops.c | 69 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() 674 hdrp->typeflag[0] != TAR_TYPE_FILE) { in tarfs_alloc_one() 706 if (hdrp->typeflag[0] == TAR_TYPE_DIRECTORY) { in tarfs_alloc_one() 715 switch (hdrp->typeflag[0]) { in tarfs_alloc_one() 817 __func__, hdrp->typeflag[0], (int)namelen, name); in tarfs_alloc_one()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_tar.c | 61 char typeflag[1]; member 88 char typeflag[1]; member 401 if (header->typeflag[0] != 0 && in archive_read_format_tar_bid() 402 !( header->typeflag[0] >= '0' && header->typeflag[0] <= '9') && in archive_read_format_tar_bid() 403 !( header->typeflag[0] >= 'A' && header->typeflag[0] <= 'Z') && in archive_read_format_tar_bid() 404 !( header->typeflag[0] >= 'a' && header->typeflag[0] <= 'z') ) in archive_read_format_tar_bid() 804 switch(header->typeflag[0]) { in tar_read_header() 1341 tar->filetype = header->typeflag[0]; in header_common() 1746 if (header->typeflag[0] == '3' || header->typeflag[0] == '4') { in header_ustar() 2886 if (header->typeflag[0] == '3' || header->typeflag[0] == '4') { in header_gnutar()
|
/freebsd/bin/pax/ |
H A D | tar.h | 135 char typeflag; /* type of file. */ member
|
/freebsd/lib/libpmc/pmu-events/ |
H A D | jevents.c | 1068 int typeflag, struct FTW *ftwbuf) in preprocess_arch_std_files() argument 1071 int is_file = typeflag == FTW_F; in preprocess_arch_std_files() 1080 int typeflag, struct FTW *ftwbuf) in process_one_file() argument 1083 int is_dir = typeflag == FTW_D; in process_one_file() 1084 int is_file = typeflag == FTW_F; in process_one_file()
|