ReactOS 0.4.16-dev-297-gc569aee
|
#include <schily/mconfig.h>
#include <schily/stdio.h>
#include <schily/standard.h>
#include <schily/patmatch.h>
#include <schily/string.h>
#include <schily/utypes.h>
#include <schily/schily.h>
#include <schily/checkerr.h>
Go to the source code of this file.
Classes | |
struct | errconf |
struct | eflags |
Typedefs | |
typedef struct errconf | ec_t |
Functions | |
EXPORT int errconfig | __PR ((char *name)) |
LOCAL char *_endword | __PR ((char *p)) |
LOCAL void parse_errctl | __PR ((char *line)) |
LOCAL UInt32_t errflags | __PR ((char *eflag, BOOL doexit)) |
LOCAL ec_t *_errptr | __PR ((int etype, const char *fname)) |
EXPORT BOOL errabort | __PR ((int etype, const char *fname, BOOL doexit)) |
EXPORT int | errconfig (char *name) |
LOCAL char * | _endword (char *p) |
LOCAL void | parse_errctl (char *line) |
LOCAL UInt32_t | errflags (char *eflag, BOOL doexit) |
LOCAL ec_t * | _errptr (int etype, const char *fname) |
EXPORT BOOL | errhidden (int etype, const char *fname) |
EXPORT BOOL | errwarnonly (int etype, const char *fname) |
EXPORT BOOL | errabort (int etype, const char *fname, BOOL doexit) |
Variables | |
static UConst char | sccsid [] |
LOCAL int * | ec_state |
LOCAL ec_t * | ec_root |
LOCAL ec_t ** | ec_last = &ec_root |
LOCAL int | maxplen |
LOCAL BOOL | _errflag = TRUE |
LOCAL struct eflags | eflags [] |
LOCAL void parse_errctl __PR | ( | (char *line) | ) |
Definition at line 93 of file checkerr.c.
Referenced by errflags(), and parse_errctl().
Definition at line 229 of file checkerr.c.
Referenced by errabort(), errhidden(), and errwarnonly().
Definition at line 300 of file checkerr.c.
Referenced by write_one_file().
Definition at line 67 of file checkerr.c.
Referenced by main().
Definition at line 192 of file checkerr.c.
Referenced by errconfig(), and parse_errctl().
Definition at line 110 of file checkerr.c.
Referenced by errconfig().
Definition at line 52 of file checkerr.c.
Referenced by errabort().
Definition at line 50 of file checkerr.c.
Referenced by parse_errctl().
Definition at line 49 of file checkerr.c.
Referenced by _errptr().
Definition at line 48 of file checkerr.c.
Referenced by _errptr(), and errconfig().
Definition at line 51 of file checkerr.c.
Referenced by errconfig(), and parse_errctl().
Definition at line 4 of file checkerr.c.