Home
last modified time | relevance | path

Searched refs:oclist (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/lib/libsldap/common/
H A Dns_writes.c1535 static char *oclist[] = { in __s_cvt_passwd() local
1545 *entry = e = __s_mk_entry(oclist, max_attr); in __s_cvt_passwd()
1678 static char *oclist[] = { in __s_cvt_project() local
1687 *entry = e = __s_mk_entry(oclist, max_attr); in __s_cvt_project()
1789 static char *oclist[] = { in __s_cvt_shadow() local
1799 *entry = e = __s_mk_entry(oclist, max_attr); in __s_cvt_shadow()
1915 static char *oclist[] = { in __s_cvt_group() local
1923 *entry = e = __s_mk_entry(oclist, max_attr); in __s_cvt_group()
2018 static char *oclist[] = { in __s_cvt_hosts() local
2027 *entry = e = __s_mk_entry(oclist, max_attr); in __s_cvt_hosts()
[all …]
/titanic_44/usr/src/lib/libldap5/sources/ldap/common/
H A Ddisptmpl.c323 ldap_oc2template( char **oclist, struct ldap_disptmpl *tmpllist ) in ldap_oc2template() argument
329 if ( tmpllist == NULL || oclist == NULL || oclist[ 0 ] == NULL ) { in ldap_oc2template()
339 for ( j = 0; oclist[ j ] != NULL; ++j ) { in ldap_oc2template()
340 if ( strcasecmp( oclist[ j ], oclp->oc_objclasses[ i ] ) in ldap_oc2template()
H A Dllib-lldap419 struct ldap_disptmpl *ldap_oc2template(char **oclist, struct ldap_disptmpl *tmpllist);
/titanic_44/usr/src/lib/libldap5/include/ldap/
H A Ddisptmpl.h303 ldap_oc2template( char **oclist, struct ldap_disptmpl *tmpllist );
/titanic_44/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c4539 static char *oclist[] = {NULL, "top", NULL}; in main() local
4541 oclist[0] = "nisMap"; in main()
4543 oclist[0] = "automountMap"; in main()
4544 e = __s_mk_entry(oclist, 3); in main()
/titanic_44/usr/src/head/
H A Dldap.h975 ldap_oc2template(char **oclist, struct ldap_disptmpl *tmpllist);