Searched refs:SM_MIN (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/include/sm/ |
H A D | gen.h | 72 # define SM_MIN(a, b) ((a) < (b) ? (a) : (b)) macro
|
/titanic_44/usr/src/cmd/sendmail/libsm/ |
H A D | fvwrite.c | 95 w = (*fp->f_write)(fp, p, SM_MIN(len, SM_IO_BUFSIZ)); 230 s = SM_MIN(len, ((size_t) nldist));
|
H A D | strio.c | 107 len = SM_MIN(s->strio_size - s->strio_offset, n);
|
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | sasl.c | 166 rl = SM_MIN(l1, l2);
|
H A D | daemon.c | 4022 s->s_namecanon.nc_exp = now + SM_MIN(ttl,
|
H A D | main.c | 477 j = SM_MIN(strlen(optarg), 32) + 1;
|
H A D | deliver.c | 5840 s->s_hostsig.hs_exp = now + SM_MIN(ttl, SM_DEFAULT_TTL);
|
H A D | queue.c | 2912 WorkListCount += SM_MIN(num_ent, WorkListSize);
|