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}
_Check_return_opt_ _CRTIMP int __cdecl fprintf(_Inout_ FILE *_File, _In_z_ _Printf_format_string_ const char *_Format,...)
_Check_return_opt_ _CRTIMP int __cdecl vfprintf(_Inout_ FILE *_File, _In_z_ _Printf_format_string_ const char *_Format, va_list _ArgList)
const char * strerror(int err)
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