Home
last modified time | relevance | path

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; in __s_api_prepend_automountmapname_to_dn() local
1964 mappedattrs = __ns_ldap_getMappedAttributes( in __s_api_prepend_automountmapname_to_dn()
1971 if (mappedattrs == NULL) in __s_api_prepend_automountmapname_to_dn()
1972 mappedattrs = __ns_ldap_getMappedAttributes( in __s_api_prepend_automountmapname_to_dn()
1979 if (mappedattrs == NULL) { in __s_api_prepend_automountmapname_to_dn()
1984 if (mappedattrs[0] != NULL) { in __s_api_prepend_automountmapname_to_dn()
1990 automountmapname = strdup(mappedattrs[0]); in __s_api_prepend_automountmapname_to_dn()
1991 __s_api_free2dArray(mappedattrs); in __s_api_prepend_automountmapname_to_dn()
2001 __s_api_free2dArray(mappedattrs); in __s_api_prepend_automountmapname_to_dn()