Symbol: erealloc
crypto/heimdal/appl/gssmask/common.c
56
*list = erealloc(*list, sizeof(**list) * (*listlen + 1));
crypto/heimdal/appl/gssmask/gssmaestro.c
695
clients = erealloc(clients, (num_clients + 1) * sizeof(*clients));
crypto/heimdal/appl/push/push.c
178
w->iovecs = erealloc (w->iovecs,
crypto/heimdal/appl/push/push.c
320
char *tmp = erealloc(in_buf, in_buf_size + PUSH_BUFSIZ + 1);
crypto/heimdal/appl/test/http_client.c
262
req->body = erealloc(req->body, req->body_size + ret + 1);
crypto/heimdal/kadmin/add-random-users.c
61
w = erealloc (w, alloc * sizeof(char **));
crypto/heimdal/kpasswd/kpasswd-generator.c
54
w = erealloc (w, alloc * sizeof(char **));
crypto/heimdal/kuser/generate-requests.c
52
w = erealloc (w, alloc * sizeof(char **));
crypto/heimdal/kuser/kswitch.c
106
ids = erealloc(ids, (len + 1) * sizeof(ids[0]));
crypto/heimdal/lib/hx509/file.c
264
data = erealloc(data, len + i);
crypto/heimdal/lib/ipc/server.c
672
clients = erealloc(clients, sizeof(clients[0]) * (num_clients + 1));
crypto/heimdal/lib/ipc/server.c
716
c->outmsg = erealloc(c->outmsg, c->olen + len);
crypto/heimdal/lib/ipc/server.c
881
c->inmsg = erealloc(c->inmsg,
lib/libnetbsd/util.h
48
void *erealloc(void *, size_t);
sbin/fsck/fsck.c
503
s = erealloc(s, j);
sbin/fsck/fsck.c
526
argv = erealloc(argv, maxargc * sizeof(char *));
sbin/fsck/fsutil.h
41
void *erealloc(void *, size_t);
sbin/rcorder/ealloc.h
5
void *erealloc(void *ptr, size_t size);
usr.sbin/jail/config.c
240
s->s = erealloc(s->s, s->len + vs->len + 1);
usr.sbin/jail/jailp.h
207
extern void *erealloc(void *, size_t);
usr.sbin/jail/jailparse.y
213
$$->s = erealloc($$->s, $$->len + len1 + 1);
usr.sbin/jail/state.c
117
pname = erealloc(pname, plen);
usr.sbin/makefs/ffs.c
1134
newbuf = erealloc(dbuf->buf, dbuf->size + DIRBLKSIZ);
usr.sbin/makefs/ffs/buf.c
212
n = erealloc(bp->b_data, (size_t)size);