Searched refs:runall (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/sendmail/src/ |
| D | queue.c | 1334 schedule_queue_runs(runall, wgrp, didit) in schedule_queue_runs() argument 1335 bool runall; in schedule_queue_runs() 1373 if ((runall || Queue[qgrp]->qg_nextrun <= now) && qintvl > 0) 1397 (long) QueueIntvl, runall, (long) lastsched, 1496 runqueue(forkflag, verbose, persistent, runall) in runqueue() argument 1500 bool runall; 1600 if (runall) 1624 schedule_queue_runs(runall, curnum, true); 1635 schedule_queue_runs(runall, h, false);
|