HomeSort by relevance Sort by last modified time
    Searched defs:xmalloc (Results 1 - 13 of 13) sorted by null

  /onnv/onnv-gate/usr/src/cmd/backup/lib/
memutils.c 39 xmalloc(bytes) function
  /onnv/onnv-gate/usr/src/cmd/ssh/libssh/common/
xmalloc.c 16 RCSID("$OpenBSD: xmalloc.c,v 1.16 2001/07/23 18:21:46 stevesk Exp $");
20 #include "xmalloc.h"
24 xmalloc(size_t size) function
29 fatal("xmalloc: zero size");
32 fatal("xmalloc: out of memory (allocating %lu bytes)", (u_long) size);
83 cp = xmalloc(len);
  /onnv/onnv-gate/usr/src/tools/ctf/common/
memory.c 47 xmalloc(size_t size) function
62 mem = xmalloc(size);
  /onnv/onnv-gate/usr/src/lib/libparted/common/lib/
xmalloc.c 0 /* xmalloc.c -- malloc with out of memory checking
48 xmalloc (size_t n) function
87 return memset (xmalloc (s), 0, s);
114 return memcpy (xmalloc (s), p, s);
  /onnv/onnv-gate/usr/src/lib/libpkg/common/
progerr.c 128 * xmalloc()
139 xmalloc(size_t size) function
  /onnv/onnv-gate/usr/src/cmd/cron/
funcs.c 115 xmalloc(size_t size) function
145 p = xmalloc(len + 1);
  /onnv/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
gssapiP_generic.h 114 #define xmalloc(n) MALLOC(n) macro
116 #define xmalloc(n) malloc(n) macro
  /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/statd/
sm_statd.c 707 xmalloc(len) function
734 new = (name_entry *)xmalloc(sizeof (name_entry));
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/nca/
ncab2clf.c 289 * 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);
  /onnv/onnv-gate/usr/src/cmd/sgs/m4/common/
m4.c 840 xmalloc(size_t size) function
854 ptr = xmalloc(nbr * size);
1013 ret = xmalloc((len + 1) * sizeof (wchar_t));
1032 ret = p = xmalloc(wcslen(from) * mb_cur_max + 1);
1076 ret = p = xmalloc((strlen(from) + 1) * sizeof (wchar_t));
  /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/df/
df.c 76 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(sizeof (*mntl))
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/
df.c 80 #define NEW(type) xmalloc(sizeof (type))
387 xmalloc(size_t size) function
547 mount_table = xmalloc(
866 argv = xmalloc(size);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ls/
ls.c 369 static void *xmalloc(size_t, struct lbuf *);
3157 xmalloc(size_t size, struct lbuf *p) function
    [all...]

Completed in 3450 milliseconds