HomeSort by relevance Sort by last modified time
    Searched refs:__xprintf (Results 1 - 5 of 5) sorted by null

  /bootable/bootloader/legacy/libc/
libc_private.h 32 void __xprintf(const char *fmt, va_list ap,
cprintf.c 39 __xprintf(fmt, ap, (void*) console_putc, 0);
dprintf.c 54 __xprintf(fmt, ap, (void*) dputc, 0);
sprintf.c 61 __xprintf(fmt, ap, snprintf_putc, &ctxt);
xprintf.c 49 void __xprintf(const char *fmt, va_list ap, function

Completed in 107 milliseconds