Searched refs:upd_qs (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | sendmail.h | 3033 extern void upd_qs __P((ENVELOPE *, int, int, char *)); 3034 # define updfs(e, count, space, where) upd_qs(e, count, space, where) 3037 # define upd_qs(e, count, space, where) macro
|
H A D | queue.c | 417 upd_qs(e, 1, 0, "queueup"); 6952 upd_qs(e, count, space, where) in upd_qs() function
|