Searched defs:vsprintf (Results 1 - 2 of 2) sorted by relevance

/arch/powerpc/boot/
H A Dstdio.c140 int vsprintf(char *buf, const char *fmt, va_list args) function
329 i=vsprintf(buf,fmt,args);
343 n = vsprintf(sprint_buf, fmt, args);
/arch/x86/boot/
H A Dprintf.c115 int vsprintf(char *buf, const char *fmt, va_list args) function
291 i = vsprintf(buf, fmt, args);
303 printed = vsprintf(printf_buf, fmt, args);

Completed in 88 milliseconds