Searched refs:DPRINTF (Results 1 - 6 of 6) sorted by relevance

/barrelfish-2018-10-04/lib/libc/resolv/
H A Dres_findzonecut.c94 #define DPRINTF(x) do {\ macro
193 DPRINTF(("START dname='%s' class=%s, zsize=%ld, naddrs=%d",
201 DPRINTF(("get the soa, and see if it has enough glue"));
208 DPRINTF(("get the ns rrset and see if it has enough glue"));
214 DPRINTF(("get the missing glue and see if it's finally enough"));
219 DPRINTF(("FINISH n=%d (%s)", n, (n < 0) ? strerror(errno) : "OK"));
251 DPRINTF(("satisfy(%s): %d", mname, n));
269 DPRINTF(("add_addrs: %d", n));
307 DPRINTF(("get_soa: do_query('%s', %s) failed (%d)",
312 DPRINTF(("get_so
[all...]
H A Dres_update.c88 #define DPRINTF(x) do {\ macro
108 DPRINTF(("malloc failed"));
124 DPRINTF(("res_findzonecut failed (%d)", nscnt));
137 DPRINTF(("malloc failed"));
155 DPRINTF(("res_mkupdrec failed"));
164 DPRINTF(("res_mkupdate -> %d", n));
175 DPRINTF(("TSIG is not supported\n"));
185 DPRINTF(("res_nsend: send error, n=%d (%s)\n",
/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_dfa_exec.c358 DPRINTF(("%.*sADD_ACTIVE(%d,%d)\n", rlevel*2-2, SP, (x), (y))); \
369 DPRINTF(("%.*sADD_ACTIVE_DATA(%d,%d,%d)\n", rlevel*2-2, SP, (x), (y), (z))); \
379 DPRINTF(("%.*sADD_NEW(%d,%d)\n", rlevel*2-2, SP, (x), (y))); \
390 DPRINTF(("%.*sADD_NEW_DATA(%d,%d,%d) line %d\n", rlevel*2-2, SP, \
442 DPRINTF(("\n%.*s---------------------\n"
571 DPRINTF(("%.*sEnd state = %d\n", rlevel*2-2, SP, (int)(end_code - start_code)));
663 DPRINTF(("%.*sSkipping this character\n", rlevel*2-2, SP));
684 DPRINTF(("%.*sDuplicate state: skipped\n", rlevel*2-2, SP));
799 DPRINTF(("%.*sSet matched string = \"%.*s\"\n", rlevel*2-2, SP,
804 DPRINTF(("
[all...]
H A Dpcre_exec.c368 DPRINTF(("restarting from line %d\n", __LINE__));\
371 DPRINTF(("jumped back to line %d\n", __LINE__));\
976 DPRINTF(("saving %d %d %d\n", save_offset1, save_offset2, save_offset3));
1015 DPRINTF(("bracket %d failed\n", number));
1031 DPRINTF(("insufficient capture room: treat as non-capturing\n"));
1059 DPRINTF(("start non-capturing bracket\n"));
1149 DPRINTF(("saving %d %d %d\n", save_offset1, save_offset2, save_offset3));
1801 DPRINTF(("Recursing into group %d\n", new_recursive.group_num));
1814 DPRINTF(("Recursion matched\n"));
1842 DPRINTF(("Recursio
[all...]
H A Dpcre_internal.h94 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
H A Dpcre_compile.c4516 if (lengthptr != NULL) DPRINTF((">> start branch\n"));
4623 DPRINTF(("length=%d added %d c=%c (0x%x)\n", *lengthptr,
4789 DPRINTF((">> end branch\n"));
8446 DPRINTF(("fixed length = %d\n", fixed_length));
9294 DPRINTF(("------------------------------------------------------------------\n"));
9298 DPRINTF(("\n"));
9345 DPRINTF(("end pre-compile: length=%d workspace=%d\n", length,
9561 DPRINTF(("fixed length = %d\n", fixed_length));

Completed in 186 milliseconds