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
135 # error Please port fcntl to your platform
188 s = _("Unknown system error");
285 /* Print the program name and error message MESSAGE, which is a printf-style
287 If ERRNUM is nonzero, print its corresponding system error message.
290 error (int status, int errnum, const char *message, ...)
329 /* Sometimes we want to have at most one error per line. This
398 # undef error
400 weak_alias (__error, error)