Home
last modified time | relevance | path

Searched refs:errorwithstatus (Results 1 – 5 of 5) sorted by relevance

/freebsd/bin/sh/
H A Derror.h82 void errorwithstatus(int, const char *, ...) __printf0like(2, 3) __dead2;
H A Derror.c188 errorwithstatus(int status, const char *msg, ...) in errorwithstatus() function
H A Dexec.c130 errorwithstatus(127, "%s: not found", argv[0]); in shellexec()
132 errorwithstatus(126, "%s: %s", argv[0], strerror(e)); in shellexec()
H A Dinput.c369 errorwithstatus(e == ENOENT || e == ENOTDIR ? 127 : 126, in setinputfile()
H A DTOUR36 calling error or errorwithstatus. EXINT is an interrupt.