Home
last modified time | relevance | path

Searched refs:_calloc_r (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dmalloc.h63 #undef _calloc_r
64 #define _calloc_r(r, s1, s2) calloc (s1, s2); macro
66 extern _PTR _calloc_r _PARAMS ((struct _reent *, size_t, size_t));
H A Dstdlib.h186 _PTR _EXFUN(_calloc_r,(struct _reent *, size_t, size_t));