Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dc-format.c1492 int format_char; in check_format_info_main() local
1853 format_char = *format_chars; in check_format_info_main()
1854 if (format_char == 0 in check_format_info_main()
1856 && format_char == '%')) in check_format_info_main()
1864 && strchr (fci->format_chars, format_char) == 0) in check_format_info_main()
1871 && strchr (fci->format_chars, format_char) == 0) in check_format_info_main()
1876 if (ISGRAPH (format_char)) in check_format_info_main()
1878 format_char); in check_format_info_main()
1881 format_char); in check_format_info_main()
1888 C_STD_NAME (fci->std), format_char, fki->name); in check_format_info_main()
[all …]
/freebsd-10-stable/contrib/diff/lib/
Dstrftime.c476 int format_char; variable
626 format_char = *f;
627 switch (format_char)
758 *u++ = format_char;
999 format_char = L_('p');
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
DArgs.cpp1090 char *format_char = NULL; in StringToFormat() local
1091 unsigned long byte_size = ::strtoul (s, &format_char, 0); in StringToFormat()
1094 s = format_char; in StringToFormat()
1107 char format_char = FormatManager::GetFormatAsFormatChar(f); in StringToFormat() local
1108 if (format_char) in StringToFormat()
1109 error_strm.Printf ("'%c' or ", format_char); in StringToFormat()
DCommandObject.cpp786 char format_char = FormatManager::GetFormatAsFormatChar(f); in FormatHelpTextCallback() local
787 if (format_char) in FormatHelpTextCallback()
788 sstr.Printf("'%c' or ", format_char); in FormatHelpTextCallback()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/
DFormatManager.cpp32 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()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
DCommandObjectTarget.cpp3327 const char format_char = m_options.m_format_array[i].first; in PrintModule() local
3329 switch (format_char) in PrintModule()
3374 if (format_char == 'o') in PrintModule()
3420 if (format_char == 'S') in PrintModule()