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

/osnet-11/usr/src/lib/libsldap/common/
H A Dns_common.c2057 char *automountmapname = NULL; local
2072 automountmapname = strdup("nisMapName");
2074 if (automountmapname == NULL) {
2093 * if mapped attr is not found, use the default automountmapname
2097 automountmapname = strdup(default_automountmapname);
2098 if (automountmapname == NULL)
2107 automountmapname = strdup(mappedattrs[0]);
2109 if (automountmapname == NULL) {
2115 * automountmapname is mapped to an empty string
2136 len = strlen(automountmapname)
[all...]
H A Dns_reads.c5533 char *automountmapname = "automountMapName"; local
5549 mapping = __ns_ldap_getMappedAttributes(service, automountmapname);
5557 "automount", automountmapname);
5596 (const char *) automountmapname, (const char *) mapped_attr,

Completed in 38 milliseconds