#include "err.h"
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <varargs.h>
Go to the source code of this file.
|
void | err (int eval, const char *fmt, va_alist) |
|
void | verr (int eval, const char *fmt, va_list ap) |
|
void | errx (int eval, const char *fmt, va_alist) |
|
void | verrx (int eval, const char *fmt, va_list ap) |
|
void | warn (char *fmt, va_alist) const |
|
void | vwarn (char *fmt, va_list ap) const |
|
void | warnx (char *fmt, va_alist) const |
|
void | vwarnx (char *fmt, va_list ap) const |
|
◆ err()
Definition at line 56 of file err.c.
void verr(int eval, const char *fmt, va_list ap)
void int int ULONGLONG int va_list * ap
◆ errx()
Definition at line 91 of file err.c.
void int int ULONGLONG int va_list * ap
void verrx(int eval, const char *fmt, va_list ap)
◆ verr()
Definition at line 73 of file err.c.
struct png_info_def **typedef void(__cdecl typeof(png_destroy_read_struct))(struct png_struct_def **
const char * strerror(int err)
_Check_return_opt_ _CRTIMP int __cdecl fprintf(_Inout_ FILE *_File, _In_z_ _Printf_format_string_ const char *_Format,...)
void int int ULONGLONG int va_list * ap
_Check_return_opt_ _CRTIMP int __cdecl vfprintf(_Inout_ FILE *_File, _In_z_ _Printf_format_string_ const char *_Format, va_list _ArgList)
◆ verrx()
Definition at line 108 of file err.c.
struct png_info_def **typedef void(__cdecl typeof(png_destroy_read_struct))(struct png_struct_def **
_Check_return_opt_ _CRTIMP int __cdecl fprintf(_Inout_ FILE *_File, _In_z_ _Printf_format_string_ const char *_Format,...)
void int int ULONGLONG int va_list * ap
_Check_return_opt_ _CRTIMP int __cdecl vfprintf(_Inout_ FILE *_File, _In_z_ _Printf_format_string_ const char *_Format, va_list _ArgList)
◆ vwarn()
Definition at line 137 of file err.c.
struct png_info_def **typedef void(__cdecl typeof(png_destroy_read_struct))(struct png_struct_def **
const char * strerror(int err)
_Check_return_opt_ _CRTIMP int __cdecl fprintf(_Inout_ FILE *_File, _In_z_ _Printf_format_string_ const char *_Format,...)
void int int ULONGLONG int va_list * ap
_Check_return_opt_ _CRTIMP int __cdecl vfprintf(_Inout_ FILE *_File, _In_z_ _Printf_format_string_ const char *_Format, va_list _ArgList)
◆ vwarnx()
Definition at line 172 of file err.c.
struct png_info_def **typedef void(__cdecl typeof(png_destroy_read_struct))(struct png_struct_def **
_Check_return_opt_ _CRTIMP int __cdecl fprintf(_Inout_ FILE *_File, _In_z_ _Printf_format_string_ const char *_Format,...)
void int int ULONGLONG int va_list * ap
_Check_return_opt_ _CRTIMP int __cdecl vfprintf(_Inout_ FILE *_File, _In_z_ _Printf_format_string_ const char *_Format, va_list _ArgList)
◆ warn()
void warn |
( |
char * |
fmt, |
|
|
va_alist |
|
|
) |
| const |
Definition at line 121 of file err.c.
void vwarn(char *fmt, va_list ap) const
void int int ULONGLONG int va_list * ap
◆ warnx()
void warnx |
( |
char * |
fmt, |
|
|
va_alist |
|
|
) |
| const |
Definition at line 156 of file err.c.
void vwarnx(char *fmt, va_list ap) const
void int int ULONGLONG int va_list * ap
◆ __progname