Searched refs:exbuf (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | readcf.c | 108 char exbuf[MAXLINE]; local 212 expand(&bp[1], exbuf, sizeof(exbuf), e); 213 rwp->r_lhs = prescan(exbuf, '\t', pvpbuf, 300 expand(q, exbuf, sizeof(exbuf), e); 301 rwp->r_rhs = prescan(exbuf, '\t', pvpbuf, 460 expand(&bp[1], exbuf, sizeof(exbuf), e); 461 ruleset = strtorwset(exbuf, NULL, ST_ENTER); 500 expand(ep, exbuf, sizeof(exbuf), e); 501 p = exbuf; 684 expand(&bp[1], exbuf, sizeof(exbuf), e); [all …]
|
H A D | main.c | 4062 char exbuf[MAXLINE]; local 4106 expand(lbp, exbuf, sizeof(exbuf), e); 4109 p = exbuf; 4436 exbuf[0] = bitset(RF_HEADERADDR, tryflags) ? 'h' : 'e'; 4437 exbuf[1] = ' '; 4438 exbuf[2] = bitset(RF_SENDERADDR, tryflags) ? 's' : 'r'; 4439 exbuf[3] = '\0'; 4441 macid("{addr_type}"), exbuf); 4541 cataddr(pvp, NULL, exbuf, sizeof(exbuf), '\0', 4545 str2prt(exbuf));
|