printf.c | 68 static void conv_escape_str(char *, void (*)(int), int); 309 conv_escape_str(cp, b_count, 0); 324 conv_escape_str(cp, b_output, 1); 428 /* helper functions for conv_escape_str */ 463 conv_escape_str(char *str, void (*do_putchar)(int), int quiet) function in typeref:typename:void
|