Searched refs:oclist (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_writes.c | 1537 static char *oclist[] = { in __s_cvt_passwd() local 1547 *entry = e = __s_mk_entry(oclist, max_attr); in __s_cvt_passwd() 1680 static char *oclist[] = { in __s_cvt_project() local 1689 *entry = e = __s_mk_entry(oclist, max_attr); in __s_cvt_project() 1791 static char *oclist[] = { in __s_cvt_shadow() local 1801 *entry = e = __s_mk_entry(oclist, max_attr); in __s_cvt_shadow() 1917 static char *oclist[] = { in __s_cvt_group() local 1925 *entry = e = __s_mk_entry(oclist, max_attr); in __s_cvt_group() 2020 static char *oclist[] = { in __s_cvt_hosts() local 2029 *entry = e = __s_mk_entry(oclist, max_attr); in __s_cvt_hosts() [all …]
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | disptmpl.c | 320 ldap_oc2template( char **oclist, struct ldap_disptmpl *tmpllist ) in ldap_oc2template() argument 326 if ( tmpllist == NULL || oclist == NULL || oclist[ 0 ] == NULL ) { in ldap_oc2template() 336 for ( j = 0; oclist[ j ] != NULL; ++j ) { in ldap_oc2template() 337 if ( strcasecmp( oclist[ j ], oclp->oc_objclasses[ i ] ) in ldap_oc2template()
|
/illumos-gate/usr/src/lib/libldap5/include/ldap/ |
H A D | disptmpl.h | 301 ldap_oc2template( char **oclist, struct ldap_disptmpl *tmpllist );
|
/illumos-gate/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldapaddent.c | 4541 static char *oclist[] = {NULL, "top", NULL}; in main() local 4543 oclist[0] = "nisMap"; in main() 4545 oclist[0] = "automountMap"; in main() 4546 e = __s_mk_entry(oclist, 3); in main()
|
/illumos-gate/usr/src/head/ |
H A D | ldap.h | 965 LDAP_API(struct ldap_disptmpl *) LDAP_CALL ldap_oc2template(char **oclist,
|