Lines Matching full:error
0 /* Error handler for noninteractive utilities
25 #include "error.h"
49 /* If NULL, error will flush stdout, then print on stderr the program
50 name, a colon and a space. Otherwise, error will call this
54 /* This variable is incremented each time `error' is called. */
64 /* In GNU libc we want do not want to use the common name `error' directly.
72 # define error __error
121 s = _("Unknown system error");
184 /* Print the program name and error message MESSAGE, which is a printf-style
186 If ERRNUM is nonzero, print its corresponding system error message.
189 error (int status, int errnum, const char *message, ...)
229 /* Sometimes we want to have at most one error per line. This
301 # undef error
303 weak_alias (__error, error)