Searched defs:debugging (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libnsl/yp/
H A Dyp_update.c51 #define debugging 1 macro
54 #define debugging 0 macro
97 if (debugging) {
136 if (debugging)
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_msg.c46 debugging(void) function
74 if (!debugging())
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dlogging.c208 int debugging, chan_level; local
212 debugging = ((lc->flags & LOG_OPTION_DEBUG) != 0);
215 * If not debugging, short circuit debugging messages very early.
217 if (level > 0 && !debugging)
223 /* Some channels only log when debugging is on. */
224 if ((chan->flags & LOG_REQUIRE_DEBUG) && !debugging)
242 int debugging; local
246 debugging = ((lc->flags & LOG_OPTION_DEBUG) != 0);
249 * If not debugging, shor
273 int pri, debugging, did_vsprintf = 0; local
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c80 static int debugging(void);
1603 debugging(void) function
1630 if (!debugging())
1704 if (!debugging())

Completed in 20 milliseconds