Home
last modified time | relevance | path

Searched defs:default_format (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp35 lldb::Format default_format, uint64_t default_byte_size, in OptionGroupFormat()
H A DOptionValueFormatEntity.cpp18 OptionValueFormatEntity::OptionValueFormatEntity(const char *default_format) { in OptionValueFormatEntity()
/freebsd/usr.bin/seq/
H A Dseq.c56 static char default_format[] = { "%g" }; /* default */ variable