Lines Matching refs:dprintf

80 #define	dprintf(x)	if (Debug) (void) printf x  macro
217 dprintf(("Poll timeout set to %d\n", Poll_timeout));
222 dprintf(("WTMPX update frequency set to %d\n",
232 dprintf(("Max_fds set to %d\n", Max_fds));
292 dprintf(("utmp warning timer set to %d seconds\n", WARN_TIME));
299 dprintf(("utmp warning timer expired\n"));
326 dprintf(("Load tables\n")); in load_tables()
452 dprintf(("! %d: terminated, status 0x%.4x\n", \ in wait_for_pids()
457 dprintf(("! %d: terminated\n", \ in wait_for_pids()
474 dprintf(("Poll Err = %d pid = %d i = %d\n", \ in wait_for_pids()
502 dprintf(("%d: unknown err %d\n", \ in wait_for_pids()
534 dprintf(("Scan utmps\n")); in scan_utmps()
651 dprintf(("drain_pipe: Recd command %d, pid %d\n", in drain_pipe()
762 dprintf((" add_pid: pid = %d fd = %d index = %d pidcnt = %d\n",
781 dprintf((" rem_pid: pid = %d i = %d", (int)pid, i));
787 dprintf((" - attempted to remove proc 0\n"));
794 dprintf((" fd = %d\n", fdtable[i].fd));
815 dprintf((" - entry not found \n"));
921 dprintf((" Cleaning %d\n", (int)pidtable[i].pl_pid));
927 dprintf((" Bad attempt to clean %d\n", \
956 dprintf((" clean_utmpx_ent: %d\n", (int)u->ut_pid));
983 dprintf(("%s\n", str)); in fatal()
1000 dprintf(("%c%s\n", 7, str)); in nonfatal()
1018 dprintf(("pidtable: ")); in print_tables()
1020 dprintf(("%d: %d ", i, (int)pidtable[i].pl_pid)); in print_tables()
1021 dprintf(("\n")); in print_tables()
1022 dprintf(("fdtable: ")); in print_tables()
1024 dprintf(("%d: %d ", i, fdtable[i].fd)); in print_tables()
1025 dprintf(("\n")); in print_tables()