Searched refs:Punt (Results 1 - 7 of 7) sorted by last modified time

/freebsd-11-stable/contrib/bmake/
H A Dmain.c108 * Punt Aborts all jobs and exits with a message. Also
674 Punt("illegal (null) argument.");
1827 * Punt --
1839 Punt(const char *fmt, ...) function
2153 Punt("Could not create temporary file %s: %s", tfile, strerror(errno));
H A Dparse.c3260 * no such target exists, we Punt with an obnoxious error message.
3278 Punt("no target to make.");
H A Dmeta.c1612 Punt("Cannot create pipe: %s", strerror(errno));
H A Djob.c428 Punt("JobSigLock: sigprocmask: %s", strerror(errno));
444 Punt("Cannot create pipe: %s", strerror(errno));
457 Punt("Cannot set close-on-exec: %s", strerror(errno));
459 Punt("Cannot set close-on-exec: %s", strerror(errno));
469 Punt("Cannot get flags: %s", strerror(errno));
472 Punt("Cannot set flags: %s", strerror(errno));
1373 Punt("Cannot vfork: %s", strerror(errno));
1595 Punt("JobStart no job slots vacant");
1658 Punt("Could not fdopen %s", tfile);
2134 Punt("pol
[all...]
H A Dnonints.h115 void Punt(const char *, ...) MAKE_ATTR_PRINTFLIKE(1, 2) MAKE_ATTR_DEAD;
H A Dsuff.c440 Punt("Internal error deleting suffix `%s' with refcount = %d", s->name,
H A Dmake.c718 Punt("%s%s: cohort has parents", cgn->name, cgn->cohort_num);

Completed in 143 milliseconds