Searched defs:REALLOC (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Dutil.h15 #define REALLOC(x,n,type) (type *) ckrealloc ((char*) x, (n) * sizeof (type)) macro
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A Dregcustom.h42 #define REALLOC(p,n) ckrealloc(VS(p),n) macro
H A Dregguts.h97 #define REALLOC(p, n) realloc(VS(p), n) macro
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A Dregcustom.h36 #define REALLOC(p,n) ckrealloc(VS(p),n) macro
H A Dregguts.h101 #define REALLOC(p, n) realloc(VS(p), n) macro
/macosx-10.10.1/text_cmds-88/ed/
H A Ded.h117 #define REALLOC(b,n,i,err) \ macro
143 #define REALLOC(b,n,i,err) \ macro
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dmalloc.h268 #define REALLOC(space, cast, addr, size, type, flags) \ macro
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddom.h58 # define REALLOC realloc macro
67 # define REALLOC Tcl_Realloc macro
72 # define REALLOC realloc macro
/macosx-10.10.1/lsof-53/lsof/lib/
H A Dregex.c1798 # define REALLOC macro
1801 # define REALLOC macro
/macosx-10.10.1/apr-32/apr-util/apr-util/xml/expat/lib/
H A Dxmlparse.c539 #define REALLOC(p,s) (parser->m_mem.realloc_fcn((p),(s))) macro
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c2003 # define REALLOC macro
2006 # define REALLOC macro
/macosx-10.10.1/expat-12/expat/lib/
H A Dxmlparse.c552 #define REALLOC(p,s) (parser->m_mem.realloc_fcn((p),(s))) macro
[all...]
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dregex.c2075 # define REALLOC macro
2078 # define REALLOC macro
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/expat/
H A Dxmlparse.c552 #define REALLOC(p,s) (parser->m_mem.realloc_fcn((p),(s))) macro
[all...]

Completed in 358 milliseconds