Searched defs:ep (Results 1 - 7 of 7) sorted by relevance

/sendmail/sendmail/
H A Dalias.c898 char *ep; local
923 for (pp = ForwardPath; pp != NULL; pp = ep)
929 ep = strchr(pp, SEPARATOR);
930 if (ep != NULL)
931 *ep = '\0';
933 if (ep != NULL)
934 *ep++ = SEPARATOR;
H A Dheaders.c2319 char *ep = end; local
2325 while (*ep != '\0')
2326 *bp++ = *ep++;
H A Dmain.c160 char *ep, *from; local
883 BlankEnvelope.e_hopcount = (short) strtol(optarg, &ep,
889 if (*ep)
949 ep = sm_malloc_x(i);
950 cleanstrcpy(ep, p, i);
952 A_HEAP, 's', ep);
958 ep = sm_malloc_x(i);
959 cleanstrcpy(ep, optarg, i);
961 'r', ep);
H A Dparseaddr.c2049 register struct errcodes *ep; local
2064 for (ep = ErrorCodes; ep->ec_name != NULL; ep++)
2065 if (sm_strcasecmp(ep->ec_name, hbuf) == 0)
2067 setstat(ep->ec_code);
H A Dsrvrsmtp.c1044 struct timeval bp, ep, tp; /* {begin,end,total}pause */ local
1071 gettimeofday(&ep, NULL);
1072 timersub(&ep, &bp, &tp);
H A Dreadcf.c97 auto char *ep; local
440 ep = ap[1];
441 if ((ep[0] & 0377) != MACRODEXPAND &&
442 stab(ep, ST_MAP, ST_FIND) == NULL)
449 ep);
491 mid = macid_parse(&bp[1], &ep);
494 p = munchstring(ep, NULL, '\0');
506 mid = macid_parse(&bp[1], &ep);
509 expand(ep, exbuf, sizeof(exbuf), e);
536 mid = macid_parse(&bp[1], &ep);
781 auto char *ep; local
2444 auto char *ep; local
[all...]
H A Dqueue.c4180 auto char *ep; local
4491 r = macid_parse(&bp[1], &ep);
4494 p = sm_rpool_strdup_x(e->e_rpool, ep);

Completed in 361 milliseconds