Home
last modified time | relevance | path

Searched defs:NONNULL (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.sbin/sendmail/include/sm/
Dcdefs.h160 # define NONNULL(x, ...) __attribute__((__nonnull__(x, ## __VA_ARGS__))) macro
162 # define NONNULL(x, ...) macro
/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTUtils.h349 #define NONNULL(s) (((s) != 0) ? s : "(null)") macro