Searched defs:XMALLOC (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dxalloc.h59 # define XMALLOC(Type, N_items) ((Type *) xmalloc (sizeof (Type) * (N_items))) macro
/macosx-10.9.5/gpatch-3/patch/
H A Dxalloc.h59 # define XMALLOC(Type, N_items) ((Type *) xmalloc (sizeof (Type) * (N_items))) macro
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dxalloc.h79 # define XMALLOC(t) ((t *) xmalloc (sizeof (t))) macro
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dtommath.h111 #define XMALLOC malloc macro
/macosx-10.9.5/tcl-102/tcl/tcl/libtommath/
H A Dtommath.h111 #define XMALLOC malloc macro
/macosx-10.9.5/text_cmds-87/fmt/
H A Dfmt.c252 #define XMALLOC(x) xrealloc(0,x) macro
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclTomMathDecls.h44 #define XMALLOC(x) TclBNAlloc(x) macro

Completed in 186 milliseconds