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

/osnet-11/usr/src/lib/libsldap/common/
H A Dns_config.c1121 str = NULL_OR_STR(__s_api_get_configname(
1129 str = NULL_OR_STR(__s_api_get_configname(
1131 str1 = NULL_OR_STR(__s_api_get_configname(
1141 str = NULL_OR_STR(__s_api_get_configname(
1143 str1 = NULL_OR_STR(__s_api_get_configname(
1152 str = NULL_OR_STR(__s_api_get_configname(
1154 str1 = NULL_OR_STR(__s_api_get_configname(
1163 str = NULL_OR_STR(__s_api_get_configname(
1189 str = NULL_OR_STR(__s_api_get_configname(
1198 str = NULL_OR_STR(__s_api_get_confignam
[all...]
H A Dns_common.c928 str = NULL_OR_STR(__s_api_get_configname(NS_LDAP_SERVERS_P));
1008 str = NULL_OR_STR(__s_api_get_configname(
1010 str1 = NULL_OR_STR(__s_api_get_configname(
H A Dns_internal.h211 #define NULL_OR_STR(str) (!(str) || *(str) == '\0' ? "<NULL>" : (str)) macro

Completed in 43 milliseconds