/PHP-8.1/ext/fileinfo/libmagic/ |
H A D | der.c | 41 #define SIZE_T_FORMAT "z" 274 DPRINTF(("%s1: %d %" SIZE_T_FORMAT "u %u\n", __func__, ms->offset, in der_offs() 282 DPRINTF(("%s2: %d %" SIZE_T_FORMAT "u %u\n", __func__, ms->offset, in der_offs() 289 printf("cont_level[%" SIZE_T_FORMAT "u] = %u\n", i, in der_offs() 319 DPRINTF(("%s1: %d %" SIZE_T_FORMAT "u %u\n", __func__, ms->offset, in der_cmp() 355 fprintf(stderr, "%s: len %" SIZE_T_FORMAT "u %u\n", in der_cmp() 362 DPRINTF(("%s: before data %" SIZE_T_FORMAT "u %u\n", __func__, offs, in der_cmp() 414 printf("%" SIZE_T_FORMAT "u %" SIZE_T_FORMAT "u-%" in printdata() 415 SIZE_T_FORMAT "u %c,%c,%s,%u:", level, ox, x, in printdata()
|
H A D | is_json.c | 421 if (file_printf(ms, " (%" SIZE_T_FORMAT "u object%s, %" SIZE_T_FORMAT in file_is_json() 422 "u array%s, %" SIZE_T_FORMAT "u string%s, %" SIZE_T_FORMAT in file_is_json() 423 "u constant%s, %" SIZE_T_FORMAT "u number%s, %" SIZE_T_FORMAT in file_is_json()
|
H A D | cdf.c | 323 " > %" SIZE_T_FORMAT "u [%" SIZE_T_FORMAT "u %" in cdf_check_stream_offset() 420 SIZE_T_FORMAT "u\n", in cdf_read_short_sector() 458 DPRINTF(("sat_len = %" SIZE_T_FORMAT "u ss = %" SIZE_T_FORMAT "u\n", in cdf_read_sat() 496 SIZE_T_FORMAT "u >= %" SIZE_T_FORMAT "u", in cdf_read_sat() 588 "%" SIZE_T_FORMAT "u > %" SIZE_T_FORMAT "u\n", i, in cdf_read_long_sector_chain() 634 "%" SIZE_T_FORMAT "u > %" SIZE_T_FORMAT "u\n", in cdf_read_short_sector_chain() 743 "%" SIZE_T_FORMAT "u > %" SIZE_T_FORMAT "u\n", i, in cdf_read_ssat() 1016 SIZE_T_FORMAT "u\n", nelements)); in cdf_read_property_info() 1075 DPRINTF(("o=%" SIZE_T_FORMAT "u l=%d(%" in cdf_read_property_info() 1076 SIZE_T_FORMAT "u), t=%" SIZE_T_FORMAT in cdf_read_property_info() [all …]
|
H A D | encoding.c | 115 DPRINTF(("utf-7 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding() 119 DPRINTF(("ascii %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding() 124 DPRINTF(("utf8/bom %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding() 128 DPRINTF(("utf8 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding() 139 DPRINTF(("ucs32 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding() 148 DPRINTF(("ucs16 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding() 150 DPRINTF(("latin1 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding() 154 DPRINTF(("extended %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding() 161 DPRINTF(("ebcdic %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding() 165 DPRINTF(("ebcdic/international %" SIZE_T_FORMAT "u\n", in file_encoding()
|
H A D | file.h | 55 # define SIZE_T_FORMAT PRIu64 macro 57 # define SIZE_T_FORMAT PRIu32 macro 63 # define SIZE_T_FORMAT "I64" macro 65 # define SIZE_T_FORMAT "" macro 71 # define SIZE_T_FORMAT "z" macro
|
H A D | softmagic.c | 162 "%s, %" SIZE_T_FORMAT "u: format `%s' does not match" in file_fmtcheck() 953 SIZE_T_FORMAT "u", o, nbytes); in moffset() 971 file_error(ms, 0, "Offset out of range %" SIZE_T_FORMAT in moffset() 972 "u > %" SIZE_T_FORMAT "u", (size_t)o, nbytes); in moffset() 1302 (void) fprintf(stderr, "mget/%" SIZE_T_FORMAT "u @%d: ", len, offset); in mdebug() 1500 file_magerror(ms, "non zero offset %" SIZE_T_FORMAT in msetoffset() 1521 fprintf(stderr, "bb=[%p,%" SIZE_T_FORMAT "u,%" in msetoffset() 1522 SIZE_T_FORMAT "u], %d [b=%p,%" in msetoffset() 1523 SIZE_T_FORMAT "u,%" SIZE_T_FORMAT "u], [o=%#x, c=%d]\n", in msetoffset() 1585 SIZE_T_FORMAT "u, " "nbytes=%" SIZE_T_FORMAT in mget()
|
H A D | funcs.c | 197 (void)file_printf(ms, "line %" SIZE_T_FORMAT "u:", lineno); in file_error_core() 234 file_error(ms, errno, "cannot allocate %" SIZE_T_FORMAT "u bytes", in file_oomem()
|
H A D | compress.c | 290 DPRINTF("uncompressbuf = %d, %s, %" SIZE_T_FORMAT "u\n", urv, in file_zmagic() 987 DPRINTF("Returning %p n=%" SIZE_T_FORMAT "u rv=%d\n", *newch, *n, rv); in uncompressbuf()
|
H A D | apprentice.c | 470 printf("Set %" SIZE_T_FORMAT "u:\nBinary patterns:\n", in apprentice_1() 1011 printf("Strength = %3" SIZE_T_FORMAT "u@%u: %s [%s]\n", in apprentice_list() 2325 SIZE_T_FORMAT "u", name, line, i); in parse_extra()
|
/PHP-8.1/ext/fileinfo/ |
H A D | libmagic.patch | 772 - file_error(ms, 0, "Size of `%s' %" SIZE_T_FORMAT "u is not " 773 - "a multiple of %" SIZE_T_FORMAT "u", 1050 - DPRINTF(("%s,%" SIZE_T_FORMAT "u: %s %" SIZE_T_FORMAT "u\n", 1060 - DPRINTF(("%s,%" SIZE_T_FORMAT "u: %s %" SIZE_T_FORMAT "u\n", 1070 - DPRINTF(("%s,%" SIZE_T_FORMAT "u: %s %" SIZE_T_FORMAT "u %" 1071 - SIZE_T_FORMAT "u\n", file, line, __func__, n, u)); 3408 - "can't allocate %" SIZE_T_FORMAT "u bytes",
|