Lines Matching defs:fmt
6 void ubifs_msg(const struct ubifs_info *c, const char *fmt, ...)
11 va_start(args, fmt);
13 vaf.fmt = fmt;
23 void ubifs_err(const struct ubifs_info *c, const char *fmt, ...)
28 va_start(args, fmt);
30 vaf.fmt = fmt;
42 void ubifs_warn(const struct ubifs_info *c, const char *fmt, ...)
47 va_start(args, fmt);
49 vaf.fmt = fmt;