Searched refs:xrealloc (Results 26 - 40 of 40) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/csh/
H A Dsh.dol.c150 wbuf = xrealloc(wbuf, (wbufsiz+1) * sizeof (tchar)); \
H A Dsh.lex.c496 labuf = xrealloc(labuf, (len+5) * sizeof (tchar));
/opensolaris-onvv-gate/usr/src/cmd/ssh/libssh/common/
H A Dmisc.c400 args->list = xrealloc(args->list, args->nalloc * sizeof(char *));
H A Dchannels.c239 channels = xrealloc(channels,
1703 *readsetp = xrealloc(*readsetp, sz);
1704 *writesetp = xrealloc(*writesetp, sz);
H A Dreadconf.c642 string = xrealloc(string, strlen(string) + strlen(arg) + 2);
/opensolaris-onvv-gate/usr/src/cmd/ssh/sshd/
H A Dauth-pam.c607 *p = xrealloc(*p, new_len + len + 2);
H A Dsession.c847 env = (*envp) = xrealloc(env, (*envsizep) * sizeof(char *));
2015 s->env = xrealloc(s->env, (p - s->env + 2) * sizeof (char **));
H A Dservconf.c1230 p = xrealloc(p, len);
/opensolaris-onvv-gate/usr/src/lib/libpkg/common/
H A Dpkglib.h477 extern void *xrealloc(void *ptr, size_t size);
/opensolaris-onvv-gate/usr/src/cmd/fs.d/
H A Ddf.c393 xrealloc(void *ptr, size_t size) function
546 mount_table = xrealloc(mount_table,
/opensolaris-onvv-gate/usr/src/tools/ctf/cvt/
H A Dctf.c85 b->ctb_base = xrealloc(b->ctb_base, b->ctb_size);
460 rb->rb_base = xrealloc(rb->rb_base, rb->rb_size);
H A Dst_parse.c232 args = xrealloc(args, sizeof (tdesc_t *) * nargs);
/opensolaris-onvv-gate/usr/src/cmd/ssh/sftp/
H A Dsftp-client.c412 *dir = xrealloc(*dir, (ents + 2) * sizeof(**dir));
/opensolaris-onvv-gate/usr/src/cmd/ssh/sftp-server/
H A Dsftp-server.c872 stats = xrealloc(stats, nstats * sizeof(Stat));
/opensolaris-onvv-gate/usr/src/cmd/ssh/ssh-agent/
H A Dssh-agent.c708 sockets = xrealloc(sockets, new_alloc * sizeof(sockets[0]));

Completed in 216 milliseconds

12