Searched refs:my_format (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1158 lldb::Format my_format = GetFormat(); local
1159 if (my_format == lldb::eFormatDefault) {
1164 my_format = eFormatUnsigned;
1169 my_format = reg_info->format;
1171 my_format = GetValue().GetCompilerType().GetFormat();
1176 if (my_format != m_last_format || m_value_str.empty()) {
1177 m_last_format = my_format;
1179 format_sp = std::make_shared<TypeFormatImpl_Format>(my_format);
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssltest.c2755 char my_format[256]; local
2758 BIO_snprintf(my_format, sizeof(my_format), "%*.*s %s",
2762 vfprintf(stderr, my_format, args);

Completed in 156 milliseconds