Home
last modified time | relevance | path

Searched refs:default_format (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueFormatEntity.cpp19 OptionValueFormatEntity::OptionValueFormatEntity(const char *default_format) in OptionValueFormatEntity() argument
22 if (default_format && default_format[0]) { in OptionValueFormatEntity()
23 llvm::StringRef default_format_str(default_format); in OptionValueFormatEntity()
26 m_default_format = default_format; in OptionValueFormatEntity()
27 m_current_format = default_format; in OptionValueFormatEntity()
H A DOptionGroupFormat.cpp20 OptionGroupFormat::OptionGroupFormat(lldb::Format default_format, in OptionGroupFormat() argument
23 : m_format(default_format, default_format), in OptionGroupFormat()
/freebsd-12.1/usr.bin/seq/
H A Dseq.c58 static char default_format[] = { "%g" }; /* default */ variable
464 return (default_format); in generate_format()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueFormatEntity.h20 OptionValueFormatEntity(const char *default_format);
H A DOptionGroupFormat.h32 lldb::Format default_format,
/freebsd-12.1/contrib/binutils/bfd/
H A Dlibaout.h388 default_format = 0, enumerator