blob: 753a49ae99e332a6375f5da3e201dcb47e71aae7 [file] [edit]
header: err.h
standards:
- bsd
macros: []
types:
- type_name: va_list
functions:
- name: err
standards:
- bsd
return_type: void
arguments:
- type: int
- type: const char *
- type: '...'
- name: verr
standards:
- bsd
return_type: void
arguments:
- type: int
- type: const char *
- type: va_list
- name: errx
standards:
- bsd
return_type: void
arguments:
- type: int
- type: const char *
- type: '...'
- name: verrx
standards:
- bsd
return_type: void
arguments:
- type: int
- type: const char *
- type: va_list
- name: warn
standards:
- bsd
return_type: void
arguments:
- type: const char *
- type: '...'
- name: vwarn
standards:
- bsd
return_type: void
arguments:
- type: const char *
- type: va_list
- name: warnx
standards:
- bsd
return_type: void
arguments:
- type: const char *
- type: '...'
- name: vwarnx
standards:
- bsd
return_type: void
arguments:
- type: const char *
- type: va_list