Home | History | Annotate | Download | only in genext2fs

Lines Matching refs:tmpl

5586 int my_vsnprintf (char *buf, const char *tmpl, ...)
5590 va_start (args, tmpl);
5591 i = vsnprintf (buf, 2, tmpl, args);