Home
last modified time | relevance | path

Searched defs:format_name (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp30 const char *format_name; // Long format name that can be used to specify the member
94 static bool GetFormatFromFormatName(llvm::StringRef format_name, in GetFormatFromFormatName()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_archive_write_set_format_by_name.c31 test_format_by_name(const char * format_name,const char * compression_type,int format_id,int dot_stored,const void * image,size_t image_size) test_format_by_name() argument
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_private.h116 const char *format_name; global() member
H A Darchive_read_support_format_lha.c200 char format_name[64]; member
H A Darchive_read_support_format_zip.c145 struct archive_string format_name; member
H A Darchive_read_support_format_cab.c297 char format_name[64]; member
H A Darchive_read_support_format_7zip.c364 char format_name[64]; member
/freebsd/usr.bin/mkimg/
H A Dmkimg.c558 const char *format_name; in main() local