Searched refs:putc_func_t (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/stand/powerpc/boot1.chrp/ |
| H A D | boot1.c | 33 typedef int putc_func_t(char c, void *arg); typedef 74 static int __printf(const char *fmt, putc_func_t *putc, void *arg, va_list ap); 76 static int __puts(const char *s, putc_func_t *putc, void *arg); 710 __printf(const char *fmt, putc_func_t *putc, void *arg, va_list ap) in __printf() 832 __puts(const char *s, putc_func_t *putc, void *arg) in __puts()
|