Home
last modified time | relevance | path

Searched refs:format_type (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/xz/src/xz/
H A Dcoder.h22 enum format_type { enum
38 extern enum format_type opt_format;
H A Dcoder.c25 enum format_type opt_format = FORMAT_AUTO;
483 enum format_type init_format = FORMAT_AUTO; in coder_init()
H A Dargs.c392 enum format_type format; in parse_real()
/freebsd-12.1/contrib/gcc/
H A Dc-format.c195 info->format_type = decode_format_type (p); in decode_format_attr()
197 if (info->format_type == format_type_error) in decode_format_attr()
903 && (format_types[info.format_type].flags in check_function_format()
913 == info.format_type)) in check_function_format()
934 format_types[info.format_type].name); in check_function_format()
1283 format_types[info->format_type].name); in check_format_info()
2798 if (info.format_type == asm_fprintf_format_type in handle_format_attribute()
2799 || info.format_type == gcc_gfc_format_type in handle_format_attribute()
2800 || info.format_type == gcc_diag_format_type in handle_format_attribute()
2801 || info.format_type == gcc_tdiag_format_type in handle_format_attribute()
[all …]
H A DChangeLog.apple657 * c-format.c (enum format_type): New entry for NSString format.
676 * c-format.c (enum format_type): New entry for NSString format.
H A DFSFChangeLog1670 (enum format_type): New type.
1672 enum format_type instead of int.
1674 (struct function_format_info): format_type member renamed from is_scan.
H A DChangeLog-199813833 (enum format_type): New type.
13835 enum format_type instead of int.
13837 (struct function_format_info): format_type member renamed from is_scan.
H A DChangeLog-200316712 * c-format.c (enum format_type): Add gcc_diag_format_type,
21348 * c-format.c (enum format_type): Add asm_fprintf_format_type.
H A DChangeLog-200132333 * c-common.c (enum format_type): Add format_type_error.
H A DChangeLog-2000173 * c-common.c (enum format_type): Add strfmon_format_type.
H A DChangeLog-200513007 (enum format_type): Add gcc_tdiag_format_type.
H A DChangeLog-200422676 (struct function_format_info): Use an int for format_type.
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DFormatEntity.h120 FormatType format_type; // uint32_t, uint64_t, cstr, or anything that can member
/freebsd-12.1/sys/cam/scsi/
H A Dscsi_all.h3152 uint8_t format_type; /* STG_PDF_LENGTH or STG_PDF_EXTENDED */ member
/freebsd-12.1/sys/cam/ctl/
H A Dctl.c7265 rtg_ext_ptr->format_type = 0x10; in ctl_report_tagret_port_groups()