OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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