Searched refs:xmalloc (Results 1 - 25 of 63) sorted by relevance

123

/illumos-gate/usr/src/cmd/backup/include/
H A Dmemutils.h38 extern void *xmalloc(size_t);
42 extern void *xmalloc();
47 NOTE(ALIGNMENT(xmalloc, 8))
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dutil_dup.c36 if ((ret = (char *) xmalloc(strlen(str)+1)) == NULL)
H A Dutil_buffer.c42 if ((buffer->value = (void *) xmalloc(buffer->length + 1)) == NULL) {
H A Dutil_localhost.c55 if (! (ptr = xmalloc(strlen(buf) + 1)))
H A Dutil_cksum.c62 if ((cksum->contents = (krb5_octet *) xmalloc(cksum->length)) == NULL) {
76 if ((buf = (char *) xmalloc(len)) == NULL)
109 if ((temp = xmalloc(cksum->length)) == NULL) {
H A Dexport_sec_context.c70 if ((obuffer = (krb5_octet *) xmalloc(bufsize)) == NULL) {
H A Dimport_name.c87 (char *) xmalloc(input_name_buffer->length + 1)) == NULL) {
139 (char *) xmalloc(input_name_buffer->length + 1)) == NULL) {
H A Dlucid_context.c202 if ((lctx = xmalloc(bufsize)) == NULL) {
267 if ((lkey->data = xmalloc(k5key->length)) == NULL) {
/illumos-gate/usr/src/tools/ctf/common/
H A Dmemory.h42 void *xmalloc(size_t);
H A Dmemory.c47 xmalloc(size_t size) function
62 mem = xmalloc(size);
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dstack.c55 sp = xmalloc(sizeof (stk_t));
58 sp->st_data = xmalloc(sizeof (void *) * sp->st_nument);
H A Diidesc.c124 tgt = xmalloc(sizeof (iidesc_t));
131 tgt->ii_args = xmalloc(sizeof (tdesc_t *) * tgt->ii_nargs);
H A Dfifo.c62 fifonode_t *fn = xmalloc(sizeof (fifonode_t));
H A Dalist.c112 el = xmalloc(sizeof (alist_el_t));
/illumos-gate/usr/src/cmd/backup/lib/
H A Dmemutils.c39 xmalloc(bytes) function
/illumos-gate/usr/src/cmd/cron/
H A Delm.c63 extern void *xmalloc(size_t);
153 n = (struct notice *)xmalloc(sizeof (struct notice));
159 k = (struct key *)xmalloc(sizeof (struct key));
173 n = (struct notice *)xmalloc(sizeof (struct notice));
179 k = (struct key *)xmalloc(sizeof (struct key));
187 ind = (struct index *)xmalloc(sizeof (struct index));
195 n = (struct notice *)xmalloc(sizeof (struct notice));
202 k = (struct key *)xmalloc(sizeof (struct key));
211 ind = (struct index *)xmalloc(sizeof (struct index));
252 n = (struct notice *)xmalloc(sizeo
[all...]
H A Dcron.h100 extern void *xmalloc(size_t);
H A Dfuncs.c115 xmalloc(size_t size) function
145 p = xmalloc(len + 1);
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpfstab.c122 mnt = (struct mnttab *)xmalloc(sizeof (*mnt));
133 mnttable = pm = (struct pmntent *)xmalloc(sizeof (*pm));
136 pm->pm_next = (struct pmntent *)xmalloc(sizeof (*pm));
171 new = (struct mntent *)xmalloc(sizeof (*mnt));
221 mnttable = pm = (struct pmntent *)xmalloc(sizeof (*pm));
224 pm->pm_next = (struct pmntent *)xmalloc(sizeof (*pm));
H A Ddumponline.c112 (struct inodesc **)xmalloc(2*sizeof (*ialloc));
361 archivefile = xmalloc(strlen(old) + strlen(defext) +
/illumos-gate/usr/src/lib/libpkg/common/
H A Dprogerr.c128 * xmalloc()
139 xmalloc(size_t size) function
/illumos-gate/usr/src/cmd/fs.d/ufs/df/
H A Ddf.c76 static char *xmalloc(unsigned int);
298 argstat = (struct stat64 *)xmalloc(argc * sizeof (*argstat));
299 devnames = (char **)xmalloc(argc * sizeof (char *));
964 xmalloc(unsigned int size) function
981 new = (struct mnttab *)xmalloc(sizeof (*new));
984 (char *)xmalloc((unsigned)(strlen(mnt->mnt_special) + 1));
988 (char *)xmalloc((unsigned)(strlen(mnt->mnt_mountp) + 1));
992 (char *)xmalloc((unsigned)(strlen(mnt->mnt_fstype) + 1));
997 (char *)xmalloc((unsigned)(strlen(mnt->mnt_mntopts) + 1));
1035 mntl = (struct mntlist *)xmalloc(sizeo
[all...]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dk5seal.c134 if ((t = (unsigned char *) xmalloc(tlen)) == NULL)
195 if ((plain = (unsigned char *) xmalloc(msglen ? msglen : 1)) == NULL) {
216 if (! (data_ptr = (char *) xmalloc(8 +
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nca/
H A Dncab2clf.c289 * xmalloc(size)
294 xmalloc(size_t size) function
320 new_string = xmalloc(strlen(string) + 1);
697 ibuf = xmalloc(g_infile_blk_size);
698 obuf = xmalloc(OUTFILE_BUF_SIZE);
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.h200 extern char *xmalloc(unsigned);

Completed in 108 milliseconds

123