#include <machine/ansi.h>
#include <sys/cdefs.h>
#include <stdarg.h>
#include <setjmp.h>
Go to the source code of this file.
|
#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 |
|
|
__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_) |
|
|
jmp_buf | rtems_shell_bsd_exit_recover |
|