Searched refs:old (Results 1 - 6 of 6) sorted by relevance

/sendmail/libmilter/
H A Dcomm.c28 ** old limit
35 size_t old; local
37 old = Maxdatasize;
39 return old;
H A Dengine.c876 "%s: st_optionneg[%ld]: protocol version too old %d < %d",
1646 ** old -- old state
1654 trans_ok(old, new)
1655 int old, new;
1659 s = old;
/sendmail/contrib/
H A Dbuildvirtuser114 my $old = shift;
118 $st = stat($old);
/sendmail/sendmail/
H A Dmap.c1809 datum old; local
1811 old.dptr = ndbm_map_lookup(map, key.dptr,
1813 if (old.dptr != NULL && *(char *) old.dptr != '\0')
1815 old.dsize = strlen(old.dptr);
1816 if (data.dsize + old.dsize + 2 > bufsiz)
1820 bufsiz = data.dsize + old.dsize + 2;
1824 data.dptr, ",", old.dptr);
1825 data.dsize = data.dsize + old
2525 DBT old; local
[all...]
H A Dqueue.c462 /* save the old temp file away */
897 ** remove the old item if the rename above
940 /* close and unlock old (locked) queue file */
1042 ** being the sig) then the old signal handler (Oldsh) is called
1089 /* Check that a valid 'old signal handler' is callable */
1103 ** being the sig) then the old signal handler (Oldsh) is called to
1141 /* Check that a valid 'old signal handler' is callable */
2941 ** First the old WorkQ is cleared away. Then the WorkList is sorted
2970 /* Clear out old WorkQ. */
4002 ** Process A (us) has the old q
[all...]
H A Ddaemon.c3094 #define SM_NOOP_SIGNAL(sig, old) \
3097 (old) = sm_signal((sig), sm_signal_noop); \
3098 if ((old) == SIG_IGN || (old) == SIG_DFL) \
3099 (void) sm_signal((sig), (old)); \

Completed in 323 milliseconds