Lines Matching refs:file_printf
1494 -protected int file_printf(struct magic_set *, const char *, ...)
1496 +protected int file_printf(struct magic_set *, const char *, ...);
1648 - file_printf(ms, "inode/symlink")
1657 - if (file_printf(ms, "broken symbolic link to %s", buf) == -1)
1765 - if (file_printf(ms, "cannot open `%s' (%s)",
1780 - } else if (file_printf(ms, "%sdirectory", COMMA) == -1)
1818 if (file_printf(ms, "%scharacter special (%d/%d/%d)",
1822 if (file_printf(ms, "%scharacter special", COMMA) == -1)
1845 - if (file_printf(ms, "%sblock special (%d/%d/%d)",
1850 - if (file_printf(ms, "%sblock special (%ld/%ld)",
1858 - if (file_printf(ms, "%sblock special", COMMA) == -1)
1884 - } else if (file_printf(ms,
1913 - } else if (file_printf(ms,
1942 - } else if (file_printf(ms, "%ssymbolic link to %s",
2014 file_printf(struct magic_set *ms, const char *fmt, ...)
2058 file_printf(ms, "line %" SIZE_T_FORMAT "u:", lineno);
2061 - file_printf(ms, " ");
2064 - file_printf(ms, " (%s)", strerror(error));
2070 + file_printf(ms, "%s (%s)", (*buf ? buf : ""), strerror(error));
2072 + file_printf(ms, "%s", buf);
2132 if (file_printf(ms, "%s", code_mime) == -1)
2197 - if (file_printf(ms, "%s%s", rep,
3316 rval = file_printf(ms, F(ms, m, "%s"),
3346 file_printf(ms, F(ms, m, "%u"), offset) == -1) {
3351 if (file_printf(ms, "%s", rbuf) == -1) {