Lines Matching refs:xbuf
534 char xbuf[MAXLINE]; /* EAI:ok; actual buffer might be greater */ local
538 xbufs = sizeof(xbuf);
539 xbp = quote_internal_chars(line, xbuf, &xbufs, NULL);
547 if (xbp != xbuf)
1177 char xbuf[XBUFLEN + 1]; /* EAI:ok */ local
1209 (void) dequote_internal_chars(e->e_from.q_paddr, xbuf, sizeof(xbuf));
1210 xstr = xbuf;
1222 (void) dequote_internal_chars(msgid, xbuf, sizeof(xbuf));
1223 msgid = xbuf;
1274 (void) dequote_internal_chars(msgid, xbuf, sizeof(xbuf));
1275 msgid = xbuf;