/src/sys/arch/atari/stand/tostools/libtos/ |
xalloc.c | 37 xmalloc(size_t size) function in typeref:typename:void *
|
/src/usr.bin/sed/ |
misc.c | 66 xmalloc(size_t size) function in typeref:typename:void * 82 return (xmalloc(size)); 116 oe = xmalloc(s);
|
/src/usr.bin/xlint/common/ |
mem.c | 60 xmalloc(size_t s) function in typeref:typename:void *
|
/src/sbin/ldconfig/ |
shlib.c | 84 xmalloc(sizeof(_PATH_EMUL_AOUT) + strlen(name)); 170 xmalloc(size_t size) function in typeref:typename:void * 206 char *result = (char *)xmalloc(len1 + len2 + len3 + 1);
|
/src/usr.bin/rump_dhcpclient/ |
common.c | 152 xmalloc(size_t s) function in typeref:typename:void * 165 void *value = xmalloc(s);
|
/src/sbin/mount_portal/ |
conf.c | 56 #define ALLOC(ty) (xmalloc(sizeof(ty))) 77 static void *xmalloc(size_t); 109 xmalloc(size_t siz) function in typeref:typename:void * 185 p->p_argv = xmalloc(c * sizeof(char *));
|
/src/usr.bin/crunch/crunchide/ |
exec_elf32.c | 104 xmalloc(size_t size, const char *fn, const char *use) function in typeref:typename:void * 195 if ((shdrp = xmalloc(shdrsize, fn, "section header table")) == NULL) 245 if ((symtabp = xmalloc(shdrp[symtabsnum].sh_size, fn, "symbol table")) 253 if ((strtabp = xmalloc(shdrp[strtabsnum].sh_size, fn, "string table")) 263 nstrtabp = xmalloc(nstrtab_size, fn, "new string table");
|
/src/libexec/ld.elf_so/ |
xmalloc.c | 1 /* $NetBSD: xmalloc.c,v 1.12 2013/01/24 17:57:29 christos Exp $ */ 80 __RCSID("$NetBSD: xmalloc.c,v 1.12 2013/01/24 17:57:29 christos Exp $"); 456 return memset(xmalloc(size), 0, size); 460 xmalloc(size_t size) function in typeref:typename:void * 486 copy = xmalloc(len);
|
/src/usr.bin/gencat/ |
gencat.c | 125 static void *xmalloc(size_t); 249 xmalloc(size_t len) function in typeref:typename:void * 285 curline = xmalloc(curlen); 362 msg = xmalloc(clen); 591 msgcat = xmalloc(cat_hdr.__mem); 695 msgcat = xmalloc(msgcat_size); 773 p = xmalloc(sizeof(struct _setT)); 814 p = xmalloc(sizeof(struct _msgT));
|
/src/sbin/dump/ |
main.c | 795 *argvp = nargv = xmalloc((argc + 1) * sizeof(char *)); 796 p = flagsp = xmalloc(strlen(ap) + 2); 815 nargv[0] = xmalloc(strlen(*argv) + 2 + 1); 860 xmalloc(size_t size) function in typeref:typename:void *
|
/src/lib/libc/time/ |
zdump.c | 156 xmalloc(ptrdiff_t size) function in typeref:typename:void * 277 xmalloc(sumsize(sumsize(sizeof *environ, 420 *buf = xmalloc(*bufalloc); 1072 char *f_prefix_copy = oversized ? xmalloc(f_prefix_copy_size) : fbuf; 1146 buf = bufalloc = xmalloc(size);
|
zic.c | 536 xmalloc(size_t size) function in typeref:typename:void * 1339 dst = xmalloc(size_sum(dirlen, prefixlen + suffixlen + 1)); 1447 f = result = xmalloc(linksize); 1461 result = xmalloc(dotdotetcsize); 2434 zic_t *ats = xmalloc(align_to(size_product(timecnt + !timecnt, 3188 startbuf = xmalloc(max_abbr_len + 1); 3189 ab = xmalloc(max_abbr_len + 1); 3190 envvar = xmalloc(max_envvar_len + 1);
|
/src/bin/csh/ |
csh.h | 87 #define xmalloc(i) Malloc(i) macro
|
/src/sys/kern/ |
subr_vmem.c | 186 #define xmalloc(sz, flags) malloc(sz) macro 193 #define xmalloc(sz, flags) \ macro 870 xmalloc(sizeof(struct vmem_hashlist) * newhashsize, flags); 1004 vm = xmalloc(sizeof(*vm), flags);
|