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

/freebsd-11-stable/stand/sparc64/boot1/
H A 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)
716 __puts(const char *s, putc_func_t *putc, void *arg)
/freebsd-11-stable/stand/powerpc/boot1.chrp/
H A 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);
74 static int __puts(const char *s, putc_func_t *putc, void *arg);
619 __printf(const char *fmt, putc_func_t *putc, void *arg, va_list ap)
741 __puts(const char *s, putc_func_t *putc, void *arg)

Completed in 163 milliseconds