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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_common.c1941 char **mappedattrs = NULL; local
1964 mappedattrs = __ns_ldap_getMappedAttributes(
1971 if (mappedattrs == NULL)
1972 mappedattrs = __ns_ldap_getMappedAttributes(
1979 if (mappedattrs == NULL) {
1984 if (mappedattrs[0] != NULL) {
1990 automountmapname = strdup(mappedattrs[0]);
1991 __s_api_free2dArray(mappedattrs);
2001 __s_api_free2dArray(mappedattrs);

Completed in 65 milliseconds