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

/freebsd-13-stable/bin/pax/
H A Dtar.h51 * Values used in typeflag field in all tar formats
138 char typeflag; /* type of file. */ member in struct:__anon11
H A Dtar.c811 * set the mode and PAX type according to the typeflag in the header
813 switch(hd->typeflag) {
836 if (hd->typeflag == BLKTYPE) {
849 if (hd->typeflag == SYMTYPE) {
957 hd->typeflag = DIRTYPE;
967 hd->typeflag = CHRTYPE;
969 hd->typeflag = BLKTYPE;
979 hd->typeflag = FIFOTYPE;
990 hd->typeflag = SYMTYPE;
992 hd->typeflag
[all...]
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c62 char typeflag[1]; member in struct:archive_entry_header_ustar
89 char typeflag[1]; member in struct:archive_entry_header_gnutar
400 if (header->typeflag[0] != 0 &&
401 !( header->typeflag[0] >= '0' && header->typeflag[0] <= '9') &&
402 !( header->typeflag[0] >= 'A' && header->typeflag[0] <= 'Z') &&
403 !( header->typeflag[0] >= 'a' && header->typeflag[0] <= 'z') )
772 switch(header->typeflag[
[all...]
/freebsd-13-stable/lib/libpmc/pmu-events/
H A Djevents.c963 int typeflag, struct FTW *ftwbuf)
966 int is_file = typeflag == FTW_F;
975 process_one_file(const char *fpath, const struct stat *sb, int typeflag, argument
980 int is_dir = typeflag == FTW_D;
981 int is_file = typeflag == FTW_F;
962 preprocess_arch_std_files(const char *fpath, const struct stat *sb, int typeflag, struct FTW *ftwbuf) argument

Completed in 179 milliseconds