Searched refs:format_char (Results 1 - 9 of 9) sorted by relevance

/external/qemu/android/
H A Dsockets.c279 format_char( char* buf, char* end, int c ) function
328 buf = format_char(buf, end, temp[--nn]);
340 buf = format_char(buf, end, hex[(val >> shift) & 15]);
350 buf = format_char( buf, end, '.');
352 buf = format_char( buf, end, '.');
354 buf = format_char( buf, end, '.');
367 buf = format_char(buf, end, ':');
384 buf = format_char( buf, end, ':' );
390 buf = format_char( buf, end, ':' );
/external/lldb/source/Interpreter/
H A DArgs.cpp1096 char *format_char = NULL;
1097 unsigned long byte_size = ::strtoul (s, &format_char, 0);
1100 s = format_char;
1113 char format_char = FormatManager::GetFormatAsFormatChar(f);
1114 if (format_char)
1115 error_strm.Printf ("'%c' or ", format_char);
H A DCommandObject.cpp793 char format_char = FormatManager::GetFormatAsFormatChar(f); local
794 if (format_char)
795 sstr.Printf("'%c' or ", format_char);
/external/ltrace/
H A Dlens_default.c174 format_char(FILE *stream, struct value *value, struct value_dict *arguments) function
419 &format_char);
646 return format_char(stream, value, arguments);
/external/mksh/src/
H A Dcheck.pl867 . &format_char($ce) . "', got '"
868 . &format_char($cg) . "'";
872 format_char subroutine
/external/lldb/source/DataFormatters/
H A DFormatManager.cpp32 const char format_char; // One or more format characters that can be used for this format. member in struct:FormatInfo
83 GetFormatFromFormatChar (char format_char, Format &format) argument
87 if (g_format_infos[i].format_char == format_char)
153 return g_format_infos[i].format_char;
/external/lldb/source/Commands/
H A DCommandObjectTarget.cpp3258 const char format_char = m_options.m_format_array[i].first; local
3260 switch (format_char)
3305 if (format_char == 'o')
3351 if (format_char == 'S')
/external/qemu-pc-bios/vgabios/
H A Dvgabios.c3785 Bit8u c, format_char; local
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c1627 Bit8u c, format_char; local

Completed in 1103 milliseconds