Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dmeta.c1186 DEBUG3(META, "%s: %u: %s\n", fname, lineno, buf); in meta_oodate()
1453 DEBUG3(META, "%s: %u: looking for: %s\n", in meta_oodate()
1463 DEBUG3(META, "%s: %u: found: %s\n", in meta_oodate()
1468 DEBUG3(META, "%s: %u: file '%s' is newer than the target...\n", in meta_oodate()
H A Dcond.c515 DEBUG3(COND, "Comparing %f %s %f\n", lhs, opname[op], rhs); in EvalCompareNum()
546 DEBUG3(COND, "Comparing \"%s\" %s \"%s\"\n", lhs, opname[op], rhs); in EvalCompareStr()
H A Dvar.c1019 DEBUG3(VAR, in Var_SetWithFlags()
1031 DEBUG3(VAR, in Var_SetWithFlags()
1065 DEBUG3(VAR, in Var_SetWithFlags()
1079 DEBUG3(VAR, in Var_SetWithFlags()
1194 DEBUG3(VAR, "%s: ignoring '%s += %s' as it is read-only\n", in Var_Append()
1200 DEBUG3(VAR, "%s: %s = %s\n", scope->name, name, v->val.data); in Var_Append()
2375 DEBUG3(VAR, "ModifyWords: split \"%s\" into %u %s\n", in ModifyWords()
3972 DEBUG3(VAR, "Indirect modifier \"%s\" from \"%.*s\"\n", in ApplyModifiersIndirect()
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.c1183 DEBUG3(MAKE, "MakePrintStatus: %s%s has %d unmade children\n", in MakePrintStatus()
1327 DEBUG3(MAKE, ".WAIT: add dependency %s%s -> %s\n", in add_wait_dependency()
H A Djob.c1173 DEBUG3(JOB, "JobFinish: %d [%s], status %d\n", in JobFinish()
2689 DEBUG3(JOB, "(%d) aborting %d, deposit token %c\n", in watchfd()
2772 DEBUG3(JOB, "Job_TokenWithdraw(%d): aborting %d, running %d\n", in Job_TempFile()
H A Dmake.h704 #define DEBUG3(module, fmt, arg1, arg2, arg3) \ macro
H A Dparse.c2164 DEBUG3(PARSE, "Parse_PushInput: %s %s, line %u\n", in Parse_PushInput()
2625 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.sh619 LogLevel DEBUG3
689 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()