Searched defs:last (Results 1 - 2 of 2) sorted by relevance

/sendmail/sendmail/
H A Dtrace.c71 unsigned int first, last; local
88 /* find last flag to set */
99 last = i;
113 if (last >= tTsize)
114 last = tTsize - 1;
117 while (first <= last)
H A Dheaders.c675 HDR *h, *srch, *last = NULL; local
683 last = srch;
692 SM_ASSERT(last != NULL);
693 last->h_link = h;
2265 ** length of last offending field, 0 if all ok.

Completed in 33 milliseconds