Searched defs:check (Results 1 - 3 of 3) sorted by relevance

/sendmail/libsm/
H A Dt-event.c28 static int check; variable
35 SM_TEST(check == 0);
36 check++;
77 check = 0;
84 SM_TEST(check == 1);
H A Dt-fget.c19 check(char *msg, int l) function
71 check("", strlen(""));
72 check("\n", strlen("\n"));
73 check("test\n", strlen("test\n"));
76 check(res, l);
79 check(res, l);
83 check(res, l);
/sendmail/sendmail/
H A Dqueue.c1019 /* check to see if this is the same as last time */
1356 ** CHECKQUEUERUNNER -- check whether a queue group hasn't been run.
1849 /* check the signals didn't happen during the revert */
1858 Oldsh = SIG_DFL; /* after the NoMoreRunners check */
2240 ** (check success of delivery based
2313 /* No more queues in work group to process. Now check persistent. */
2502 QUEUE_CHAR *check; local
2522 check = QueueLimitId;
2523 while (check != NULL)
2526 check
[all...]

Completed in 1032 milliseconds