Home
last modified time | relevance | path

Searched defs:STRING_OR_NULL (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmaillog_client.c180 #define STRING_OR_NULL(s) ((s) ? (s) : "(null)") in maillog_client_init() macro
H A Dconfig_known_tcp_ports.c214 #define STRING_OR_NULL(s) ((s) ? (s) : "(null)") in main() macro
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dknown_tcp_ports.c208 #define STRING_OR_NULL(s) ((s) ? (s) : "(null)") in main() macro