Searched refs:exbuf (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | main.c | 4205 char exbuf[MAXLINE]; local 4210 int len = sizeof(exbuf); 4257 expand(lbp, exbuf, sizeof(exbuf), e); 4260 p = exbuf; 4565 expand(p, exbuf, sizeof(exbuf), CurEnv); 4566 xputs(smioout, exbuf); 4601 q = quote_internal_chars(q, exbuf, &len, NULL); 4605 dequote_internal_chars(p, exbuf, sizeof(exbuf)); 4606 p = exbuf; 4646 exbuf[0] = bitset(RF_HEADERADDR, tryflags) ? 'h' : 'e'; [all …]
|
H A D | readcf.c | 166 char exbuf[MAXLINE]; local 274 expand(&bp[1], exbuf, sizeof(exbuf), e); 275 rwp->r_lhs = prescan(exbuf, '\t', pvpbuf, 362 expand(q, exbuf, sizeof(exbuf), e); 363 rwp->r_rhs = prescan(exbuf, '\t', pvpbuf, 521 expand(&bp[1], exbuf, sizeof(exbuf), e); 522 ruleset = strtorwset(exbuf, NULL, ST_ENTER); 575 expand(ep, exbuf, sizeof(exbuf), e); 576 p = exbuf; 578 dequote_internal_chars(p, exbuf, sizeof(exbuf)); [all …]
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_request.c | 223 static char exbuf[RESP_DATA_SIZE]; variable 334 * Copy data out of exbuf into the packet. in more_pkt() 336 memcpy(&rpkt.u.data[0], exbuf, (unsigned)itemsize); in more_pkt() 362 return exbuf; in more_pkt()
|