Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sendmail/src/
H A Dmain.c4205 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);
4605 dequote_internal_chars(p, exbuf, sizeof(exbuf));
4606 p = exbuf;
4647 exbuf[1] = ' ';
4649 exbuf[3] = '\0';
[all …]
H A Dreadcf.c166 char exbuf[MAXLINE]; local
274 expand(&bp[1], exbuf, sizeof(exbuf), e);
362 expand(q, exbuf, sizeof(exbuf), e);
521 expand(&bp[1], exbuf, sizeof(exbuf), e);
575 expand(ep, exbuf, sizeof(exbuf), e);
576 p = exbuf;
578 dequote_internal_chars(p, exbuf, sizeof(exbuf));
780 expand(&bp[1], exbuf, sizeof(exbuf), e);
781 (void) makemapentry(exbuf);
3221 expand(val, exbuf, sizeof(exbuf), e); \
[all …]
/freebsd-14.2/contrib/ntp/ntpd/
H A Dntp_request.c223 static char exbuf[RESP_DATA_SIZE]; variable
336 memcpy(&rpkt.u.data[0], exbuf, (unsigned)itemsize); in more_pkt()
362 return exbuf; in more_pkt()