Home
last modified time | relevance | path

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

/freebsd-12-stable/stand/powerpc/boot1.chrp/
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);
620 __printf(const char *fmt, putc_func_t *putc, void *arg, va_list ap) in __printf()
742 __puts(const char *s, putc_func_t *putc, void *arg) in __puts()
/freebsd-12-stable/stand/sparc64/boot1/
Dboot1.c31 typedef int putc_func_t(char c, void *arg); typedef
72 static int __printf(const char *fmt, putc_func_t *putc, void *arg, va_list ap);
73 static int __puts(const char *s, putc_func_t *putc, void *arg);
594 __printf(const char *fmt, putc_func_t *putc, void *arg, va_list ap) in __printf()
716 __puts(const char *s, putc_func_t *putc, void *arg) in __puts()