Searched defs:exbuf (Results 1 - 2 of 2) sorted by relevance
/sendmail/sendmail/ |
H A D | main.c | 4065 char exbuf[MAXLINE]; local 4109 expand(lbp, exbuf, sizeof(exbuf), e); 4112 p = exbuf; 4439 exbuf[0] = bitset(RF_HEADERADDR, tryflags) ? 'h' : 'e'; 4440 exbuf[1] = ' '; 4441 exbuf[2] = bitset(RF_SENDERADDR, tryflags) ? 's' : 'r'; 4442 exbuf[3] = '\0'; 4444 macid("{addr_type}"), exbuf); 4563 cataddr(pvp, NULL, exbuf, sizeo [all...] |
H A D | readcf.c | 109 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 2452 char exbuf[MAXLINE]; local [all...] |
Completed in 21 milliseconds