Lines Matching refs:file_printf
84 file_printf(struct magic_set *ms, const char *fmt, ...) in file_printf() function
110 file_printf(ms, "line %" SIZE_T_FORMAT "u:", lineno); in file_error_core()
113 file_printf(ms, " "); in file_error_core()
116 file_printf(ms, " (%s)", strerror(error)); in file_error_core()
170 if (file_printf(ms, "\n- ") == -1) in checkdone()
286 if (file_printf(ms, "%s", rbuf) == -1) in file_buffer()
312 file_printf(ms, "%s", type) == -1) in file_buffer()
315 if (file_printf(ms, "UNKNUNKN") == -1) in file_buffer()
318 if (file_printf(ms, "???") == -1) in file_buffer()
321 if (file_printf(ms, "%s", def) == -1) in file_buffer()
327 if (file_printf(ms, "; charset=") == -1) in file_buffer()
329 if (file_printf(ms, "%s", code_mime) == -1) in file_buffer()
493 if (file_printf(ms, "%s%s", rep, in file_replace()