Lines Matching refs:file_printf
896 - if (file_printf(ms, ", with very long lines (%"
898 + if (file_printf(ms, ", with very long lines (%zu)",
1275 if (file_printf(ms, "%s", rbuf) == -1) {
1283 if (!mime && file_printf(ms, ")") == -1)
1597 - file_printf(ms, "inode/symlink")
1606 - if (file_printf(ms, "broken symbolic link to %s", buf) == -1)
1690 - } else if (file_printf(ms, "%sdirectory", COMMA) == -1)
1729 if (file_printf(ms, "%scharacter special (%d/%d/%d)",
1733 if (file_printf(ms, "%scharacter special", COMMA) == -1)
1757 - if (file_printf(ms, "%sblock special (%d/%d/%d)",
1762 - if (file_printf(ms, "%sblock special (%ld/%ld)",
1770 - if (file_printf(ms, "%sblock special", COMMA) == -1)
1797 - } else if (file_printf(ms,
1836 - } else if (file_printf(ms,
1868 - } else if (file_printf(ms, "%ssymbolic link to %s",
1986 if (file_printf(ms, "%s", code_mime) == -1)
2040 - if (file_printf(ms, "%s%s", rep,
2891 if (file_printf(ms, "%s%s",
2901 if (file_printf(ms, "application/CDFV2") == -1)
3085 rval = file_printf(ms, F(ms, desc, "%s"), file_printable(ms,
3121 file_printf(ms, F(ms, m->desc, "%u"), offset) == -1)
3127 if (file_printf(ms, "%s", rbuf) == -1) {