Searched refs:DPRINTF (Results 1 – 7 of 7) sorted by relevance
/PHP-8.0/ext/fileinfo/libmagic/ |
H A D | is_json.c | 44 #define DPRINTF(a, b, c) \ macro 166 DPRINTF("Bad string: ", uc, *ucp); in json_parse_string() 200 DPRINTF("Bad array: ", uc, *ucp); in json_parse_array() 220 DPRINTF("not string", uc, *ucp); in json_parse_object() 223 DPRINTF("next field", uc, *ucp); in json_parse_object() 225 DPRINTF("not string", uc, *ucp); in json_parse_object() 232 DPRINTF("not colon", uc, *ucp); in json_parse_object() 236 DPRINTF("not json", uc, *ucp); in json_parse_object() 251 DPRINTF("not more", uc, *ucp); in json_parse_object() 256 DPRINTF("Bad object: ", uc, *ucp); in json_parse_object() [all …]
|
H A D | der.c | 131 #define DPRINTF(a) printf a macro 133 #define DPRINTF(a) macro 191 DPRINTF(("%s:[1] %zu >= %zu\n", __func__, *p, l)); in getlength() 219 DPRINTF(("%s:[3] bad len %zu + %zu >= %zu\n", in getlength() 272 DPRINTF(("%s: bad tag 1\n", __func__)); in der_offs() 280 DPRINTF(("%s: bad tag 2\n", __func__)); in der_offs() 287 DPRINTF(("cont_level = %d\n", m->cont_level)); in der_offs() 297 DPRINTF(("cont_level[%u] = %u\n", m->cont_level - 1, in der_offs() 312 DPRINTF(("%s: compare %zu bytes\n", __func__, len)); in der_cmp() 316 DPRINTF(("%s: bad tag 1\n", __func__)); in der_cmp() [all …]
|
H A D | cdf.c | 73 #define DPRINTF(a) printf a, fflush(stdout) macro 75 #define DPRINTF(a) 380 DPRINTF(("Bad short sector size %hu\n", in cdf_read_header() 502 DPRINTF(("Reading sector %d", in cdf_read_sat() 529 DPRINTF(("Chain:")); in cdf_count_chain() 532 DPRINTF((" empty\n")); in cdf_count_chain() 537 DPRINTF((" %d", sid)); in cdf_count_chain() 549 DPRINTF((" none, sid: %d\n", sid)); in cdf_count_chain() 553 DPRINTF(("\n")); in cdf_count_chain() 692 DPRINTF(("Read dir loop limit")); in cdf_read_dir() [all …]
|
H A D | encoding.c | 57 #define DPRINTF(a) printf a macro 59 #define DPRINTF(a) macro 104 DPRINTF(("utf-7 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding() 108 DPRINTF(("ascii %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding() 113 DPRINTF(("utf8/bom %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding() 117 DPRINTF(("utf8 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding() 128 DPRINTF(("ucs32 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding() 137 DPRINTF(("ucs16 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding() 139 DPRINTF(("latin1 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding() 150 DPRINTF(("ebcdic %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding() [all …]
|
H A D | is_csv.c | 47 #define DPRINTF(fmt, ...) printf(fmt, __VA_ARGS__) macro 49 #define DPRINTF(fmt, ...) 107 DPRINTF("%zu %zu %zu\n", nl, nf, tf); in csv_parse()
|
H A D | compress.c | 82 #define DPRINTF(...) do { \ macro 90 #define DPRINTF(...) macro 342 DPRINTF("rv = %d\n", rv); in file_zmagic() 350 DPRINTF("Zmagic returns %d\n", rv); in file_zmagic() 747 DPRINTF("Fork failed (%s)\n", strerror(errno)); in writechild() 753 DPRINTF("Write failed (%s)\n", strerror(errno)); in writechild() 772 DPRINTF("Filter error[[[%s]]]\n", buf); in filter_error() 784 DPRINTF("Filter error after[[[%s]]]\n", (char *)ubuf); in filter_error() 951 DPRINTF("Child wait return %#x\n", status); in uncompressbuf() 953 DPRINTF("Child not exited (%#x)\n", status); in uncompressbuf() [all …]
|
/PHP-8.0/ext/fileinfo/ |
H A D | libmagic.patch | 1087 - DPRINTF(("%s,%" SIZE_T_FORMAT "u: %s %" SIZE_T_FORMAT "u\n", 1097 - DPRINTF(("%s,%" SIZE_T_FORMAT "u: %s %" SIZE_T_FORMAT "u\n", 1107 - DPRINTF(("%s,%" SIZE_T_FORMAT "u: %s %" SIZE_T_FORMAT "u %" 1420 DPRINTF("Zmagic returns %d\n", rv);
|
Completed in 23 milliseconds