Home
last modified time | relevance | path

Searched refs:SIZE_T_FORMAT (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/ext/fileinfo/libmagic/
H A Dencoding.c87 DPRINTF(("ascii %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
91 DPRINTF(("utf8/bom %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
95 DPRINTF(("utf8 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
107 DPRINTF(("ucs16 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
109 DPRINTF(("latin1 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
113 DPRINTF(("extended %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
120 DPRINTF(("ebcdic %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
124 DPRINTF(("ebcdic/international %" SIZE_T_FORMAT "u\n", in file_encoding()
H A Dcdf.c286 " > %" SIZE_T_FORMAT "u [%" SIZE_T_FORMAT "u %" in cdf_check_stream_offset()
372 SIZE_T_FORMAT "u\n", in cdf_read_short_sector()
407 DPRINTF(("sat_len = %" SIZE_T_FORMAT "u ss = %" SIZE_T_FORMAT "u\n", in cdf_read_sat()
445 "u >= %" SIZE_T_FORMAT "u", i, sat->sat_len)); in cdf_read_sat()
519 "%" SIZE_T_FORMAT "u > %" SIZE_T_FORMAT "u\n", i, in cdf_read_long_sector_chain()
565 "%" SIZE_T_FORMAT "u > %" SIZE_T_FORMAT "u\n", in cdf_read_short_sector_chain()
674 "%" SIZE_T_FORMAT "u > %" SIZE_T_FORMAT "u\n", i, in cdf_read_ssat()
909 DPRINTF(("nelements = %" SIZE_T_FORMAT "u\n", in cdf_read_property_info()
918 DPRINTF(("l = %d, r = %" SIZE_T_FORMAT in cdf_read_property_info()
1104 SIZE_T_FORMAT "u: ", prefix, i, i * s); in cdf_dump_sat()
[all …]
H A Dfile.h40 #define SIZE_T_FORMAT "I64" macro
42 #define SIZE_T_FORMAT "" macro
46 #define SIZE_T_FORMAT "z" macro
H A Dfuncs.c98 file_printf(ms, "line %" SIZE_T_FORMAT "u: ", lineno); in file_error_core()
144 file_error(ms, errno, "cannot allocate %" SIZE_T_FORMAT "u bytes", in file_oomem()
H A Dapprentice.c822 printf("Strength = %3" SIZE_T_FORMAT "u : %s [%s]\n", in apprentice_list()
2036 SIZE_T_FORMAT "u", line, i); in parse_apple()
2071 SIZE_T_FORMAT "u", m->mimetype, i); in parse_mime()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch913 DPRINTF(("%d: offset begin %p < end %p || %" SIZE_T_FORMAT "u"
914 " > %" SIZE_T_FORMAT "u [%" SIZE_T_FORMAT "u %"
915 SIZE_T_FORMAT "u]\n", line, b, e, (size_t)(e - b),
939 DPRINTF(("Out of bounds read %" SIZE_T_FORMAT "u > %"
940 SIZE_T_FORMAT "u\n",
998 DPRINTF(("nelements = %" SIZE_T_FORMAT "u\n",
1352 #define SIZE_T_FORMAT "I64"
2004 file_printf(ms, "line %" SIZE_T_FORMAT "u: ", lineno);

Completed in 30 milliseconds