HomeSort by: relevance | last modified time | path
    Searched defs:DEBUGGING (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/patch/
common.h 38 #define DEBUGGING
94 #ifdef DEBUGGING
  /src/usr.sbin/rpcbind/
rpcbind.c 87 #define DEBUGGING 1
89 #define DEBUGGING 0
93 int debugging = DEBUGGING; /* Tell me what's going on */ variable in typeref:typename:int
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 universa
    [all...]
  /src/games/warp/
warp.h 218 #define DEBUGGING /* include debugging code */
255 #ifdef DEBUGGING
315 #ifdef DEBUGGING
363 EXT bool debugging INIT(false);
  /src/usr.sbin/mountd/
mountd.c 104 #define DEBUGGING 1
106 #define DEBUGGING 0
245 int mountd_debug = DEBUGGING;
337 * "-d" to enable debugging

Completed in 34 milliseconds