Searched refs:errorwithstatus (Results 1 – 5 of 5) sorted by relevance
/freebsd/bin/sh/ |
H A D | error.h | 82 void errorwithstatus(int, const char *, ...) __printf0like(2, 3) __dead2;
|
H A D | error.c | 188 errorwithstatus(int status, const char *msg, ...) in errorwithstatus() function
|
H A D | exec.c | 130 errorwithstatus(127, "%s: not found", argv[0]); in shellexec() 132 errorwithstatus(126, "%s: %s", argv[0], strerror(e)); in shellexec()
|
H A D | input.c | 369 errorwithstatus(e == ENOENT || e == ENOTDIR ? 127 : 126, in setinputfile()
|
H A D | TOUR | 36 calling error or errorwithstatus. EXINT is an interrupt.
|