Lines Matching refs:file_printf

1402  				if (file_printf(ms, "%s", rbuf) == -1) {
1410 if (!mime && file_printf(ms, ")") == -1)
1825 -protected int file_printf(struct magic_set *, const char *, ...)
1827 +protected int file_printf(struct magic_set *, const char *, ...);
2011 - file_printf(ms, "inode/symlink")
2020 - if (file_printf(ms, "broken symbolic link to %s", buf) == -1)
2104 - } else if (file_printf(ms, "%sdirectory", COMMA) == -1)
2143 if (file_printf(ms, "%scharacter special (%d/%d/%d)",
2147 if (file_printf(ms, "%scharacter special", COMMA) == -1)
2171 - if (file_printf(ms, "%sblock special (%d/%d/%d)",
2176 - if (file_printf(ms, "%sblock special (%ld/%ld)",
2184 - if (file_printf(ms, "%sblock special", COMMA) == -1)
2211 - } else if (file_printf(ms,
2250 - } else if (file_printf(ms,
2282 - } else if (file_printf(ms, "%ssymbolic link to %s",
2368 file_printf(struct magic_set *ms, const char *fmt, ...)
2409 - (void)file_printf(ms, "line %" SIZE_T_FORMAT "u:", lineno);
2412 + file_printf(ms, "line %" SIZE_T_FORMAT "u:", lineno);
2419 + file_printf(ms, "%s (%s)", (*buf ? buf : ""), strerror(error));
2421 + file_printf(ms, "%s", buf);
2424 - (void)file_printf(ms, " ");
2427 - (void)file_printf(ms, " (%s)", strerror(error));
2478 if (file_printf(ms, "%s", code_mime) == -1)
2541 - if (file_printf(ms, "%s%s", rep,
3306 if (file_printf(ms, "%s%s",
3316 if (file_printf(ms, "application/CDFV2") == -1)
3458 rval = file_printf(ms, F(ms, desc, "%s"),
3469 - file_printf(ms, F(ms, m->desc, "%u"), offset) == -1)
3472 + file_printf(ms, F(ms, m->desc, "%u"), offset) == -1) {
3476 if (file_printf(ms, "%s", rbuf) == -1) {