Home
last modified time | relevance | path

Searched refs:NS_LDAP_TYPE_AUTOMOUNT (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldaplist.c64 { NS_LDAP_TYPE_AUTOMOUNT, "automountKey" },
207 NS_LDAP_TYPE_AUTOMOUNT) == 0 && in list()
208 strncmp(database, NS_LDAP_TYPE_AUTOMOUNT, in list()
209 sizeof (NS_LDAP_TYPE_AUTOMOUNT) - 1) == 0) { in list()
H A Dldapaddent.c4068 { NS_LDAP_TYPE_AUTOMOUNT, genent_automount, dump_automount,
4498 if (strcmp(tt->ttype, NS_LDAP_TYPE_AUTOMOUNT) == 0 && in main()
4499 strncmp(ttype, NS_LDAP_TYPE_AUTOMOUNT, in main()
4500 sizeof (NS_LDAP_TYPE_AUTOMOUNT) - 1) == 0) in main()
4518 if (strcmp(tt->ttype, NS_LDAP_TYPE_AUTOMOUNT) == 0) { in main()
4540 (strcmp(tt->ttype, NS_LDAP_TYPE_AUTOMOUNT) == 0)) { in main()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_writes.c113 if (strncasecmp(service, NS_LDAP_TYPE_AUTOMOUNT, in replace_mapped_attr_in_dn()
114 sizeof (NS_LDAP_TYPE_AUTOMOUNT) - 1) == 0) in replace_mapped_attr_in_dn()
300 if (service != NULL && strncasecmp(service, NS_LDAP_TYPE_AUTOMOUNT, in __s_api_makeModListCount()
301 sizeof (NS_LDAP_TYPE_AUTOMOUNT) - 1) == 0) in __s_api_makeModListCount()
3767 { NS_LDAP_TYPE_AUTOMOUNT, 0, __s_cvt_auto_mount },
3810 NS_LDAP_TYPE_AUTOMOUNT) == 0 && in __ns_ldap_addTypedEntry()
3811 strncasecmp(servicetype, NS_LDAP_TYPE_AUTOMOUNT, in __ns_ldap_addTypedEntry()
3812 sizeof (NS_LDAP_TYPE_AUTOMOUNT) - 1) == 0) { in __ns_ldap_addTypedEntry()
H A Dns_sldap.h485 #define NS_LDAP_TYPE_AUTOMOUNT "auto_" macro