Home
last modified time | relevance | path

Searched refs:DEBUGF (Results 1 – 10 of 10) sorted by relevance

/trueos/usr.bin/make/
HDmake.c153 DEBUGF(MAKE, ("modified %s...", in Make_OODate()
156 DEBUGF(MAKE, ("non-existent...")); in Make_OODate()
179 DEBUGF(MAKE, (".USE node...")); in Make_OODate()
183 DEBUGF(MAKE, ("library...")); in Make_OODate()
196 DEBUGF(MAKE, (".JOIN node...")); in Make_OODate()
206 DEBUGF(MAKE, ("! operator...")); in Make_OODate()
208 DEBUGF(MAKE, (".PHONY node...")); in Make_OODate()
210 DEBUGF(MAKE, (".EXEC node...")); in Make_OODate()
214 DEBUGF(MAKE, ("skipping (remaking makefiles)...")); in Make_OODate()
229 DEBUGF(MAKE, ("modified before source (%s)...", in Make_OODate()
[all …]
HDdir.c513 DEBUGF(DIR, ("expanding \"%s\"...", word)); in Path_Expand()
608 DEBUGF(DIR, ("%s ", (const char *)Lst_Datum(ln))); in Path_Expand()
609 DEBUGF(DIR, ("\n")); in Path_Expand()
654 DEBUGF(DIR, ("Searching for %s...", name)); in Path_FindFile()
663 DEBUGF(DIR, ("in '.'\n")); in Path_FindFile()
678 DEBUGF(DIR, ("%s...", pe->dir->name)); in Path_FindFile()
680 DEBUGF(DIR, ("here...")); in Path_FindFile()
700 DEBUGF(DIR, ("component mismatch -- " in Path_FindFile()
706 DEBUGF(DIR, ("returning %s\n", file)); in Path_FindFile()
722 DEBUGF(DIR, ("returning %s\n", name)); in Path_FindFile()
[all …]
HDsuff.c341 DEBUGF(SUFF, ("inserting an empty list?...")); in SuffInsert()
344 DEBUGF(SUFF, ("inserting %s(%d)...", s->name, s->sNum)); in SuffInsert()
346 DEBUGF(SUFF, ("at end of list\n")); in SuffInsert()
351 DEBUGF(SUFF, ("before %s(%d)\n", s2->name, s2->sNum)); in SuffInsert()
356 DEBUGF(SUFF, ("already there\n")); in SuffInsert()
545 DEBUGF(SUFF, ("defining transformation from `%s' to `%s'\n", in Suff_AddTransform()
573 DEBUGF(SUFF, ("transformation %s complete\n", gn->name)); in Suff_EndTransform()
584 DEBUGF(SUFF, ("deleting transformation from `%s' to `%s'\n", in Suff_EndTransform()
1027 DEBUGF(SUFF, ("\ttrying %s...", s->file)); in SuffFindThem()
1051 DEBUGF(SUFF, ("not there\n")); in SuffFindThem()
[all …]
HDjob.c567 DEBUGF(JOB, ("JobPassSig(%d) called.\n", signo)); in JobPassSig()
569 DEBUGF(JOB, ("JobPassSig passing signal %d to child %jd.\n", in JobPassSig()
605 DEBUGF(JOB, ("JobPassSig passing signal to self, mask = %x.\n", in JobPassSig()
613 DEBUGF(JOB, ("JobPassSig passing signal %d to child %jd.\n", in JobPassSig()
666 DEBUGF(JOB, (fmt, arg)); \ in JobPrintCommand()
947 DEBUGF(JOB, ("Process %jd exited.\n", in JobFinish()
1014 DEBUGF(JOB, ("Warning: process %jd was not " in JobFinish()
1020 DEBUGF(JOB, ("Process %jd is continuing locally.\n", in JobFinish()
1024 DEBUGF(JOB, ("Job queue is full.\n")); in JobFinish()
1058 DEBUGF(JOB, ("Process %jd stopped.\n", (intmax_t) job->pid)); in JobFinish()
[all …]
HDfor.c161 DEBUGF(FOR, ("For: Iterator %s List %s\n", forVar, sub)); in For_For()
192 DEBUGF(FOR, ("For: end for %d\n", forLevel)); in For_Eval()
202 DEBUGF(FOR, ("For: new loop %d\n", forLevel)); in For_Eval()
257 DEBUGF(FOR, ("--- %s = %s\n", var, val)); in For_Run()
HDutil.h84 #define DEBUGF(module,args) \ macro
HDmain.c750 DEBUGF(MAKE, ("Checking %s...", gn->name)); in Remake_Makefiles()
796 DEBUGF(MAKE, in Remake_Makefiles()
801 DEBUGF(MAKE, in Remake_Makefiles()
819 DEBUGF(MAKE, ("Restarting `%s'.\n", save_argv[0])); in Remake_Makefiles()
HDvar.c953 DEBUGF(VAR, ("%s:%s = %s\n", ctxt->name, name, val)); in VarAdd()
968 DEBUGF(VAR, ("%s:delete %s\n", ctxt->name, name)); in Var_Delete()
1011 DEBUGF(VAR, ("%s:%s = %s\n", ctxt->name, n, val)); in Var_Set()
1104 DEBUGF(VAR, ("%s:%s = %s\n", ctxt->name, n, Buf_Data(v->val))); in Var_Append()
1424 DEBUGF(VAR, ("Pattern :%s\n", patt)); in modifier_M()
1738 DEBUGF(VAR, ("Applying :%c to \"%s\"\n", *vp->ptr, value)); in ParseModifier()
1853 DEBUGF(VAR, ("Result is \"%s\"\n", newStr)); in ParseModifier()
HDcond.c618 DEBUGF(COND, ("lhs = \"%s\", rhs = \"%s\", " in CondToken()
680 DEBUGF(COND, ("left = %f, right = %f, " in CondToken()
HDparse.c1608 DEBUGF(FOR, ("%s\n---- at line %d\n", str, lineno)); in Parse_FromString()
2213 DEBUGF(DIR, (".include %s\n", fullname)); in xparse_include()