Lines Matching defs:error
0 /* Error handler for noninteractive utilities
24 #include "error.h"
52 /* If NULL, error will flush stdout, then print on stderr the program
53 name, a colon and a space. Otherwise, error will call this
57 /* This variable is incremented each time `error' is called. */
68 /* In GNU libc we want do not want to use the common name `error' directly.
76 # define error __error
125 s = _("Unknown system error");
222 /* Print the program name and error message MESSAGE, which is a printf-style
224 If ERRNUM is nonzero, print its corresponding system error message.
227 error (int status, int errnum, const char *message, ...)
266 /* Sometimes we want to have at most one error per line. This
335 # undef error
337 weak_alias (__error, error)