Go to the source code of this file.
◆ COLLECTDELAY_INSTANT
| #define COLLECTDELAY_INSTANT ((unsigned int)~0) |
◆ DEBUGV
◆ likely
◆ MSG_SECURITY_PROBLEM
| #define MSG_SECURITY_PROBLEM |
( |
|
a | ) |
"Security problem: "a". Don't use this application until the bug will be fixed. Report about the problem to: "AUTHOR |
◆ offsetof
| #define offsetof |
( |
|
a, |
|
|
|
b |
|
) |
| __builtin_offsetof(a, b) |
◆ PARANOIDV
◆ require_strlen_le
| #define require_strlen_le |
( |
|
str, |
|
|
|
limit |
|
) |
| |
Value:
critical(
"length of "TOSTR(str)
" (\"%s\") >= "TOSTR(limit));\
Definition at line 52 of file macros.h.
◆ SAFE
| #define SAFE |
( |
|
code, |
|
|
|
onfail |
|
) |
| |
Value: __extension__({\
long _SAFE_rc;\
error(
"Got error while "TOSTR(code));\
onfail;\
} \
_SAFE_rc;\
})
Definition at line 56 of file macros.h.
◆ TOSTR
◆ unlikely
| #define unlikely |
( |
|
x | ) |
(x) |
◆ XTOSTR
| #define XTOSTR |
( |
|
a | ) |
TOSTR(a) |