Searched defs:file_printf (Results 1 - 1 of 1) sorted by relevance

/PHP_TRUNK/ext/fileinfo/libmagic/
H A Dfuncs.c59 file_printf(struct magic_set *ms, const char *fmt, ...) function
98 file_printf(ms, "line %" SIZE_T_FORMAT "u: ", lineno);
105 file_printf(ms, "%s (%s)", (*buf ? buf : ""), strerror(error));
107 file_printf(ms, "%s", buf);
177 file_printf(ms, mime ? "application/x-empty" :
183 file_printf(ms, mime ? "application/octet-stream" :
289 file_printf(ms, mime ? "application/octet-stream" : "data") == -1) {
295 if (file_printf(ms, "; charset=") == -1)
297 if (file_printf(ms, "%s", code_mime) == -1)

Completed in 5 milliseconds