Home
last modified time | relevance | path

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

/PHP-8.3/ext/fileinfo/libmagic/
H A Dis_json.c47 #define DPRINTF(a, b, c) \ macro
174 DPRINTF("Bad string: ", uc, *ucp); in json_parse_string()
211 DPRINTF("Bad array: ", uc, *ucp); in json_parse_array()
231 DPRINTF("not string", uc, *ucp); in json_parse_object()
234 DPRINTF("next field", uc, *ucp); in json_parse_object()
236 DPRINTF("not string", uc, *ucp); in json_parse_object()
243 DPRINTF("not colon", uc, *ucp); in json_parse_object()
247 DPRINTF("not json", uc, *ucp); in json_parse_object()
261 DPRINTF("not more", uc, *ucp); in json_parse_object()
267 DPRINTF("Bad object: ", uc, *ucp); in json_parse_object()
[all …]
H A Dder.c131 #define DPRINTF(a) printf a macro
133 #define DPRINTF(a) macro
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()
317 DPRINTF(("%s: bad tag 1\n", __func__)); in der_cmp()
326 DPRINTF(("%s: bad tag 2\n", __func__)); in der_cmp()
346 DPRINTF(("%s: EOF match\n", __func__)); in der_cmp()
353 DPRINTF(("%s: no digit %c\n", __func__, *s)); in der_cmp()
[all …]
H A Dcdf.c71 #define DPRINTF(a) printf a, fflush(stdout) macro
73 #define DPRINTF(a)
388 DPRINTF(("Bad short sector size %hu\n", in cdf_read_header()
510 DPRINTF(("Reading sector %d", in cdf_read_sat()
537 DPRINTF(("Chain:")); in cdf_count_chain()
540 DPRINTF((" empty\n")); in cdf_count_chain()
545 DPRINTF((" %d", sid)); in cdf_count_chain()
557 DPRINTF((" none, sid: %d\n", sid)); in cdf_count_chain()
561 DPRINTF(("\n")); in cdf_count_chain()
700 DPRINTF(("Read dir loop limit")); in cdf_read_dir()
[all …]
H A Dis_csv.c47 #define DPRINTF(fmt, ...) printf(fmt, __VA_ARGS__) macro
49 #define DPRINTF(fmt, ...)
106 DPRINTF("%zu %zu %zu\n", nl, nf, tf); in csv_parse()
H A Dencoding.c63 #define DPRINTF(a) printf a macro
65 #define DPRINTF(a) macro
107 DPRINTF(("utf-7 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
111 DPRINTF(("ascii %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
116 DPRINTF(("utf8/bom %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
120 DPRINTF(("utf8 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
131 DPRINTF(("ucs32 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
140 DPRINTF(("ucs16 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
142 DPRINTF(("latin1 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
160 DPRINTF(("ebcdic %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
[all …]
H A Dcompress.c85 #define DPRINTF(...) do { \ macro
93 #define DPRINTF(...) macro
346 DPRINTF("rv = %d\n", rv); in file_zmagic()
354 DPRINTF("Zmagic returns %d\n", rv); in file_zmagic()
810 DPRINTF("Fork failed (%s)\n", strerror(errno)); in writechild()
816 DPRINTF("Write failed (%s)\n", strerror(errno)); in writechild()
835 DPRINTF("Filter error[[[%s]]]\n", buf); in filter_error()
847 DPRINTF("Filter error after[[[%s]]]\n", (char *)ubuf); in filter_error()
1033 DPRINTF("Child wait return %#x\n", status); in uncompressbuf()
1035 DPRINTF("Child not exited (%#x)\n", status); in uncompressbuf()
[all …]
/PHP-8.3/ext/fileinfo/
H A Dlibmagic.patch997 - DPRINTF(("%s,%" SIZE_T_FORMAT "u: %s %" SIZE_T_FORMAT "u\n",
1009 - DPRINTF(("%s,%" SIZE_T_FORMAT "u: %s %" SIZE_T_FORMAT "u\n",
1019 - DPRINTF(("%s,%" SIZE_T_FORMAT "u: %s %" SIZE_T_FORMAT "u %"
1281 DPRINTF("Zmagic returns %d\n", rv);

Completed in 41 milliseconds