Go to the source code of this file.
|
| void | err (int eval, const char *fmt,...) |
| |
| void | verr (int eval, const char *fmt, va_list ap) |
| |
| void | errx (int eval, const char *fmt,...) |
| |
| void | verrx (int eval, const char *fmt, va_list ap) |
| |
| void | warn (const char *fmt,...) |
| |
| void | vwarn (char *fmt, va_list ap) const |
| |
| void | warnx (const char *fmt,...) |
| |
| void | vwarnx (char *fmt, va_list ap) const |
| |
◆ err()
Definition at line 43 of file err.c.
44{
49}
void verr(int eval, const char *fmt, va_list ap)
void int int ULONGLONG int va_list * ap
◆ errx()
Definition at line 67 of file err.c.
68{
73}
void verrx(int eval, const char *fmt, va_list ap)
◆ verr()
Definition at line 52 of file err.c.
53{
54 int sverrno;
55
61 }
64}
char *CDECL strerror(int err)
int WINAPIV fprintf(FILE *file, const char *format,...)
int CDECL vfprintf(FILE *file, const char *format, va_list valist)
Referenced by err().
◆ verrx()
◆ vwarn()
Definition at line 95 of file err.c.
98{
99 int sverrno;
100
106 }
108}
Referenced by warn().
◆ vwarnx()
◆ warn()
Definition at line 86 of file err.c.
87{
92}
void vwarn(char *fmt, va_list ap) const
◆ warnx()
Definition at line 111 of file err.c.
112{
117}
void vwarnx(char *fmt, va_list ap) const
◆ __progname