newbuf
char newbuf [256+1];
memmove(newbuf+1, xbuf, i);
newbuf[0] = 'A';
newbuf[i] = 'A';
for (ip = newbuf+1, op = xbuf; --i >= 0; ip++, op++) {
newbuf = realloc(buf, buflen);
if (newbuf == NULL) {
buf = newbuf;
char *newbuf;
bp = newbuf(hashp, addr, prev_bp);
static BUFHEAD *newbuf(HTAB *, uint32_t, BUFHEAD *);
char *newbuf;
newbuf = victim->cache_reply;
newbuf = mem_alloc(su->su_iosz);
if (newbuf == NULL) {
rpc_buffer(xprt) = newbuf;
wchar_t *newbuf;
newbuf = el_realloc(el->el_history.buf, newsz * sizeof(*newbuf));
if (!newbuf)
(void) memset(&newbuf[oldsz], '\0', (newsz - oldsz) * sizeof(*newbuf));
el->el_history.last = newbuf +
el->el_history.buf = newbuf;
void *newbuf;
newbuf = realloc(kd->iobuf, dsize);
if (newbuf == NULL) {
kd->iobuf = newbuf;
void *newbuf;
newbuf = realloc(kd->iobuf, dsize);
if (newbuf == NULL) {
kd->iobuf = newbuf;
char newbuf[1024];
char *cp = old_getcwd(newbuf, sizeof(newbuf));
char *oldbuf, *newbuf;
newbuf = (char *)(void *)kv
DPRINTF("argv: old %p -> new %p\n", oldbuf, newbuf);
nbi.argv = (void *)newbuf;
ap[i] = newbuf +
sc->sc_rx_data[i].rbd_newbuf = et_bufsize[i].newbuf;
et_newbuf_t newbuf;
{ .bufsize = 0, .newbuf = et_newbuf_hdr },
{ .bufsize = 0, .newbuf = et_newbuf_cluster },
char *newbuf;
newbuf = malloc(len, M_SYSCTLDATA, M_WAITOK);
if (newbuf == NULL) {
error = sysctl_copyin(l, newp, newbuf, len);
free(newbuf, M_SYSCTLDATA);
if (newbuf[len - 1] != '\0' && len == sz) {
free(newbuf, M_SYSCTLDATA);
memcpy(d, newbuf, len);
free(newbuf, M_SYSCTLDATA);
char * const newbuf = strlist_alloc(newsize);
if (newbuf == NULL) {
memcpy(newbuf, sl, slsize);
memcpy(newbuf + slsize, str, addsize);
*slp = newbuf;
unsigned char *newbuf;
newbuf = xrealloc(buf, bufsize, "too many characters pushed back");
bbase[i] = (bbase[i]-buf)+newbuf;
bp = (bp-buf)+newbuf;
bufbase = (bufbase-buf)+newbuf;
buf = newbuf;
void *newbuf = realloc(buf, buflen);
if (newbuf == NULL) {
buf = newbuf;
u_char *newbuf;
newbuf = erealloc(dbuf->buf, dbuf->size + UFS_DIRBLKSIZ);
dbuf->buf = newbuf;
struct buf_msg *newbuf;
CALLOC(newbuf, sizeof(*newbuf));
MALLOC(newbuf->msg, len);
newbuf->msgorig = newbuf->msg;
newbuf->msgsize = len;
return NEWREF(newbuf);
char *newbuf;
newbuf = realloc(c->inbuf, MSG_END_OFFSET+1);
if (newbuf) {
c->inbuf = newbuf;
newbuf = realloc(c->inbuf, TLS_LARGE_LINELENGTH);
if (newbuf) {
c->inbuf = newbuf;