Searched refs:ld (Results 1 - 2 of 2) sorted by relevance

/sendmail/libsm/
H A Dt-float.c25 double ld; local
65 ld = 2.5;
66 sm_snprintf(buf, sizeof(buf), "%.3f %.1f", d, ld);
H A Dldap.c150 LDAP *ld = NULL; local
176 save_errno = ldap_initialize(&ld, lmap->ldap_uri);
201 if (ld == NULL)
204 ld = ldap_init(lmap->ldap_host, lmap->ldap_port);
214 ld = ldap_open(lmap->ldap_host, lmap->ldap_port);
223 if (ld == NULL)
226 sm_ldap_setopts(ld, lmap);
251 bind_result = ldap_bind_s(ld, lmap->ldap_binddn,
267 lmap->ldap_ld = ld;
1369 ** ld
[all...]

Completed in 34 milliseconds