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 | ) |
|
Value:"Security problem: "a
". Don't use this application until the bug will be fixed. Report about the problem to: "AUTHOR
Definition at line 50 of file macros.h.
◆ offsetof
| #define 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
◆ XTOSTR