/osnet-11/usr/src/lib/libldap4/common/ |
H A D | getattr.c | 41 ldap_first_attribute( LDAP *ld, LDAPMessage *entry, BerElement **ber ) function 50 Debug( LDAP_DEBUG_TRACE, catgets(slapdcat, 1, 179, "ldap_first_attribute\n"), 0, 0, 0 );
|
H A D | llib-lldap | 161 char *ldap_first_attribute( LDAP *ld, LDAPMessage *entry,
|
H A D | tmplout.c | 284 for ( attr = ldap_first_attribute( ld, entry, &ber );
|
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | getattr.c | 60 ldap_first_attribute( LDAP *ld, LDAPMessage *entry, BerElement **ber ) function 66 LDAPDebug( LDAP_DEBUG_TRACE, "ldap_first_attribute\n", 0, 0, 0 );
|
H A D | cache.c | 92 for ( i = 0, a = ldap_first_attribute( ld, m, &ber ); a != NULL;
|
H A D | llib-lldap | 162 char *ldap_first_attribute( LDAP *ld, LDAPMessage *entry,
|
H A D | tmplout.c | 263 for ( attr = ldap_first_attribute( ld, entry, &ber ); 297 * XXX check for errors in ldap_first_attribute/ldap_next_attribute
|
/osnet-11/usr/src/lib/libfedfs/common/ |
H A D | list_fsns.c | 101 for (a = ldap_first_attribute(ld, e, &ber);
|
H A D | list_nces.c | 284 for (a = ldap_first_attribute(ld, e, &ber); 351 for (a = ldap_first_attribute(ld, e, &ber);
|
H A D | nsdb_lookup.c | 392 for (a = ldap_first_attribute(ld, e, &ber);
|
/osnet-11/usr/src/cmd/sendmail/libsm/ |
H A D | mbdb.c | 606 for (attr = ldap_first_attribute(LDAPLMAP.ldap_ld, entry, &ber);
|
H A D | ldap.c | 745 for (attr = ldap_first_attribute(lmap->ldap_ld, entry,
|
/osnet-11/usr/src/lib/libldap4/include/ |
H A D | ldap.h | 815 extern char *ldap_first_attribute(); 1079 char *ldap_first_attribute(LDAP *ld, LDAPMessage *entry,
|
/osnet-11/usr/src/lib/libsldap/common/ |
H A D | ns_standalone.c | 722 for (a = ldap_first_attribute(ld, e, &ber); 754 a = ldap_first_attribute(ld, e, &ber); 812 a = ldap_first_attribute(ld, e, &ber);
|
H A D | ns_connect.c | 742 for (attr = ldap_first_attribute(ld, entry, &ber);
|
H A D | ns_reads.c | 696 for (attr = ldap_first_attribute(ld, e, &ber); attr != NULL; 789 for (attr = ldap_first_attribute(ld, e, &ber), j = 1;
|
/osnet-11/usr/src/lib/libadutils/common/ |
H A D | adutils.c | 1181 for (attr = ldap_first_attribute(adh->ld, search_res, &ber); 1210 for (attr = ldap_first_attribute(adh->ld, search_res, &ber), i = 1;
|
/osnet-11/usr/src/lib/libnisdb/ |
H A D | nis_parse_ldap_conf.c | 668 for (attr = ldap_first_attribute(ld, e, &ber); attr != NULL;
|
H A D | ldap_op.c | 736 a = ldap_first_attribute(lc->ld, e, &ber); 1637 for (nm = ldap_first_attribute(lc->ld, m, &ber); 1668 * XXX the ldap_first_attribute(3LDAP) man 1669 * page says that the ldap_first_attribute/
|
/osnet-11/usr/src/cmd/ldap/common/ |
H A D | ldapsearch.c | 1001 for ( a = ldap_first_attribute( ld, entry, &ber ); a != NULL; 1081 ldaptool_print_lderror( ld, "ldap_first_attribute/ldap_next_attribute",
|
H A D | ldaptest.c | 1135 for ( a = ldap_first_attribute( ld, e, &ber ); a != NULL;
|
/osnet-11/usr/src/head/ |
H A D | ldap.h | 544 char *LDAP_CALL ldap_first_attribute(LDAP *ld, LDAPMessage *entry,
|