Symbol: xrealloc
libexec/ld.so/ldconfig/ld.h
13
void *xrealloc(void *, size_t);
libexec/ld.so/ldconfig/ldconfig.c
140
dir_list = xrealloc(dir_list, 1);
libexec/ld.so/ldconfig/shlib.c
102
search_dirs = xrealloc(search_dirs,
libexec/ld.so/ldconfig/shlib.c
76
search_dirs = xrealloc(search_dirs,
usr.bin/ctfconv/generate.c
79
dbuf->data = xrealloc(dbuf->data, dbuf->size + len);
usr.bin/ctfconv/xmalloc.h
24
void *xrealloc(void *, size_t);
usr.bin/gencat/gencat.c
111
static void *xrealloc(void *, size_t);
usr.bin/gencat/gencat.c
259
cptr = curline = xrealloc(curline, curlen *= 2);
usr.bin/gencat/gencat.c
304
msg = xrealloc(msg, clen);
usr.bin/gencat/gencat.c
331
msg = xrealloc(msg, msglen);
usr.bin/m4/extern.h
108
extern void *xrealloc(void *, size_t, const char *, ...);
usr.bin/m4/gnum4.c
209
buffer = xrealloc(buffer, bufsize, NULL);
usr.bin/m4/gnum4.c
223
buffer = xrealloc(buffer, bufsize, NULL);
usr.bin/m4/main.c
639
sstack = xrealloc(sstack, STACKMAX,
usr.bin/m4/misc.c
203
newbuf = xrealloc(buf, bufsize, "too many characters pushed back");
usr.bin/rdist/defs.h
199
void *xrealloc(void *, size_t);
usr.bin/rdist/docmd.c
700
*env = xrealloc(*env, len);
usr.bin/rdist/docmd.c
780
env = xrealloc(env, len);
usr.bin/rdistd/server.c
515
env = xrealloc(env, len);
usr.bin/rdistd/server.c
525
env = xrealloc(env, len);
usr.bin/sed/compile.c
490
text = xrealloc(text, asize);
usr.bin/sed/compile.c
531
s->new = xrealloc(text, size);
usr.bin/sed/compile.c
687
text = xrealloc(text, asize);
usr.bin/sed/compile.c
702
text = xrealloc(text, size + 1);
usr.bin/sed/extern.h
62
void *xrealloc(void *, size_t);
usr.bin/sed/main.c
272
*outbuf = xrealloc(*outbuf,
usr.bin/sed/process.c
554
sp->space = sp->back = xrealloc(sp->back, newlen); \
usr.bin/sed/process.c
599
sp->space = sp->back = xrealloc(sp->back, newlen);
usr.bin/tmux/arguments.c
504
*buf = xrealloc(*buf, *len);
usr.bin/tmux/cmd-capture-pane.c
68
buf = xrealloc(buf, *len + linelen + 1);
usr.bin/tmux/cmd-parse.y
1161
*buf = xrealloc(*buf, (*len) + 1 + addlen);
usr.bin/tmux/cmd-set-buffer.c
119
bufdata = xrealloc(bufdata, bufsize + newsize);
usr.bin/tmux/cmd.c
375
buf = xrealloc(buf, len);
usr.bin/tmux/cmd.c
700
buf = xrealloc(buf, len);
usr.bin/tmux/cmd.c
870
buf = xrealloc(buf, len + (strlen(s) * 3) + 1);
usr.bin/tmux/cmd.c
879
buf = xrealloc(buf, len + 2);
usr.bin/tmux/file.c
487
msg = xrealloc(msg, msglen);
usr.bin/tmux/file.c
717
msg = xrealloc(msg, msglen);
usr.bin/tmux/format.c
1694
s = xrealloc(s, slen + n + 1);
usr.bin/tmux/format.c
4556
value = xrealloc(value, valuelen);
usr.bin/tmux/format.c
4683
value = xrealloc(value, valuelen);
usr.bin/tmux/format.c
4742
value = xrealloc(value, valuelen);
usr.bin/tmux/format.c
4785
value = xrealloc(value, valuelen);
usr.bin/tmux/input.c
1199
ictx->input_buf = xrealloc(ictx->input_buf, INPUT_BUF_START);
usr.bin/tmux/input.c
1269
ictx->input_buf = xrealloc(ictx->input_buf, available);
usr.bin/tmux/regsub.c
31
*buf = xrealloc(*buf, (*len) + add + 1);
usr.bin/tmux/regsub.c
55
*buf = xrealloc(*buf, (*len) + 2);
usr.bin/tmux/utf8.c
723
*dst = xrealloc(buf, len + 1);
usr.bin/tmux/utf8.c
737
*dst = xrealloc(buf, len + 1);
usr.bin/tmux/window-copy.c
3780
buf = xrealloc(buf, bufsize);
usr.bin/tmux/window-copy.c
3793
buf = xrealloc(buf, bufsize);
usr.bin/tmux/window-copy.c
4528
buf = xrealloc(buf, len + 2);
usr.bin/tmux/window-copy.c
4534
buf = xrealloc(buf, len + gc.data.size + 1);
usr.bin/tmux/window-copy.c
5240
buf = xrealloc(buf, len + bufsize);
usr.bin/tmux/window-copy.c
5300
*buf = xrealloc(*buf, (*off) + ud.size);
usr.bin/tmux/window-copy.c
5308
*buf = xrealloc(*buf, (*off) + 1);
usr.bin/tmux/xmalloc.h
24
void *xrealloc(void *, size_t);
usr.sbin/nsd/buffer.c
87
buffer->_data = (uint8_t *) xrealloc(buffer->_data, capacity);
usr.sbin/nsd/ixfr.c
1024
*rrs = xrealloc(*rrs, *len);
usr.sbin/nsd/ixfr.c
992
*rrs = xrealloc(*rrs, newsize);
usr.sbin/nsd/options.c
3047
*ip_addresses = xrealloc(*ip_addresses, sizeof(char *) * (*ip_addresses_size + 1));
usr.sbin/nsd/options.c
3053
*ip_addresses = xrealloc(*ip_addresses, sizeof(char *) * (*ip_addresses_size + 1));
usr.sbin/nsd/server.c
1466
nsd->udp = xrealloc(nsd->udp, ifs * sizeof(*nsd->udp));
usr.sbin/nsd/server.c
1467
nsd->tcp = xrealloc(nsd->tcp, ifs * sizeof(*nsd->tcp));
usr.sbin/nsd/util.h
162
void *xrealloc(void *ptr, size_t size);