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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_common.c1940 char *automountmapname = NULL; local
1955 automountmapname = strdup("nisMapName");
1957 if (automountmapname == NULL) {
1976 * if mapped attr is not found, use the default automountmapname
1980 automountmapname = strdup(default_automountmapname);
1981 if (automountmapname == NULL)
1990 automountmapname = strdup(mappedattrs[0]);
1992 if (automountmapname == NULL) {
1998 * automountmapname is mapped to an empty string
2019 len = strlen(automountmapname)
[all...]
H A Dns_reads.c4536 char *automountmapname = "automountMapName"; local
4552 mapping = __ns_ldap_getMappedAttributes(service, automountmapname);
4560 "automount", automountmapname);
4600 (const char *) automountmapname, (const char *) mapped_attr,

Completed in 72 milliseconds