Searched defs:use (Results 1 - 2 of 2) sorted by relevance

/sendmail/sendmail/
H A Dtls.c168 bool use, problem; local
170 use = true;
176 use = bitnset(DBS_INSUFFICIENTENTROPY,
183 use ? "unsafe" :
186 if (use && st.st_size < MIN_RAND_BYTES)
188 use = bitnset(DBS_INSUFFICIENTENTROPY,
196 use ? "unsafe" :
199 if (use)
202 if (use && !ok)
267 ** INIT_TLS_LIBRARY -- Calls functions which setup TLS library for global use
[all...]
H A Dmap.c28 ERROR README: and use -DNEWDB instead.
1176 ** Even if this assumption is wrong, we use only one byte,
2593 ** Berkeley DB can use internal shared memory
3357 ** Connect to the LDAP server. Re-use existing connections since a
4100 syserr("Must compile with -DUSE_LDAP_INIT to use LDAP URIs (-H) in map %s",
4404 /* need to use method to map secret to passwd string */
4549 int use; local
4566 use = i;
4572 use = 0;
4591 lmap->ldap_attr[use]
[all...]

Completed in 294 milliseconds