Home
last modified time | relevance | path

Searched refs:SM_MIN (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/sendmail/libsm/
H A Dfvwrite.c93 w = (*fp->f_write)(fp, p, SM_MIN(len, SM_IO_BUFSIZ));
228 s = SM_MIN(len, ((size_t) nldist));
H A Dstrio.c105 len = SM_MIN(s->strio_size - s->strio_offset, n);
/freebsd/contrib/sendmail/include/sm/
H A Dgen.h70 # define SM_MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/freebsd/contrib/sendmail/src/
H A Dsasl.c172 rl = SM_MIN(l1, l2);
H A Ddomain.c663 dane_tlsa->dane_tlsa_exp = now + SM_MIN(ttl, SM_DEFAULT_TTL);
H A Dsrvrsmtp.c112 auth_user_len = SM_MIN(len, MAX_AUTH_USER_LEN-1); \
6137 user_len = SM_MIN(len, user_len);
H A Ddaemon.c4271 s->s_namecanon.nc_exp = now + SM_MIN(ttl,
H A Dmain.c491 j = SM_MIN(strlen(optarg), 32) + 1;
H A Ddeliver.c7140 s->s_hostsig.hs_exp = now + SM_MIN(ttl, SM_DEFAULT_TTL);
H A Dqueue.c2990 WorkListCount += SM_MIN(num_ent, WorkListSize);