Searched refs:conv_escape_str (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/usr.bin/printf/
H A Dprintf.c68 static void conv_escape_str(char *, void (*)(int), int);
290 conv_escape_str(cp, b_count, 0);
305 conv_escape_str(cp, b_output, 1);
393 /* helper functions for conv_escape_str */
428 conv_escape_str(char *str, void (*do_putchar)(int), int quiet) function

Completed in 69 milliseconds