Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Ddsn.c145 #define NULL_OR_EMPTY(s) ((s) == 0 || *(s) == 0) in dsn_create() macro
H A Ddsn_buf.c214 #define NULL_OR_EMPTY(s) ((s) == 0 || *(s) == 0) macro