44 #include <machine/ansi.h> 45 #include <sys/cdefs.h> 48 #define _BSD_VA_LIST_ va_list 52 #define err rtems_shell_err 53 #define verr rtems_shell_verr 54 #define errx rtems_shell_errx 55 #define verrx rtems_shell_verrx 56 #define warn rtems_shell_warn 57 #define vwarn rtems_shell_vwarn 58 #define warnx rtems_shell_warnx 59 #define vwarnx rtems_shell_vwarnx 64 extern jmp_buf rtems_shell_bsd_exit_recover;
67 __dead
void err(jmp_buf*,
int,
const char *, ...)
69 __dead
void verr(jmp_buf*,
int, const
char *, _BSD_VA_LIST_)
71 __dead
void errx(jmp_buf*,
int, const
char *, ...)
73 __dead
void verrx(jmp_buf*,
int, const
char *, _BSD_VA_LIST_)
75 void warn(const
char *, ...)
77 void vwarn(const
char *, _BSD_VA_LIST_)
79 void warnx(const
char *, ...)
81 void vwarnx(const
char *, _BSD_VA_LIST_)