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

  /src/sbin/iscsid/
iscsid_main.c 59 int debugging; variable in typeref:typename:int
537 debugging++;
549 openlog("iscsid", (debugging ? LOG_PERROR : 0) | LOG_PID, LOG_DAEMON);
557 if (!debugging) {
  /src/usr.bin/qsubst/
qsubst.c 124 static int debugging; variable in typeref:typename:int
392 if (debugging) {
421 if (debugging) {
427 if (debugging) {
434 if (debugging) {
444 if (debugging) {
451 if (debugging) {
456 if (debugging) {
467 if (debugging) {
474 if (debugging) {
    [all...]
  /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/usr.bin/unifdef/
unifdef.c 210 static bool debugging; /* -d: debugging reports */ variable in typeref:typename:bool
302 debugging = true;
1016 if (debugging) {

Completed in 15 milliseconds