Searched refs:vmsg (Results 1 – 1 of 1) sorted by relevance
/external/fsck_msdos/ |
D | fsutil.c | 60 static void vmsg(int, const char *, va_list) __printflike(2, 0); 76 vmsg(int fatal, const char *fmt, va_list ap) in vmsg() function 101 vmsg(1, fmt, ap); in pfatal() 112 vmsg(0, fmt, ap); in pwarn() 122 vmsg(1, fmt, ap); in perr() 132 vmsg(1, fmt, ap); in panic()
|