Home | History | Annotate | Download | only in sh

Lines Matching full:error

1 /*	$NetBSD: error.c,v 1.31 2003/08/07 09:05:30 agc Exp $	*/
38 static char sccsid[] = "@(#)error.c 8.2 (Berkeley) 5/4/95";
40 __RCSID("$NetBSD: error.c,v 1.31 2003/08/07 09:05:30 agc Exp $");
59 #include "error.h"
149 * Exverror is called to raise the error exception. If the second argument
150 * is not NULL then error prints an error message using printf style
151 * formatting. It then raises the error exception.
177 error(const char *msg, ...)
200 * error/warning routines for external builtins
280 * Table of error messages.
284 short errcode; /* error number */
285 short action; /* operation which encountered the error */
286 const char *msg; /* text describing the error */
295 { EIO, ALL, "I/O error" },
349 * Return a string describing an error. The returned string may be a
351 * Action describes the operation that got the error.
364 fmtstr(buf, sizeof buf, "error %d", e);