Home
last modified time | relevance | path

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

/PHP-7.4/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.c242 if (file_printf(ms, ", ") == -1) in file_ascmagic_with_encoding()
259 if (file_printf(ms, "%s", code) == -1) in file_ascmagic_with_encoding()
284 if (file_printf(ms, ", with") == -1) in file_ascmagic_with_encoding()
288 if (file_printf(ms, " no") == -1) in file_ascmagic_with_encoding()
292 if (file_printf(ms, " CRLF") == -1) in file_ascmagic_with_encoding()
295 if (file_printf(ms, ",") == -1) in file_ascmagic_with_encoding()
299 if (file_printf(ms, " CR") == -1) in file_ascmagic_with_encoding()
302 if (file_printf(ms, ",") == -1) in file_ascmagic_with_encoding()
306 if (file_printf(ms, " LF") == -1) in file_ascmagic_with_encoding()
309 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.c58 file_printf(struct magic_set *ms, const char *fmt, ...) in file_printf() function
96 file_printf(ms, "line %" SIZE_T_FORMAT "u:", lineno); in file_error_core()
105 file_printf(ms, "%s", buf); in file_error_core()
161 return file_printf(ms, "\n- "); in file_separator()
179 file_printf(ms, "application/%s", in file_default()
185 if (file_printf(ms, "UNKNUNKN") == -1) in file_default()
190 if (file_printf(ms, "???") == -1) in file_default()
337 if (file_printf(ms, "%s", rbuf) == -1) in file_buffer()
363 if (file_printf(ms, "%s", def) == -1) in file_buffer()
369 if (file_printf(ms, "; charset=") == -1) in file_buffer()
[all …]
H A Dsoftmagic.c423 if (file_printf(ms, " ") == -1) in match()
578 if (file_printf(ms, F(ms, desc, "%d"), in mprint()
600 if (file_printf(ms, F(ms, desc, "%u"), in mprint()
623 if (file_printf(ms, F(ms, desc, "%u"), in mprint()
700 if (file_printf(ms, F(ms, desc, "%s"), in mprint()
710 if (file_printf(ms, F(ms, desc, "%s"), in mprint()
719 if (file_printf(ms, F(ms, desc, "%s"), in mprint()
728 if (file_printf(ms, F(ms, desc, "%s"), in mprint()
737 if (file_printf(ms, F(ms, desc, "%s"), in mprint()
817 if (file_printf(ms, F(ms, desc, "%s"), in mprint()
[all …]
H A Dmagic.c100 if (file_printf(ms, "writable, ") == -1) in unreadable_info()
103 if (file_printf(ms, "executable, ") == -1) in unreadable_info()
107 if (file_printf(ms, "regular file, ") == -1) in unreadable_info()
109 if (file_printf(ms, "no read permission") == -1) in unreadable_info()
H A Dis_json.c406 if (file_printf(ms, "application/json") == -1) in file_is_json()
410 if (file_printf(ms, "JSON data") == -1) in file_is_json()
414 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.c206 return file_printf(ms, "ERROR:[%s: %s]", methodname(i), buf); in format_decompression_error()
212 return file_printf(ms, "application/x-decompression-error-%s-%s", in format_decompression_error()
277 if ((file_printf(ms, in file_zmagic()
292 if (file_printf(ms, "%s", rbuf) == -1) { in file_zmagic()
298 if (!mime && file_printf(ms, ")") == -1) in file_zmagic()
H A Dfile.h464 protected int file_printf(struct magic_set *, const char *, ...);
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1470 if (file_printf(ms, "%s", rbuf) == -1) {
1478 if (!mime && file_printf(ms, ")") == -1)
1953 - file_printf(ms, "inode/symlink")
2153 - } else if (file_printf(ms,
2192 - } else if (file_printf(ms,
2331 - (void)file_printf(ms, " ");
2342 + file_printf(ms, "%s", buf);
2472 - if (file_printf(ms, "%s%s", rep,
3222 if (file_printf(ms, "%s%s",
3374 rval = file_printf(ms, F(ms, desc, "%s"),
[all …]

Completed in 58 milliseconds