Home
last modified time | relevance | path

Searched refs:printf_doformat (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/printf/
H A Dprintf.c72 static char *printf_doformat(char *, int *);
156 fmt = printf_doformat(fmt, &rval); in main()
196 printf_doformat(char *fmt, int *rval) in printf_doformat() function