Lines Matching refs:format_char
720 char format_char;
728 format_char = format[format_len - 1];
745 if (!(format_char == 'e' || format_char == 'E' ||
746 format_char == 'f' || format_char == 'F' ||
747 format_char == 'g' || format_char == 'G' ||
748 format_char == 'Z'))
751 /* Map 'Z' format_char to 'g', by copying the format string and
753 if (format_char == 'Z') {
782 /* If format_char is 'Z', make sure we have at least one character
787 if (format_char == 'Z')