Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dreadcf.c108 char exbuf[MAXLINE]; local
212 expand(&bp[1], exbuf, sizeof(exbuf), e);
300 expand(q, exbuf, sizeof(exbuf), e);
460 expand(&bp[1], exbuf, sizeof(exbuf), e);
500 expand(ep, exbuf, sizeof(exbuf), e);
501 p = exbuf;
684 expand(&bp[1], exbuf, sizeof(exbuf), e);
685 (void) makemapentry(exbuf);
2362 expand(val, exbuf, sizeof(exbuf), e); \
2363 newval = sm_pstrdup_x(exbuf); \
[all …]
H A Dmain.c4062 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));