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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_config.c1120 str = NULL_OR_STR(__s_api_get_configname(
1128 str = NULL_OR_STR(__s_api_get_configname(
1130 str1 = NULL_OR_STR(__s_api_get_configname(
1140 str = NULL_OR_STR(__s_api_get_configname(
1142 str1 = NULL_OR_STR(__s_api_get_configname(
1151 str = NULL_OR_STR(__s_api_get_configname(
1153 str1 = NULL_OR_STR(__s_api_get_configname(
1162 str = NULL_OR_STR(__s_api_get_configname(
1188 str = NULL_OR_STR(__s_api_get_configname(
1197 str = NULL_OR_STR(__s_api_get_confignam
[all...]
H A Dns_common.c848 str = NULL_OR_STR(__s_api_get_configname(NS_LDAP_SERVERS_P));
928 str = NULL_OR_STR(__s_api_get_configname(
930 str1 = NULL_OR_STR(__s_api_get_configname(
H A Dns_internal.h208 #define NULL_OR_STR(str) (!(str) || *(str) == '\0' ? "<NULL>" : (str)) macro

Completed in 68 milliseconds