Searched defs:xbuf (Results 1 - 3 of 3) sorted by relevance
| /sendmail/sendmail/ |
| H A D | macro.c | 199 char xbuf[MACBUFSIZE]; local 215 for (xp = xbuf; *s != '\0'; s++) 290 if (skipping || xp >= &xbuf[sizeof(xbuf) - 1]) 300 xp < &xbuf[sizeof(xbuf) - 1]) 317 xputs(sm_debug_file(), xbuf); local 326 doexpand(xbuf, buf, bufsize, explevel + 1, e); 335 (void) sm_strlcpy(buf, xbuf, bufsize); 339 i = xp - xbuf; [all...] |
| H A D | headers.c | 508 char xbuf[MAXLINE]; local 512 xbufs = sizeof(xbuf); 513 xbp = quote_internal_chars(line, xbuf, &xbufs); 521 if (xbp != xbuf)
|
| H A D | deliver.c | 4501 char xbuf[MAXLINE]; local 4531 (void) sm_snprintf(xbuf, sizeof(xbuf), 4538 (void) sm_snprintf(xbuf, sizeof(xbuf), 4541 template = xbuf;
|
Completed in 219 milliseconds