gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:_vsprintf (0.00 seconds)
tkernel_2
lib/libtm/src/tm_printf.c - 12.0KB - 368 lines
310:         short  len = 0;
311:         _vsprintf(out_cons, (OutPar*)&len, (const uchar *)format, ap);
312:         return len;
318: par.bufp = obuf; 319: _vsprintf(out_cons, (OutPar*)&par, (const uchar *)format, ap); 320: va_end(ap);
351: par.bufp = (uchar*)str; 352: _vsprintf(out_buf, &par, (const uchar *)format, ap); 353: str[par.len] = '\0';