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

/freebsd-11-stable/contrib/sendmail/src/
H A Dreadcf.c160 char exbuf[MAXLINE]; local
261 expand(&bp[1], exbuf, sizeof(exbuf), e);
262 rwp->r_lhs = prescan(exbuf, '\t', pvpbuf,
349 expand(q, exbuf, sizeof(exbuf), e);
350 rwp->r_rhs = prescan(exbuf, '\t', pvpbuf,
509 expand(&bp[1], exbuf, sizeof(exbuf), e);
510 ruleset = strtorwset(exbuf, NUL
3023 char exbuf[MAXLINE]; local
[all...]
H A Dmain.c4137 char exbuf[MAXLINE]; local
4181 expand(lbp, exbuf, sizeof(exbuf), e);
4184 p = exbuf;
4516 exbuf[0] = bitset(RF_HEADERADDR, tryflags) ? 'h' : 'e';
4517 exbuf[1] = ' ';
4518 exbuf[2] = bitset(RF_SENDERADDR, tryflags) ? 's' : 'r';
4519 exbuf[3] = '\0';
4521 macid("{addr_type}"), exbuf);
4692 cataddr(pvp, NULL, exbuf, sizeo
[all...]
/freebsd-11-stable/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 127 milliseconds