ReactOS 0.4.15-dev-8614-gbc76250
|
#include <schily/mconfig.h>
#include <schily/stdio.h>
#include <schily/standard.h>
#include <schily/sigblk.h>
#include <schily/unistd.h>
#include <schily/stdlib.h>
#include <schily/string.h>
#include <schily/avoffset.h>
#include <schily/schily.h>
Go to the source code of this file.
Macros | |
#define | STDERR_FILENO 2 |
#define | eprints(a) (void)write(STDERR_FILENO, (a), sizeof (a)-1) |
#define | eprintl(a) (void)write(STDERR_FILENO, (a), strlen(a)) |
#define | is_even(p) ((((long)(p)) & 1) == 0) |
#define | even(p) (((long)(p)) & ~1L) |
#define | next_frame(vp) vp = (((SIGBLK *)(vp))->sb_savfp); |
Functions | |
LOCAL void raiseabort | __PR ((const char *)) |
LOCAL BOOL framehandle | __PR ((SIGBLK *, const char *, const char *, long)) |
EXPORT void | raisecond (char *signame, long arg2) const |
LOCAL BOOL | framehandle (SIGBLK *sp, const char *handlename, const char *signame, long arg2) |
LOCAL void | raiseabort (char *signame) const |
Variables | |
EXPORT SIGBLK * | __roothandle |
Definition at line 47 of file raisecond.c.
Definition at line 46 of file raisecond.c.
Definition at line 84 of file raisecond.c.
#define STDERR_FILENO 2 |
Definition at line 44 of file raisecond.c.
LOCAL void raiseabort __PR | ( | (const char *) | ) |
Definition at line 145 of file raisecond.c.
Referenced by raisecond().
Definition at line 166 of file raisecond.c.
Referenced by raisecond().
Definition at line 100 of file raisecond.c.
Referenced by _cvmod(), checkfmt(), and filewrite().
Definition at line 81 of file raisecond.c.
Referenced by raisecond().