Searched defs:xmalloc (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/backup/lib/
H A Dmemutils.c39 xmalloc(bytes) function
/illumos-gate/usr/src/tools/ctf/common/
H A Dmemory.c47 xmalloc(size_t size) function
62 mem = xmalloc(size);
/illumos-gate/usr/src/lib/libpkg/common/
H A Dprogerr.c128 * xmalloc()
139 xmalloc(size_t size) function
/illumos-gate/usr/src/cmd/cron/
H A Dfuncs.c115 xmalloc(size_t size) function
145 p = xmalloc(len + 1);
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A DgssapiP_generic.h111 #define xmalloc(n) MALLOC(n) macro
113 #define xmalloc(n) malloc(n) macro
/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.c717 xmalloc(unsigned len) function
740 new = (name_entry *)xmalloc(sizeof (name_entry));
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4.c854 xmalloc(size_t size) function
868 ptr = xmalloc(nbr * size);
1038 ret = xmalloc((len + 1) * sizeof (wchar_t));
1057 ret = p = xmalloc(wcslen(from) * mb_cur_max + 1);
1101 ret = p = xmalloc((strlen(from) + 1) * sizeof (wchar_t));
/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/cmd/fs.d/
H A Ddf.c77 #define NEW(type) xmalloc(sizeof (type))
368 xmalloc(size_t size) function
528 mount_table = xmalloc(
888 argv = xmalloc(size);
1375 temp_buf = xmalloc(
1808 requests = xmalloc(size);
1848 arg_stat = xmalloc(argc * sizeof (struct stat64));
1849 valid_stat = xmalloc(argc * sizeof (bool_int));
/illumos-gate/usr/src/cmd/ls/
H A Dls.c371 static void *xmalloc(size_t, struct lbuf *);
2125 rep->exttr = xmalloc(sacnt * sizeof (struct attrb),
2136 rep->exttr[0].name = xmalloc(2, rep);
2547 rep->extm = xmalloc(sacnt * sizeof (struct attrtm), rep);
2591 rep->exttr[fattr].name = xmalloc(len + 1, rep);
2595 rep->exttr[fattr].name = xmalloc(len + 3, rep);
2603 rep->exttr[fattr].name = xmalloc(len + 1, rep);
2633 rep->extm[i].name = xmalloc(len + 1, rep);
3198 xmalloc(size_t size, struct lbuf *p) function

Completed in 88 milliseconds