Searched defs:start (Results 1 - 5 of 5) sorted by relevance

/sendmail/sendmail/
H A Dmime.c756 int start = 0; /* indicates position of - in buffer */ local
783 start = 1;
813 bt = mimeboundary((char *) &buf[start], boundaries);
H A Dmci.c1260 char *start; local
1274 start = end;
1275 while (start > pathname && *(start - 1) != '/')
1276 start--;
1281 for (scan = start; scan <= end; scan++)
1284 end = start - 2;
H A Dsavemail.c1750 char *start, *at, *comma; local
1768 start = addr;
1770 while (*start != '\0')
1772 if (*start == ':' && braclev <= 0)
1774 else if (*start == '[')
1776 else if (*start == ']' && braclev > 0)
1778 start++;
1780 if (braclev > 0 || *start != ':')
1784 if (at == NULL || at < start)
1794 while (start !
[all...]
H A Dmap.c674 ** If it does not start with a leading dot, then remove
3329 char *start; local
3338 start = ++p;
3346 return start;
/sendmail/mail.local/
H A Dmail.local.c1480 time_t start; local
1487 (void) time(&start);
1496 if (now > start + LOCKTO_GLOB)
1876 register char *start, *trv; local
1892 for (start = trv + 1;; --trv)
1925 for (trv = start;;)

Completed in 49 milliseconds