Home
last modified time | relevance | path

Searched refs:file_printf (Results 1 – 13 of 13) sorted by relevance

/PHP-8.0/ext/fileinfo/libmagic/
H A Dapptype.c109 if (file_printf(ms, "32-bit ") == -1) in file_os2_apptype()
119 if (file_printf(ms, "protected ") == -1) in file_os2_apptype()
121 if (file_printf(ms, "DLL") == -1) in file_os2_apptype()
124 if (file_printf(ms, "Windows executable") == -1) in file_os2_apptype()
134 if (file_printf(ms, "DOS executable") == -1) in file_os2_apptype()
138 if (file_printf(ms, ", magic(4)-> ") == -1) in file_os2_apptype()
143 if (file_printf(ms, "bound executable") == -1) in file_os2_apptype()
146 if (file_printf(ms, "PM executable") == -1) in file_os2_apptype()
155 if (file_printf(ms, " [NOTWINDOWCOMPAT]") == -1) in file_os2_apptype()
159 if (file_printf(ms, " [WINDOWCOMPAT]") == -1) in file_os2_apptype()
[all …]
H A Dfsmagic.c78 if (file_printf(ms, "inode/%s", str) == -1) in handle_mime()
80 if ((mime & MAGIC_MIME_ENCODING) && file_printf(ms, in handle_mime()
107 if (file_printf(ms, "cannot open `%s' (%s)", in file_fsmagic()
117 if (file_printf(ms, "%ssetuid", COMMA) == -1) in file_fsmagic()
122 if (file_printf(ms, "%ssetgid", COMMA) == -1) in file_fsmagic()
127 if (file_printf(ms, "%ssticky", COMMA) == -1) in file_fsmagic()
156 if (file_printf(ms, "%scharacter special (%ld/%ld)", in file_fsmagic()
188 } else if (file_printf(ms, "%sdoor", COMMA) == -1) in file_fsmagic()
209 } else if (file_printf(ms, "%ssocket", COMMA) == -1) in file_fsmagic()
232 } else if (file_printf(ms, "%sempty", COMMA) == -1) in file_fsmagic()
[all …]
H A Dascmagic.c239 if (file_printf(ms, ", ") == -1) in file_ascmagic_with_encoding()
256 if (file_printf(ms, "%s", code) == -1) in file_ascmagic_with_encoding()
281 if (file_printf(ms, ", with") == -1) in file_ascmagic_with_encoding()
285 if (file_printf(ms, " no") == -1) in file_ascmagic_with_encoding()
289 if (file_printf(ms, " CRLF") == -1) in file_ascmagic_with_encoding()
292 if (file_printf(ms, ",") == -1) in file_ascmagic_with_encoding()
296 if (file_printf(ms, " CR") == -1) in file_ascmagic_with_encoding()
299 if (file_printf(ms, ",") == -1) in file_ascmagic_with_encoding()
303 if (file_printf(ms, " LF") == -1) in file_ascmagic_with_encoding()
306 if (file_printf(ms, ",") == -1) in file_ascmagic_with_encoding()
[all …]
H A Dreadcdf.c207 if (file_printf(ms, ", %s: %s", in cdf_file_property_info()
224 if (NOTMIME(ms) && file_printf(ms, in cdf_file_property_info()
235 if (NOTMIME(ms) && file_printf(ms, in cdf_file_property_info()
273 if (file_printf(ms, "%s%s", in cdf_file_catalog()
306 if (file_printf(ms, ", %s Endian", in cdf_file_summary_info()
333 if (file_printf(ms, ", %s", str) == -1) in cdf_file_summary_info()
407 if (file_printf(ms, "%s", str) == -1) in cdf_check_summary_info()
591 if (file_printf(ms, "CLSID %s, ", in file_trycdf()
606 if (file_printf(ms, in file_trycdf()
661 if (file_printf(ms, in file_trycdf()
[all …]
H A Dfuncs.c130 file_printf(struct magic_set *ms, const char *fmt, ...) in file_printf() function
168 file_printf(ms, "line %" SIZE_T_FORMAT "u:", lineno); in file_error_core()
177 file_printf(ms, "%s", buf); in file_error_core()
235 return file_printf(ms, "\n- "); in file_separator()
253 file_printf(ms, "application/%s", in file_default()
259 if (file_printf(ms, "UNKNUNKN") == -1) in file_default()
264 if (file_printf(ms, "???") == -1) in file_default()
423 if (file_printf(ms, "%s", rbuf) == -1) in file_buffer()
449 if (file_printf(ms, "%s", def) == -1) in file_buffer()
455 if (file_printf(ms, "; charset=") == -1) in file_buffer()
[all …]
H A Dis_csv.c153 if (file_printf(ms, "application/csv") == -1) in file_is_csv()
158 if (file_printf(ms, "CSV text") == -1) in file_is_csv()
H A Dmagic.c97 if (file_printf(ms, "writable, ") == -1) in unreadable_info()
100 if (file_printf(ms, "executable, ") == -1) in unreadable_info()
104 if (file_printf(ms, "regular file, ") == -1) in unreadable_info()
106 if (file_printf(ms, "no read permission") == -1) in unreadable_info()
H A Dsoftmagic.c430 if (file_printf(ms, " ") == -1) in match()
585 if (file_printf(ms, F(ms, desc, "%d"), in mprint()
607 if (file_printf(ms, F(ms, desc, "%u"), in mprint()
630 if (file_printf(ms, F(ms, desc, "%u"), in mprint()
712 if (file_printf(ms, F(ms, desc, "%s"), in mprint()
722 if (file_printf(ms, F(ms, desc, "%s"), in mprint()
731 if (file_printf(ms, F(ms, desc, "%s"), in mprint()
740 if (file_printf(ms, F(ms, desc, "%s"), in mprint()
749 if (file_printf(ms, F(ms, desc, "%s"), in mprint()
830 if (file_printf(ms, F(ms, desc, "%s"), in mprint()
[all …]
H A Dis_json.c413 if (file_printf(ms, "application/json") == -1) in file_is_json()
417 if (file_printf(ms, "JSON data") == -1) in file_is_json()
421 if (file_printf(ms, " (%" SIZE_T_FORMAT "u object%s, %" SIZE_T_FORMAT in file_is_json()
H A Dis_tar.c84 if (file_printf(ms, "%s", mime ? "application/x-tar" : in file_is_tar()
H A Dcompress.c237 return file_printf(ms, "ERROR:[%s: %s]", methodname(i), buf); in format_decompression_error()
243 return file_printf(ms, "application/x-decompression-error-%s-%s", in format_decompression_error()
307 if ((file_printf(ms, in file_zmagic()
322 if (file_printf(ms, "%s", rbuf) == -1) { in file_zmagic()
328 if (!mime && file_printf(ms, ")") == -1) in file_zmagic()
H A Dfile.h478 protected int file_printf(struct magic_set *, const char *, ...);
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch1402 if (file_printf(ms, "%s", rbuf) == -1) {
1410 if (!mime && file_printf(ms, ")") == -1)
2011 - file_printf(ms, "inode/symlink")
2211 - } else if (file_printf(ms,
2250 - } else if (file_printf(ms,
2421 + file_printf(ms, "%s", buf);
2424 - (void)file_printf(ms, " ");
2541 - if (file_printf(ms, "%s%s", rep,
3306 if (file_printf(ms, "%s%s",
3458 rval = file_printf(ms, F(ms, desc, "%s"),
[all …]

Completed in 47 milliseconds