Home
last modified time | relevance | path

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

/PHP-7.3/ext/fileinfo/libmagic/
H A Dencoding.c103 DPRINTF(("utf-7 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
107 DPRINTF(("ascii %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
112 DPRINTF(("utf8/bom %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
116 DPRINTF(("utf8 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
127 DPRINTF(("ucs16 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
129 DPRINTF(("latin1 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
133 DPRINTF(("extended %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
140 DPRINTF(("ebcdic %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
144 DPRINTF(("ebcdic/international %" SIZE_T_FORMAT "u\n", in file_encoding()
H A Dcdf.c313 " > %" SIZE_T_FORMAT "u [%" SIZE_T_FORMAT "u %" in cdf_check_stream_offset()
401 SIZE_T_FORMAT "u\n", in cdf_read_short_sector()
439 DPRINTF(("sat_len = %" SIZE_T_FORMAT "u ss = %" SIZE_T_FORMAT "u\n", in cdf_read_sat()
476 "u >= %" SIZE_T_FORMAT "u", i, sat->sat_len)); in cdf_read_sat()
567 "%" SIZE_T_FORMAT "u > %" SIZE_T_FORMAT "u\n", i, in cdf_read_long_sector_chain()
613 "%" SIZE_T_FORMAT "u > %" SIZE_T_FORMAT "u\n", in cdf_read_short_sector_chain()
721 "%" SIZE_T_FORMAT "u > %" SIZE_T_FORMAT "u\n", i, in cdf_read_ssat()
994 SIZE_T_FORMAT "u\n", nelements)); in cdf_read_property_info()
1053 DPRINTF(("o=%zu l=%d(%" SIZE_T_FORMAT in cdf_read_property_info()
1322 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
47 #define SIZE_T_FORMAT "z" macro
H A Dfuncs.c99 file_printf(ms, "line %" SIZE_T_FORMAT "u:", lineno); in file_error_core()
145 file_error(ms, errno, "cannot allocate %" SIZE_T_FORMAT "u bytes", in file_oomem()
H A Dsoftmagic.c137 "%s, %" SIZE_T_FORMAT "u: format `%s' does not match" in file_fmtcheck()
1230 (void) fprintf(stderr, "mget/%" SIZE_T_FORMAT "u @%d: ", len, offset); in mdebug()
1478 SIZE_T_FORMAT "u, " "nbytes=%" SIZE_T_FORMAT in mget()
H A Dapprentice.c450 printf("Set %" SIZE_T_FORMAT "u:\nBinary patterns:\n", in apprentice_1()
960 printf("Strength = %3" SIZE_T_FORMAT "u@%u: %s [%s]\n", in apprentice_list()
2238 SIZE_T_FORMAT "u", name, line, i); in parse_extra()
3127 file_error(ms, 0, "Size of `%s' %" SIZE_T_FORMAT "u is not " in check_buffer()
3128 "a multiple of %" SIZE_T_FORMAT "u", in check_buffer()
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch1575 + SIZE_T_FORMAT "u\n", nelements));
1583 - DPRINTF(("nelements = %" SIZE_T_FORMAT "u\n",
2185 #define SIZE_T_FORMAT "I64"
2912 file_printf(ms, "line %" SIZE_T_FORMAT "u:", lineno);
4177 - "can't allocate %" SIZE_T_FORMAT "u bytes",

Completed in 38 milliseconds