Lines Matching refs:file_printf
60 file_printf(struct magic_set *ms, const char *fmt, ...) in file_printf() function
99 file_printf(ms, "line %" SIZE_T_FORMAT "u:", lineno); in file_error_core()
106 file_printf(ms, "%s (%s)", (*buf ? buf : ""), strerror(error)); in file_error_core()
108 file_printf(ms, "%s", buf); in file_error_core()
167 if (file_printf(ms, "\n- ") == -1) in checkdone()
305 file_printf(ms, "%s", type) == -1) in file_buffer()
308 if (file_printf(ms, "UNKNUNKN") == -1) in file_buffer()
311 if (file_printf(ms, "???") == -1) in file_buffer()
314 if (file_printf(ms, "%s", def) == -1) in file_buffer()
320 if (file_printf(ms, "; charset=") == -1) in file_buffer()
322 if (file_printf(ms, "%s", code_mime) == -1) in file_buffer()