gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:tm_vsprintf from tkernel_2 (0.00 seconds)
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);
lib/libtm/src/tm_printf.c - 12.0KB - 368 lines
362:         va_start(ap, format);
363:         len = tm_vsprintf(str, format, ap);
364:         va_end(ap);