Home
last modified time | relevance | path

Searched defs:alloc (Results 1 – 23 of 23) sorted by relevance

/csrg-svn/games/hack/
H A Dalloc.c13 alloc(n) unsigned n; { in alloc() function
25 alloc(lth) in alloc() function
/csrg-svn/local/sccscmds/sccscmds.2/cmd/
H A Dalloc.c5 alloc(i) in alloc() function
/csrg-svn/local/sccscmds/sccscmds.ok/cmd/
H A Dalloc.c5 alloc(i) in alloc() function
/csrg-svn/sys/stand/
H A Dalloc.c51 alloc(size) in alloc() function
/csrg-svn/usr.bin/pascal/pdx/
H A Ddefs.h67 #define alloc(n, type) ((type *) malloc((unsigned) (n) * sizeof(type))) macro
/csrg-svn/old/sh/
H A Dblok.c31 ADDRESS alloc(nbytes) in alloc() function
H A Ddefs.h82 #define alloc malloc macro
/csrg-svn/usr.sbin/config.new/
H A Dgram.y40 static struct nvlist *alloc[1000]; variable
H A Dhash.c61 register size_t alloc; local
/csrg-svn/sys/kern/
H A Dkern_malloc.c249 long *end, *lp, alloc, copysize; local
/csrg-svn/usr.sbin/amd/amd/
H A Dmapc.c117 short alloc; /* Allocation mode */ member
421 int alloc = 0; local
/csrg-svn/usr.sbin/mkproto/
H A Dmkproto.c374 alloc(size) in alloc() function
/csrg-svn/old/pcc/c2.tahoe/
H A Dc20.c30 alloc(an) in alloc() function
/csrg-svn/local/ditroff/ditroff.okeeffe/
H A Dn3.c349 filep alloc() in alloc() function
/csrg-svn/local/ditroff/ditroff.okeeffe/troff/
H A Dn3.c349 filep alloc() in alloc() function
/csrg-svn/old/roff/common_source/
H A Dn3.c284 filep alloc() in alloc() function
/csrg-svn/sys/sys/
H A Dmalloc.h235 #define kmemxtob(alloc) (kmembase + (alloc) * NBPG) argument
/csrg-svn/local/ditroff/ditroff.old.okeeffe/troff/
H A Dn3.c302 filep alloc() in alloc() function
/csrg-svn/sbin/newfs/
H A Dmkfs.c885 alloc(size, mode) in alloc() function
/csrg-svn/old/pcc/c2.vax/
H A Dc2.h206 #define alloc(n) \ macro
/csrg-svn/old/sdb/
H A Dps.c789 alloc(size) in alloc() function
/csrg-svn/old/dbx/
H A Dlibrary.c46 #define alloc(n, type) ((type *) malloc((unsigned) (n) * sizeof(type))) macro
/csrg-svn/games/chess/Xchess/
H A DscrollText.c22 #define alloc(type) (type *) malloc(sizeof(type)) macro