Lines Matching refs:fmt_char
1118 char const *fmt_char = directive + len + 1; in format_code_offset() local
1119 fmt_char += strspn (fmt_char, digits); in format_code_offset()
1120 if (*fmt_char == '.') in format_code_offset()
1121 fmt_char += 1 + strspn (fmt_char + 1, digits); in format_code_offset()
1122 return fmt_char - directive; in format_code_offset()
1156 char fmt_char = *(b + len); in print_it() local
1161 switch (fmt_char) in print_it()
1169 dest[len] = fmt_char; in print_it()
1178 mod_char = fmt_char; in print_it()
1179 fmt_char = *(b + 1); in print_it()
1181 && (fmt_char == 'd' || fmt_char == 'r')) in print_it()
1187 fmt_char = mod_char; in print_it()
1192 fail |= print_func (dest, len, mod_char, fmt_char, in print_it()