Searched refs:SIZE_T_FORMAT (Results 1 – 7 of 7) sorted by relevance
/PHP-7.2/ext/fileinfo/libmagic/ |
H A D | encoding.c | 93 DPRINTF(("utf-7 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding() 97 DPRINTF(("ascii %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding() 102 DPRINTF(("utf8/bom %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding() 106 DPRINTF(("utf8 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding() 117 DPRINTF(("ucs16 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding() 119 DPRINTF(("latin1 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding() 123 DPRINTF(("extended %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding() 130 DPRINTF(("ebcdic %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding() 134 DPRINTF(("ebcdic/international %" SIZE_T_FORMAT "u\n", in file_encoding()
|
H A D | cdf.c | 335 " > %" SIZE_T_FORMAT "u [%" SIZE_T_FORMAT "u %" in cdf_check_stream_offset() 423 SIZE_T_FORMAT "u\n", in cdf_read_short_sector() 461 DPRINTF(("sat_len = %" SIZE_T_FORMAT "u ss = %" SIZE_T_FORMAT "u\n", in cdf_read_sat() 498 "u >= %" SIZE_T_FORMAT "u", i, sat->sat_len)); in cdf_read_sat() 589 "%" SIZE_T_FORMAT "u > %" SIZE_T_FORMAT "u\n", i, in cdf_read_long_sector_chain() 635 "%" 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=%zu l=%d(%" SIZE_T_FORMAT in cdf_read_property_info() 1344 SIZE_T_FORMAT "u: ", prefix, i, i * s); in cdf_dump_sat() [all …]
|
H A D | file.h | 40 #define SIZE_T_FORMAT "I64" macro 42 #define SIZE_T_FORMAT "" macro 47 #define SIZE_T_FORMAT "z" macro
|
H A D | funcs.c | 99 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 D | softmagic.c | 131 "%s, %" SIZE_T_FORMAT "u: format `%s' does not match" in file_fmtcheck() 1155 (void) fprintf(stderr, "mget/%" SIZE_T_FORMAT "u @%d: ", len, offset); in mdebug() 1357 SIZE_T_FORMAT "u, " "nbytes=%" SIZE_T_FORMAT in mget()
|
H A D | apprentice.c | 454 printf("Set %" SIZE_T_FORMAT "u:\nBinary patterns:\n", in apprentice_1() 920 printf("Strength = %3" SIZE_T_FORMAT "u@%u: %s [%s]\n", in apprentice_list() 2198 SIZE_T_FORMAT "u", name, line, i); in parse_extra() 3048 file_error(ms, 0, "Size of `%s' %" SIZE_T_FORMAT "u is not " in check_buffer() 3049 "a multiple of %" SIZE_T_FORMAT "u", in check_buffer()
|
/PHP-7.2/ext/fileinfo/ |
H A D | libmagic.patch | 1404 #define SIZE_T_FORMAT "I64" 2058 file_printf(ms, "line %" SIZE_T_FORMAT "u:", lineno); 3445 - "can't allocate %" SIZE_T_FORMAT "u bytes",
|
Completed in 36 milliseconds