Searched refs:Punt (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/bmake/ |
| H A D | job.c | 644 Punt("JobsTable_Lock: %s", strerror(errno)); in JobsTable_Lock() 659 Punt("SetNonblocking.get: %s", strerror(errno)); in SetNonblocking() 662 Punt("SetNonblocking.set: %s", strerror(errno)); in SetNonblocking() 669 Punt("SetCloseOnExec: %s", strerror(errno)); in SetCloseOnExec() 679 Punt("JobCreatePipe: %s", strerror(errno)); in JobCreatePipe() 1327 Punt("Cannot write shell script for \"%s\": %s", in JobFinish() 1589 Punt("fork: %s", strerror(errno)); in JobExec() 1677 Punt("Cannot write shell script for \"%s\": %s", in JobExec() 1744 Punt("Could not fdopen %s", fname); in JobWriteShellCommands() 1772 Punt("Job_Make no job slots vacant"); in Job_Make() [all …]
|
| H A D | meta.c | 161 Punt("Could not dup filemon output: %s", strerror(errno)); in meta_open_filemon() 165 Punt("Could not set filemon file descriptor: %s", strerror(errno)); in meta_open_filemon() 204 Punt("Cannot write filemon data to meta file: %s", in filemon_read() 476 Punt("Could not open meta file '%s': %s", fname, strerror(errno)); in meta_create() 495 Punt("Cannot write expanded command to meta file: %s", in meta_create() 661 Punt("Could not set filemon pid: %s", strerror(errno)); in meta_job_child() 725 Punt("getcwd: %s", strerror(errno)); in meta_job_error() 780 Punt("filemon failed: %s", strerror(errno)); in meta_cmd_finish() 1607 Punt("pipe: %s", strerror(errno)); in meta_compat_start()
|
| H A D | main.c | 670 Punt("illegal (null) argument."); in MainParseArgs() 1932 Punt(const char *fmt, ...) in Punt() function 2234 Punt("mkstemp %s: %s", tfile, strerror(errno)); in mkTempFile()
|
| H A D | make.h | 895 void Punt(const char *, ...) MAKE_ATTR_PRINTFLIKE(1, 2) MAKE_ATTR_DEAD;
|
| H A D | make.c | 694 Punt("%s%s: cohort has parents", cgn->name, in Make_Update()
|
| H A D | suff.c | 380 Punt("Internal error deleting suffix `%s' with refcount = %d", in Suffix_Free()
|
| H A D | parse.c | 2994 Punt("no target to make."); in Parse_MainName()
|
| H A D | ChangeLog | 1533 o Punt on write errors - ENOSPC etc.
|
| /freebsd/contrib/unbound/contrib/ |
| H A D | fastrpz.patch | 2046 + /* Punt to the iterator if the new DNS message would 2370 + return 0; /* Punt to the iterator. */ 2388 + /* Punt to the iterator if leading CNAMEs must be 2394 + /* Punt if the rewritten response is to a CNAME. */ 2401 + /* Punt we are rewriting to a CNAME. */
|