Home
last modified time | relevance | path

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

/PHP-7.4/ext/fileinfo/libmagic/
H A Dder.c251 DPRINTF(("%s1: %d %" SIZE_T_FORMAT "u %u\n", __func__, ms->offset, in der_offs()
257 DPRINTF(("%s2: %d %" SIZE_T_FORMAT "u %u\n", __func__, ms->offset, in der_offs()
264 printf("cont_level[%" SIZE_T_FORMAT "u] = %u\n", i, in der_offs()
321 fprintf(stderr, "%s: len %" SIZE_T_FORMAT "u %u\n", in der_cmp()
328 DPRINTF(("%s: before data %" SIZE_T_FORMAT "u %u\n", __func__, offs, in der_cmp()
378 printf("%" SIZE_T_FORMAT "u %" SIZE_T_FORMAT "u-%" in printdata()
379 SIZE_T_FORMAT "u %c,%c,%s,%u:", level, ox, x, in printdata()
H A Dencoding.c105 DPRINTF(("utf-7 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
109 DPRINTF(("ascii %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
114 DPRINTF(("utf8/bom %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
118 DPRINTF(("utf8 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
129 DPRINTF(("ucs32 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
138 DPRINTF(("ucs16 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
140 DPRINTF(("latin1 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
144 DPRINTF(("extended %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
151 DPRINTF(("ebcdic %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
155 DPRINTF(("ebcdic/international %" SIZE_T_FORMAT "u\n", in file_encoding()
H A Dis_json.c414 if (file_printf(ms, " (%" SIZE_T_FORMAT "u object%s, %" SIZE_T_FORMAT in file_is_json()
415 "u array%s, %" SIZE_T_FORMAT "u string%s, %" SIZE_T_FORMAT in file_is_json()
416 "u constant%s, %" SIZE_T_FORMAT "u number%s, %" SIZE_T_FORMAT in file_is_json()
H A Dcdf.c319 " > %" SIZE_T_FORMAT "u [%" SIZE_T_FORMAT "u %" in cdf_check_stream_offset()
404 SIZE_T_FORMAT "u\n", in cdf_read_short_sector()
442 DPRINTF(("sat_len = %" SIZE_T_FORMAT "u ss = %" SIZE_T_FORMAT "u\n", in cdf_read_sat()
480 SIZE_T_FORMAT "u >= %" SIZE_T_FORMAT "u", in cdf_read_sat()
572 "%" SIZE_T_FORMAT "u > %" SIZE_T_FORMAT "u\n", i, in cdf_read_long_sector_chain()
618 "%" SIZE_T_FORMAT "u > %" SIZE_T_FORMAT "u\n", in cdf_read_short_sector_chain()
727 "%" SIZE_T_FORMAT "u > %" SIZE_T_FORMAT "u\n", i, in cdf_read_ssat()
1000 SIZE_T_FORMAT "u\n", nelements)); in cdf_read_property_info()
1059 DPRINTF(("o=%" SIZE_T_FORMAT "u l=%d(%" in cdf_read_property_info()
1060 SIZE_T_FORMAT "u), t=%" SIZE_T_FORMAT in cdf_read_property_info()
[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 Dsoftmagic.c162 "%s, %" SIZE_T_FORMAT "u: format `%s' does not match" in file_fmtcheck()
945 SIZE_T_FORMAT "u", o, nbytes); in moffset()
960 file_error(ms, 0, "Offset out of range %" SIZE_T_FORMAT in moffset()
961 "u > %" SIZE_T_FORMAT "u", (size_t)o, nbytes); in moffset()
1283 (void) fprintf(stderr, "mget/%" SIZE_T_FORMAT "u @%d: ", len, offset); in mdebug()
1473 file_magerror(ms, "non zero offset %" SIZE_T_FORMAT in msetoffset()
1493 fprintf(stderr, "bb=[%p,%" SIZE_T_FORMAT "u], %d [b=%p,%" in msetoffset()
1494 SIZE_T_FORMAT "u], [o=%#x, c=%d]\n", in msetoffset()
1537 SIZE_T_FORMAT "u, " "nbytes=%" SIZE_T_FORMAT in mget()
H A Dfuncs.c96 file_printf(ms, "line %" SIZE_T_FORMAT "u:", lineno); in file_error_core()
142 file_error(ms, errno, "cannot allocate %" SIZE_T_FORMAT "u bytes", in file_oomem()
H A Dcompress.c260 DPRINTF("uncompressbuf = %d, %s, %" SIZE_T_FORMAT "u\n", urv, in file_zmagic()
828 DPRINTF("Returning %p n=%" SIZE_T_FORMAT "u rv=%d\n", *newch, *n, rv); in uncompressbuf()
H A Dapprentice.c457 printf("Set %" SIZE_T_FORMAT "u:\nBinary patterns:\n", in apprentice_1()
974 printf("Strength = %3" SIZE_T_FORMAT "u@%u: %s [%s]\n", in apprentice_list()
2261 SIZE_T_FORMAT "u", name, line, i); in parse_extra()
3152 file_error(ms, 0, "Size of `%s' %" SIZE_T_FORMAT "u is not "
3153 "a multiple of %" SIZE_T_FORMAT "u",
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1098 - DPRINTF(("%s,%" SIZE_T_FORMAT "u: %s %" SIZE_T_FORMAT "u\n",
1108 - DPRINTF(("%s,%" SIZE_T_FORMAT "u: %s %" SIZE_T_FORMAT "u\n",
1118 - DPRINTF(("%s,%" SIZE_T_FORMAT "u: %s %" SIZE_T_FORMAT "u %"
1119 - SIZE_T_FORMAT "u\n", file, line, __func__, n, u));
1205 DPRINTF(("Out of bounds read %" SIZE_T_FORMAT "u > %"
1206 SIZE_T_FORMAT "u\n",
1275 + SIZE_T_FORMAT "u\n", nelements));
1283 - DPRINTF(("nelements = %" SIZE_T_FORMAT "u\n",
1668 #define SIZE_T_FORMAT "I64"
2328 + file_printf(ms, "line %" SIZE_T_FORMAT "u:", lineno);
[all …]

Completed in 44 milliseconds