Home
last modified time | relevance | path

Searched refs:DEBUG3 (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/bmake/
H A Dmeta.c1182 DEBUG3(META, "%s:%u: %s\n", fname, lineno, buf); in meta_oodate()
1449 DEBUG3(META, "%s:%u: looking for: %s\n", in meta_oodate()
1459 DEBUG3(META, "%s:%u: found: %s\n", in meta_oodate()
1464 DEBUG3(META, "%s:%u: file '%s' is newer than the target...\n", in meta_oodate()
H A Dvar.c1038 DEBUG3(VAR, in Var_SetWithFlags()
1050 DEBUG3(VAR, in Var_SetWithFlags()
1075 DEBUG3(VAR, in Var_SetWithFlags()
1090 DEBUG3(VAR, in Var_SetWithFlags()
1104 DEBUG3(VAR, in Var_SetWithFlags()
1219 DEBUG3(VAR, "%s: ignoring '%s += %s' as it is read-only\n", in Var_Append()
1225 DEBUG3(VAR, "%s: %s = %s\n", scope->name, name, v->val.data); in Var_Append()
2396 DEBUG3(VAR, "ModifyWords: split \"%s\" into %u %s\n", in ModifyWords()
4017 DEBUG3(VAR, "Indirect modifier \"%s\" from \"%.*s\"\n", in ApplyModifiersIndirect()
H A Dcond.c511 DEBUG3(COND, "Comparing %f %s %f\n", lhs, opname[op], rhs); in EvalCompareNum()
540 DEBUG3(COND, "Comparing \"%s\" %s \"%s\"\n", lhs, opname[op], rhs); in EvalCompareStr()
H A Ddir.c296 DEBUG3(DIR, "CachedDir %p ++ %d for \"%s\"\n", in CachedDir_Ref()
309 DEBUG3(DIR, "CachedDir %p -- %d for \"%s\"\n", in CachedDir_Unref()
H A Dmake.c1172 DEBUG3(MAKE, "MakePrintStatus: %s%s has %d unmade children\n", in MakePrintStatus()
1311 DEBUG3(MAKE, ".WAIT: add dependency \"%s: %s%s\"\n", in AddWaitDependency()
H A Djob.c1262 DEBUG3(JOB, "JobFinish: target %s, pid %d, status %#x\n", in JobFinish()
2634 DEBUG3(JOB, "TokenPool_Add: pid %d, aborting %s, token %c\n", in TokenPool_Add()
2708 DEBUG3(JOB, "TokenPool_Take: pid %d, aborting %s, running %d\n", in TokenPool_Take()
H A Dmake.h705 #define DEBUG3(module, fmt, arg1, arg2, arg3) \ macro
H A Dparse.c2221 DEBUG3(PARSE, "Parse_PushInput: %s%s:%u\n", in Parse_PushInput()
2682 DEBUG3(PARSE, "Parsing %s:%u: %s\n", in ReadHighLevelLine()
H A Dsuff.c1470 DEBUG3(SUFF, "\tapplying %s -> %s to \"%s\"\n", in ApplyTransform()
/freebsd/crypto/openssh/regress/
H A Dtest-exec.sh630 LogLevel DEBUG3
701 LogLevel DEBUG3
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dwii.dts188 "DEBUG0", "DEBUG1", "DEBUG2", "DEBUG3",
/freebsd/lib/libc/db/hash/
H A Dhash_page.c246 #ifdef DEBUG3 in __split_page()