Lines Matching refs:exbuf
4215 char exbuf[MAXLINE]; local
4220 int len = sizeof(exbuf);
4262 expand(lbp, exbuf, sizeof(exbuf), e);
4265 p = exbuf;
4541 expand(p, exbuf, sizeof(exbuf), CurEnv);
4542 xputs(smioout, exbuf);
4577 q = quote_internal_chars(q, exbuf, &len, NULL);
4581 dequote_internal_chars(p, exbuf, sizeof(exbuf));
4582 p = exbuf;
4622 exbuf[0] = bitset(RF_HEADERADDR, tryflags) ? 'h' : 'e';
4623 exbuf[1] = ' ';
4624 exbuf[2] = bitset(RF_SENDERADDR, tryflags) ? 's' : 'r';
4625 exbuf[3] = '\0';
4627 macid("{addr_type}"), exbuf);
4638 p = quote_internal_chars(p, exbuf, &len, NULL);
4802 cataddr(pvp, NULL, exbuf, sizeof(exbuf), '\0',
4806 str2prt(exbuf));