Lines Matching refs:_PTR
72 _PTR _EXFUN(bsearch,(const _PTR __key,
73 const _PTR __base,
76 int _EXPARM(_compar,(const _PTR, const _PTR))));
77 _PTR _EXFUN(calloc,(size_t __nmemb, size_t __size));
80 _VOID _EXFUN(free,(_PTR));
87 _PTR _EXFUN(malloc,(size_t __size));
104 _VOID _EXFUN(qsort,(_PTR __base, size_t __nmemb, size_t __size, int(*_compar)(const _PTR, const _PT…
106 _PTR _EXFUN(realloc,(_PTR __r, size_t __size));
128 int _EXFUN(on_exit,(_VOID (*__func)(int, _PTR),_PTR __arg));
176 _VOID _EXFUN(cfree,(_PTR));
185 _PTR _EXFUN(_malloc_r,(struct _reent *, size_t));
186 _PTR _EXFUN(_calloc_r,(struct _reent *, size_t, size_t));
187 _VOID _EXFUN(_free_r,(struct _reent *, _PTR));
188 _PTR _EXFUN(_realloc_r,(struct _reent *, _PTR, size_t));