Lines Matching defs:newbuf
285 char newbuf[IPF_FTPBUFSZ], *s;
394 snprintf(newbuf, sizeof(newbuf), "%s %u,%u,%u,%u,%u,%u\r\n",
397 nlen = strlen(newbuf);
419 COPYBACK(m, off, nlen, newbuf);
677 char newbuf[IPF_FTPBUFSZ];
804 snprintf(newbuf, sizeof(newbuf), "%s %s%u,%u,%u,%u,%u,%u%s\r\n",
808 newbuf, s);
1675 char newbuf[IPF_FTPBUFSZ];
1778 snprintf(newbuf, sizeof(newbuf), "%s %c1%c%u.%u.%u.%u%c%u%c\r\n",
1781 nlen = strlen(newbuf);
1799 COPYBACK(m, off, nlen, newbuf);
1817 char newbuf[IPF_FTPBUFSZ];
1877 snprintf(newbuf, sizeof(newbuf), "%s (|||%u|)\r\n",
1881 newbuf, s);
1890 char newbuf[IPF_FTPBUFSZ];
2016 s = newbuf;
2017 left = sizeof(newbuf);
2018 snprintf(newbuf, left, "EPRT %c2%c", delim, delim);
2038 nlen = strlen(newbuf);
2056 COPYBACK(m, off, nlen, newbuf);