Searched refs:format_char (Results 1 – 6 of 6) sorted by relevance
1492 int format_char; in check_format_info_main() local1853 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 …]
476 int format_char; variable626 format_char = *f;627 switch (format_char)758 *u++ = format_char;999 format_char = L_('p');
1090 char *format_char = NULL; in StringToFormat() local1091 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() local1108 if (format_char) in StringToFormat()1109 error_strm.Printf ("'%c' or ", format_char); in StringToFormat()
786 char format_char = FormatManager::GetFormatAsFormatChar(f); in FormatHelpTextCallback() local787 if (format_char) in FormatHelpTextCallback()788 sstr.Printf("'%c' or ", format_char); in FormatHelpTextCallback()
32 const char format_char; // One or more format characters that can be used for this format. member83 GetFormatFromFormatChar (char format_char, Format &format) in GetFormatFromFormatChar() argument87 if (g_format_infos[i].format_char == format_char) in GetFormatFromFormatChar()153 return g_format_infos[i].format_char; in GetFormatAsFormatChar()
3327 const char format_char = m_options.m_format_array[i].first; in PrintModule() local3329 switch (format_char) in PrintModule()3374 if (format_char == 'o') in PrintModule()3420 if (format_char == 'S') in PrintModule()