Searched refs:oclist (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/lib/libsldap/common/ |
H A D | ns_writes.c | 1535 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 D | disptmpl.c | 323 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 D | llib-lldap | 419 struct ldap_disptmpl *ldap_oc2template(char **oclist, struct ldap_disptmpl *tmpllist);
|
/titanic_44/usr/src/lib/libldap5/include/ldap/ |
H A D | disptmpl.h | 303 ldap_oc2template( char **oclist, struct ldap_disptmpl *tmpllist );
|
/titanic_44/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldapaddent.c | 4539 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 D | ldap.h | 975 ldap_oc2template(char **oclist, struct ldap_disptmpl *tmpllist);
|