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

/osnet-11/usr/src/cmd/sendmail/src/
H A Dmain.c4059 char exbuf[MAXLINE]; local
4103 expand(lbp, exbuf, sizeof(exbuf), e);
4106 p = exbuf;
4433 exbuf[0] = bitset(RF_HEADERADDR, tryflags) ? 'h' : 'e';
4434 exbuf[1] = ' ';
4435 exbuf[2] = bitset(RF_SENDERADDR, tryflags) ? 's' : 'r';
4436 exbuf[3] = '\0';
4438 macid("{addr_type}"), exbuf);
4538 cataddr(pvp, NULL, exbuf, sizeo
[all...]
H A Dreadcf.c109 char exbuf[MAXLINE]; local
221 expand(&bp[1], exbuf, sizeof(exbuf), e);
222 rwp->r_lhs = prescan(exbuf, '\t', pvpbuf,
309 expand(q, exbuf, sizeof(exbuf), e);
310 rwp->r_rhs = prescan(exbuf, '\t', pvpbuf,
469 expand(&bp[1], exbuf, sizeof(exbuf), e);
470 ruleset = strtorwset(exbuf, NUL
2423 char exbuf[MAXLINE]; local
[all...]

Completed in 54 milliseconds