Lines Matching refs:exbuf
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';
4647 exbuf[1] = ' ';
4648 exbuf[2] = bitset(RF_SENDERADDR, tryflags) ? 's' : 'r';
4649 exbuf[3] = '\0';
4651 macid("{addr_type}"), exbuf);
4666 p = quote_internal_chars(p, exbuf, &len, NULL);
4864 cataddr(pvp, NULL, exbuf, sizeof(exbuf), '\0',
4868 str2prt(exbuf));