#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <string.h>
#include "EST_error.h"
Go to the source code of this file.
Functions | |
void | EST_default_bug_fn (const char *format,...) |
void | EST_default_error_fn (const char *format,...) |
void | EST_quiet_error_fn (const char *format,...) |
void | EST_default_warning_fn (const char *format,...) |
void | EST_quiet_warning_fn (const char *format,...) |
void | EST_default_sys_error_fn (const char *format,...) |
void | EST_quiet_sys_error_fn (const char *format,...) |
void | EST_errors_default () |
void | EST_errors_quiet () |
Variables | |
const char * | EST_error_where =NULL |
char * | EST_error_message = EST_error_message_buf |
EST_error_handler | EST_bug_func = EST_default_bug_fn |
EST_error_handler | EST_error_func = EST_default_error_fn |
EST_error_handler | EST_sys_error_func = EST_default_sys_error_fn |
EST_error_handler | EST_warning_func = EST_default_warning_fn |
EST_error_handler | old_error_function |
EST_error_handler | old_sys_error_function |
FILE * | EST_error_stream =NULL |
FILE * | EST_warning_stream =NULL |
jmp_buf * | est_errjmp = 0 |
long | errjmp_ok =0 |
void EST_default_bug_fn | ( | const char * | format, |
... | |||
) |
Definition at line 51 of file EST_error.c.
void EST_default_error_fn | ( | const char * | format, |
... | |||
) |
Definition at line 74 of file EST_error.c.
void EST_quiet_error_fn | ( | const char * | format, |
... | |||
) |
Definition at line 95 of file EST_error.c.
void EST_default_warning_fn | ( | const char * | format, |
... | |||
) |
Definition at line 107 of file EST_error.c.
void EST_quiet_warning_fn | ( | const char * | format, |
... | |||
) |
Definition at line 127 of file EST_error.c.
void EST_default_sys_error_fn | ( | const char * | format, |
... | |||
) |
Definition at line 137 of file EST_error.c.
void EST_quiet_sys_error_fn | ( | const char * | format, |
... | |||
) |
Definition at line 159 of file EST_error.c.
void EST_errors_default | ( | ) |
Definition at line 178 of file EST_error.c.
void EST_errors_quiet | ( | ) |
Definition at line 185 of file EST_error.c.
const char* EST_error_where =NULL |
Definition at line 47 of file EST_error.c.
char* EST_error_message = EST_error_message_buf |
Definition at line 49 of file EST_error.c.
EST_error_handler EST_bug_func = EST_default_bug_fn |
Definition at line 192 of file EST_error.c.
EST_error_handler EST_error_func = EST_default_error_fn |
Definition at line 193 of file EST_error.c.
EST_error_handler EST_sys_error_func = EST_default_sys_error_fn |
Definition at line 194 of file EST_error.c.
EST_error_handler EST_warning_func = EST_default_warning_fn |
Definition at line 195 of file EST_error.c.
EST_error_handler old_error_function |
Definition at line 197 of file EST_error.c.
EST_error_handler old_sys_error_function |
Definition at line 198 of file EST_error.c.
FILE* EST_error_stream =NULL |
Definition at line 200 of file EST_error.c.
FILE* EST_warning_stream =NULL |
Definition at line 201 of file EST_error.c.
jmp_buf* est_errjmp = 0 |
Definition at line 203 of file EST_error.c.
long errjmp_ok =0 |
Definition at line 204 of file EST_error.c.