Searched defs:entry (Results 1 - 3 of 3) sorted by relevance

/sendmail/contrib/
H A Dbitdomain.c125 entry(node, hostname, sizeof(buf)-(hostname - buf));
130 * Process a single entry in the input file.
131 * The entry tells us that "node" expands to "domain".
136 entry(node, domain, domainlen) function
150 * This entry is an Eric Thomas FOO.BITNET kludge.
327 struct entry { struct
328 struct entry *next;
332 struct entry *firstentry;
340 struct entry *p;
359 struct entry *
[all...]
/sendmail/libsm/
H A Dldap.c436 ** SM_LDAP_HAS_OBJECTCLASS -- determine if an LDAP entry is part of a
441 ** entry -- current LDAP entry struct
444 ** any entry can be part of either fee,
452 sm_ldap_has_objectclass(lmap, entry, ocvalue)
454 LDAPMessage *entry;
463 vals = ldap_get_values(lmap->ldap_ld, entry, "objectClass");
575 ** Return current entry pointer if already exists.
666 LDAPMessage *entry; local
675 for (entry
[all...]
H A Dmbdb.c208 ** This routine interprets the strange entry that would appear
494 LDAPMessage *entry; local
557 entry = ldap_first_entry(LDAPLMAP.ldap_ld, LDAPLMAP.ldap_res);
558 if (entry == NULL)
599 for (attr = ldap_first_attribute(LDAPLMAP.ldap_ld, entry, &ber);
601 attr = ldap_next_attribute(LDAPLMAP.ldap_ld, entry, ber))
605 vals = ldap_get_values(LDAPLMAP.ldap_ld, entry, attr);

Completed in 14 milliseconds