Home | History | Annotate | Download | only in bios

Lines Matching defs:vsnprintf

237 int vsnprintf(char *buf, int buflen, const char *fmt, va_list args)
392 i=vsnprintf(buf,size,fmt,args);
407 vsnprintf(buf, sizeof(buf), fmt, ap);