Searched refs:Punt (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.1-release/usr.bin/make/
H A Dproc.c53 Punt("Cannot dup2: %s", strerror(errno));
62 Punt("Cannot dup2: %s", strerror(errno));
71 Punt("Cannot dup2: %s", strerror(errno));
80 Punt("Cannot dup2: %s", strerror(errno));
H A Dutil.h107 void Punt(const char *, ...) __dead2;
H A Dutil.c161 * Punt --
173 Punt(const char *fmt, ...) function
H A Djob.c942 Punt("Cannot fdopen");
993 Punt("Cannot fdopen");
1053 Punt("Cannot fdopen");
1351 Punt("Cannot fork");
1391 Punt("kevent: %s", strerror(errno));
1638 Punt("Cannot create temp file: %s", strerror(errno));
1643 Punt("Could not open %s", tfile);
1807 Punt("Cannot create pipe: %s", strerror(errno));
1818 Punt("cannot create temp file: %s",
2220 Punt("keven
[all...]
H A Dmain.c623 Punt("illegal (null) argument.");
H A Dparse.c2523 * no such target exists, we Punt with an obnoxious error message.
2538 Punt("no target to make.");
/freebsd-10.1-release/contrib/bmake/
H A Dnonints.h116 void Punt(const char *, ...) MAKE_ATTR_PRINTFLIKE(1, 2) MAKE_ATTR_DEAD;
H A Djob.c416 Punt("JobSigLock: sigprocmask: %s", strerror(errno));
432 Punt("Cannot create pipe: %s", strerror(errno));
1346 Punt("Cannot vfork: %s", strerror(errno));
1552 Punt("JobStart no job slots vacant");
1615 Punt("Could not fdopen %s", tfile);
2091 Punt("poll: %s", strerror(errno));
2099 Punt("unexpected eof on token pipe");
2101 Punt("token pipe read: %s", strerror(errno));
2794 Punt("Watching watched job");
2808 Punt("Unwatchin
[all...]
H A Dmain.c108 * Punt Aborts all jobs and exits with a message. Also
627 Punt("illegal (null) argument.");
1686 * Punt --
1698 Punt(const char *fmt, ...) function
1939 Punt("Could not create temporary file %s: %s", tfile, strerror(errno));
H A Dmake.c720 Punt("%s%s: cohort has parents", cgn->name, cgn->cohort_num);
H A Dmeta.c1346 Punt("Cannot create pipe: %s", strerror(errno));
H A Dparse.c3112 * no such target exists, we Punt with an obnoxious error message.
3130 Punt("no target to make.");
H A Dsuff.c439 Punt("Internal error deleting suffix `%s' with refcount = %d", s->name,

Completed in 200 milliseconds