Home
last modified time | relevance | path

Searched refs:exbuf (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Dreadcf.c110 char exbuf[MAXLINE]; local
226 expand(&bp[1], exbuf, sizeof(exbuf), e);
227 rwp->r_lhs = prescan(exbuf, '\t', pvpbuf,
314 expand(q, exbuf, sizeof(exbuf), e);
315 rwp->r_rhs = prescan(exbuf, '\t', pvpbuf,
474 expand(&bp[1], exbuf, sizeof(exbuf), e);
475 ruleset = strtorwset(exbuf, NULL, ST_ENTER);
514 expand(ep, exbuf, sizeof(exbuf), e);
515 p = exbuf;
698 expand(&bp[1], exbuf, sizeof(exbuf), e);
[all …]
Dmain.c4064 char exbuf[MAXLINE]; local
4108 expand(lbp, exbuf, sizeof(exbuf), e);
4111 p = exbuf;
4438 exbuf[0] = bitset(RF_HEADERADDR, tryflags) ? 'h' : 'e';
4439 exbuf[1] = ' ';
4440 exbuf[2] = bitset(RF_SENDERADDR, tryflags) ? 's' : 'r';
4441 exbuf[3] = '\0';
4443 macid("{addr_type}"), exbuf);
4562 cataddr(pvp, NULL, exbuf, sizeof(exbuf), '\0',
4566 str2prt(exbuf));