RTEMS CPU Kit with SuperCore  4.11.3
Macros | Functions | Variables
err.h File Reference
#include <machine/ansi.h>
#include <sys/cdefs.h>
#include <stdarg.h>
#include <setjmp.h>
Include dependency graph for err.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _BSD_VA_LIST_   va_list
 
#define __dead
 
#define err   rtems_shell_err
 
#define verr   rtems_shell_verr
 
#define errx   rtems_shell_errx
 
#define verrx   rtems_shell_verrx
 
#define warn   rtems_shell_warn
 
#define vwarn   rtems_shell_vwarn
 
#define warnx   rtems_shell_warnx
 
#define vwarnx   rtems_shell_vwarnx
 

Functions

__BEGIN_DECLS __dead void err (jmp_buf *, int, const char *,...)
 
__dead void verr (jmp_buf *, int, const char *, _BSD_VA_LIST_)
 
__dead void errx (jmp_buf *, int, const char *,...)
 
__dead void verrx (jmp_buf *, int, const char *, _BSD_VA_LIST_)
 
void warn (const char *,...)
 
void vwarn (const char *, _BSD_VA_LIST_)
 
void warnx (const char *,...)
 
void vwarnx (const char *, _BSD_VA_LIST_)
 

Variables

jmp_buf rtems_shell_bsd_exit_recover