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

/freebsd-9.3-release/usr.bin/make/
H A Dmake.c153 DEBUGF(MAKE, ("modified %s...",
156 DEBUGF(MAKE, ("non-existent..."));
179 DEBUGF(MAKE, (".USE node..."));
183 DEBUGF(MAKE, ("library..."));
196 DEBUGF(MAKE, (".JOIN node..."));
206 DEBUGF(MAKE, ("! operator..."));
208 DEBUGF(MAKE, (".PHONY node..."));
210 DEBUGF(MAKE, (".EXEC node..."));
214 DEBUGF(MAKE, ("skipping (remaking makefiles)..."));
229 DEBUGF(MAK
[all...]
H A Ddir.c513 DEBUGF(DIR, ("expanding \"%s\"...", word));
608 DEBUGF(DIR, ("%s ", (const char *)Lst_Datum(ln)));
609 DEBUGF(DIR, ("\n"));
654 DEBUGF(DIR, ("Searching for %s...", name));
663 DEBUGF(DIR, ("in '.'\n"));
678 DEBUGF(DIR, ("%s...", pe->dir->name));
680 DEBUGF(DIR, ("here..."));
700 DEBUGF(DIR, ("component mismatch -- "
706 DEBUGF(DIR, ("returning %s\n", file));
722 DEBUGF(DI
[all...]
H A Dfor.c161 DEBUGF(FOR, ("For: Iterator %s List %s\n", forVar, sub));
192 DEBUGF(FOR, ("For: end for %d\n", forLevel));
202 DEBUGF(FOR, ("For: new loop %d\n", forLevel));
257 DEBUGF(FOR, ("--- %s = %s\n", var, val));
H A Dsuff.c341 DEBUGF(SUFF, ("inserting an empty list?..."));
344 DEBUGF(SUFF, ("inserting %s(%d)...", s->name, s->sNum));
346 DEBUGF(SUFF, ("at end of list\n"));
351 DEBUGF(SUFF, ("before %s(%d)\n", s2->name, s2->sNum));
356 DEBUGF(SUFF, ("already there\n"));
545 DEBUGF(SUFF, ("defining transformation from `%s' to `%s'\n",
573 DEBUGF(SUFF, ("transformation %s complete\n", gn->name));
584 DEBUGF(SUFF, ("deleting transformation from `%s' to `%s'\n",
1027 DEBUGF(SUFF, ("\ttrying %s...", s->file));
1051 DEBUGF(SUF
[all...]
H A Djob.c567 DEBUGF(JOB, ("JobPassSig(%d) called.\n", signo));
569 DEBUGF(JOB, ("JobPassSig passing signal %d to child %jd.\n",
605 DEBUGF(JOB, ("JobPassSig passing signal to self, mask = %x.\n",
613 DEBUGF(JOB, ("JobPassSig passing signal %d to child %jd.\n",
666 DEBUGF(JOB, (fmt, arg)); \
947 DEBUGF(JOB, ("Process %jd exited.\n",
1014 DEBUGF(JOB, ("Warning: process %jd was not "
1020 DEBUGF(JOB, ("Process %jd is continuing locally.\n",
1024 DEBUGF(JOB, ("Job queue is full.\n"));
1058 DEBUGF(JO
[all...]
H A Dutil.h84 #define DEBUGF(module,args) \ macro
H A Dmain.c742 DEBUGF(MAKE, ("Checking %s...", gn->name));
788 DEBUGF(MAKE,
793 DEBUGF(MAKE,
811 DEBUGF(MAKE, ("Restarting `%s'.\n", save_argv[0]));
H A Dvar.c953 DEBUGF(VAR, ("%s:%s = %s\n", ctxt->name, name, val));
968 DEBUGF(VAR, ("%s:delete %s\n", ctxt->name, name));
1011 DEBUGF(VAR, ("%s:%s = %s\n", ctxt->name, n, val));
1104 DEBUGF(VAR, ("%s:%s = %s\n", ctxt->name, n, Buf_Data(v->val)));
1424 DEBUGF(VAR, ("Pattern :%s\n", patt));
1738 DEBUGF(VAR, ("Applying :%c to \"%s\"\n", *vp->ptr, value));
1853 DEBUGF(VAR, ("Result is \"%s\"\n", newStr));
H A Dcond.c618 DEBUGF(COND, ("lhs = \"%s\", rhs = \"%s\", "
680 DEBUGF(COND, ("left = %f, right = %f, "
H A Dparse.c1608 DEBUGF(FOR, ("%s\n---- at line %d\n", str, lineno));
2213 DEBUGF(DIR, (".include %s\n", fullname));

Completed in 170 milliseconds