gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:tm_vsprintf (0.00 seconds)
mtkernel_3
lib/libtm/libtm_printf.c - 11.5KB - 360 lines
308:         va_start(ap, format);
309:         tm_vsprintf(out_cons, (OutPar*)&len, format, ap);
310:         va_end(ap);
More results from libtm_printf.c
tkernel_2
lib/libsys/src/syslog.c - 1.2KB - 39 lines
33:                 va_start(ap, format);
34:                 len = tm_vsprintf(buf, format, ap);
35:                 va_end(ap);
More results from tkernel_2