Lines Matching defs:DEBUGGING
87 #define DEBUGGING 1
89 #define DEBUGGING 0
93 int debugging = DEBUGGING; /* Tell me what's going on */
94 int doabort = 0; /* When debugging, do an abort on errors */
233 if (debugging) {
234 printf("rpcbind debugging enabled.");
304 if (debugging) {
491 if (debugging) {
493 * for debugging print out our universal
547 if (debugging) {
548 /* for debugging print out our universal address */
692 if (debugging) {
714 if (debugging) {
895 doabort = 1; /* when debugging, do an abort on */
899 debugging++;
939 if (doabort && !debugging) {
941 "-a (abort) specified without -d (debugging) -- ignored.\n");