Searched refs:exbuf (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/sendmail/src/
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
2452 char exbuf[MAXLINE]; local
[all...]
H A Dmain.c4065 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...]
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_request.c223 static char exbuf[RESP_DATA_SIZE]; variable
334 * Copy data out of exbuf into the packet.
336 memcpy(&rpkt.u.data[0], exbuf, (unsigned)itemsize);
362 return exbuf;

Completed in 108 milliseconds