Home
last modified time | relevance | path

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

/freebsd/stand/powerpc/boot1.chrp/
H A Dboot1.c32 typedef int putc_func_t(char c, void *arg); typedef
73 static int __printf(const char *fmt, putc_func_t *putc, void *arg, va_list ap);
75 static int __puts(const char *s, putc_func_t *putc, void *arg);
709 __printf(const char *fmt, putc_func_t *putc, void *arg, va_list ap) in __printf()
831 __puts(const char *s, putc_func_t *putc, void *arg) in __puts()