Searched refs:format_chars (Results 1 – 1 of 1) sorted by relevance
356 static const char format_chars[] ALIGN1 = "diouxXfeEgGcs"; in print_formatted() local357 char *p = strchr(format_chars, *f); in print_formatted()365 if (p - format_chars <= 5) { in print_formatted()