Searched refs:NULL_OR_EMPTY (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/postfix-255/postfix/src/global/
H A Ddsn.c143 #define NULL_OR_EMPTY(s) ((s) == 0 || *(s) == 0) macro
145 if (NULL_OR_EMPTY(status))
150 if (NULL_OR_EMPTY(action))
155 if (NULL_OR_EMPTY(reason))
160 if (NULL_OR_EMPTY(dtype) || NULL_OR_EMPTY(dtext)) {
167 if (NULL_OR_EMPTY(mtype) || NULL_OR_EMPTY(mname)) {
H A Ddsn_buf.c212 #define NULL_OR_EMPTY(s) ((s) == 0 || *(s) == 0) macro
215 vstring_strcpy((dsb)->action, !NULL_OR_EMPTY(act) ? (act) : "")
218 if (NULL_OR_EMPTY(type) || NULL_OR_EMPTY(name)) { \
228 if (NULL_OR_EMPTY(type) || NULL_OR_EMPTY(text)) { \

Completed in 118 milliseconds