Lines Matching refs:DPRINTF
85 #define DPRINTF(...) do { \ macro
93 #define DPRINTF(...) macro
294 DPRINTF("uncompressbuf = %d, %s, %" SIZE_T_FORMAT "u\n", urv, in file_zmagic()
346 DPRINTF("rv = %d\n", rv); in file_zmagic()
354 DPRINTF("Zmagic returns %d\n", rv); in file_zmagic()
753 DPRINTF("dup(%d, %d) failed (%s)\n", fd, i, strerror(errno)); in movedesc()
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()
1001 DPRINTF("Read stdout failed %d (%s)\n", fdp[STDOUT_FILENO][0], in uncompressbuf()
1033 DPRINTF("Child wait return %#x\n", status); in uncompressbuf()
1035 DPRINTF("Child not exited (%#x)\n", status); in uncompressbuf()
1037 DPRINTF("Child exited (%#x)\n", WEXITSTATUS(status)); in uncompressbuf()
1050 DPRINTF("Returning %p n=%" SIZE_T_FORMAT "u rv=%d\n", *newch, *n, rv); in uncompressbuf()