Searched defs:NULL_OR_STR (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_internal.h208 #define NULL_OR_STR(str) (!(str) || *(str) == '\0' ? "<NULL>" : (str)) macro

Completed in 64 milliseconds