Searched refs:format_char (Results 1 – 9 of 9) sorted by relevance
/external/qemu/android/ |
D | sockets.c | 279 format_char( char* buf, char* end, int c ) in format_char() function 328 buf = format_char(buf, end, temp[--nn]); in format_unsigned() 340 buf = format_char(buf, end, hex[(val >> shift) & 15]); in format_hex() 350 buf = format_char( buf, end, '.'); in format_ip4() 352 buf = format_char( buf, end, '.'); in format_ip4() 354 buf = format_char( buf, end, '.'); in format_ip4() 367 buf = format_char(buf, end, ':'); in format_ip6() 384 buf = format_char( buf, end, ':' ); in sock_address_to_string() 390 buf = format_char( buf, end, ':' ); in sock_address_to_string()
|
/external/lldb/source/Interpreter/ |
D | Args.cpp | 1096 char *format_char = NULL; in StringToFormat() local 1097 unsigned long byte_size = ::strtoul (s, &format_char, 0); in StringToFormat() 1100 s = format_char; in StringToFormat() 1113 char format_char = FormatManager::GetFormatAsFormatChar(f); in StringToFormat() local 1114 if (format_char) in StringToFormat() 1115 error_strm.Printf ("'%c' or ", format_char); in StringToFormat()
|
D | CommandObject.cpp | 793 char format_char = FormatManager::GetFormatAsFormatChar(f); in FormatHelpTextCallback() local 794 if (format_char) in FormatHelpTextCallback() 795 sstr.Printf("'%c' or ", format_char); in FormatHelpTextCallback()
|
/external/ltrace/ |
D | lens_default.c | 174 format_char(FILE *stream, struct value *value, struct value_dict *arguments) in format_char() function 419 &format_char); in toplevel_format_lens() 646 return format_char(stream, value, arguments); in string_lens_format_cb()
|
/external/mksh/src/ |
D | check.pl | 867 . &format_char($ce) . "', got '" 868 . &format_char($cg) . "'"; 872 format_char subroutine
|
/external/lldb/source/DataFormatters/ |
D | FormatManager.cpp | 32 const char format_char; // One or more format characters that can be used for this format. member 83 GetFormatFromFormatChar (char format_char, Format &format) in GetFormatFromFormatChar() argument 87 if (g_format_infos[i].format_char == format_char) in GetFormatFromFormatChar() 153 return g_format_infos[i].format_char; in GetFormatAsFormatChar()
|
/external/lldb/source/Commands/ |
D | CommandObjectTarget.cpp | 3258 const char format_char = m_options.m_format_array[i].first; in PrintModule() local 3260 switch (format_char) in PrintModule() 3305 if (format_char == 'o') in PrintModule() 3351 if (format_char == 'S') in PrintModule()
|
/external/qemu-pc-bios/vgabios/ |
D | vgabios.c | 3785 Bit8u c, format_char;
|
/external/qemu-pc-bios/bochs/bios/ |
D | rombios.c | 1627 Bit8u c, format_char;
|