Searched refs:DPRINTF (Results 1 - 5 of 5) sorted by relevance
| /PHP_TRUNK/ext/fileinfo/libmagic/ |
| H A D | encoding.c | 56 #define DPRINTF(a) printf a macro 58 #define DPRINTF(a) macro 87 DPRINTF(("ascii %" SIZE_T_FORMAT "u\n", *ulen)); 91 DPRINTF(("utf8/bom %" SIZE_T_FORMAT "u\n", *ulen)); 95 DPRINTF(("utf8 %" SIZE_T_FORMAT "u\n", *ulen)); 107 DPRINTF(("ucs16 %" SIZE_T_FORMAT "u\n", *ulen)); 109 DPRINTF(("latin1 %" SIZE_T_FORMAT "u\n", *ulen)); 113 DPRINTF(("extended %" SIZE_T_FORMAT "u\n", *ulen)); 120 DPRINTF(("ebcdic %" SIZE_T_FORMAT "u\n", *ulen)); 124 DPRINTF(("ebcdi [all...] |
| H A D | cdf.c | 71 #define DPRINTF(a) printf a, fflush(stdout) macro 73 #define DPRINTF(a) 283 DPRINTF(("%d: offset begin %p < end %p || %" SIZE_T_FORMAT "u" 329 DPRINTF(("Bad magic 0x%" INT64_T_FORMAT "x != 0x%" 336 DPRINTF(("Bad sector size 0x%u\n", h->h_sec_size_p2)); 340 DPRINTF(("Bad short sector size 0x%u\n", 369 DPRINTF(("Out of bounds read %" SIZE_T_FORMAT "u > %" 398 DPRINTF(("Number of sectors in master SAT too big %u %" 405 DPRINTF(("sat_len = %" SIZE_T_FORMAT "u ss = %" SIZE_T_FORMAT "u\n", 416 DPRINTF(("Readin [all...] |
| /PHP_TRUNK/ext/pcre/pcrelib/ |
| H A D | pcre_compile.c | 3755 if (lengthptr != NULL) DPRINTF((">> start branch\n")); 3854 DPRINTF(("length=%d added %d c=%c (0x%x)\n", *lengthptr, 3981 DPRINTF((">> end branch\n")); 7267 DPRINTF(("fixed length = %d\n", fixed_length)); 7996 DPRINTF(("------------------------------------------------------------------\n")); 8000 DPRINTF(("\n")); 8040 DPRINTF(("end pre-compile: length=%d workspace=%d\n", length, 8210 DPRINTF(("fixed length = %d\n", fixed_length));
|
| H A D | pcre_exec.c | 352 DPRINTF(("restarting from line %d\n", __LINE__));\ 355 DPRINTF(("jumped back to line %d\n", __LINE__));\ 966 DPRINTF(("saving %d %d %d\n", save_offset1, save_offset2, save_offset3)); 1005 DPRINTF(("bracket %d failed\n", number)); 1021 DPRINTF(("insufficient capture room: treat as non-capturing\n")); 1049 DPRINTF(("start non-capturing bracket\n")); 1137 DPRINTF(("saving %d %d %d\n", save_offset1, save_offset2, save_offset3)); 1204 DPRINTF(("insufficient capture room: treat as non-capturing\n")); 1791 DPRINTF(("Recursing into group %d\n", new_recursive.group_num)); 1803 DPRINTF(("Recursio [all...] |
| H A D | pcre_internal.h | 94 It turns out that the Mac Debugging.h header also defines the macro DPRINTF, so 97 #undef DPRINTF macro 99 #define DPRINTF(p) printf p macro 101 #define DPRINTF(p) /* Nothing */ macro
|
Completed in 34 milliseconds