Home
last modified time | relevance | path

Searched refs:_PTR (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dmalloc.h37 extern _PTR malloc _PARAMS ((size_t));
42 extern _PTR _malloc_r _PARAMS ((struct _reent *, size_t));
45 extern _VOID free _PARAMS ((_PTR));
50 extern _VOID _free_r _PARAMS ((struct _reent *, _PTR));
53 extern _PTR realloc _PARAMS ((_PTR, size_t));
58 extern _PTR _realloc_r _PARAMS ((struct _reent *, _PTR, size_t));
61 extern _PTR calloc _PARAMS ((size_t, size_t));
66 extern _PTR _calloc_r _PARAMS ((struct _reent *, size_t, size_t));
69 extern _PTR memalign _PARAMS ((size_t, size_t));
74 extern _PTR _memalign_r _PARAMS ((struct _reent *, size_t, size_t));
[all …]
H A Dstdlib.h72 _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));
[all …]
H A Dstring.h22 _PTR _EXFUN(memchr,(const _PTR, int, size_t));
23 int _EXFUN(memcmp,(const _PTR, const _PTR, size_t));
24 _PTR _EXFUN(memcpy,(_PTR, const _PTR, size_t));
25 _PTR _EXFUN(memmove,(_PTR, const _PTR, size_t));
26 _PTR _EXFUN(memset,(_PTR, int, size_t));
57 _PTR _EXFUN(memccpy,(_PTR, const _PTR, int, size_t));
58 _PTR _EXFUN(mempcpy,(_PTR, const _PTR, size_t));
H A Dstdio.h227 size_t _EXFUN(fread, (_PTR, size_t _size, size_t _n, FILE *));
228 size_t _EXFUN(fwrite, (const _PTR , size_t _size, size_t _n, FILE *));
403 FILE *_EXFUN(funopen,(const _PTR _cookie,
404 int (*readfn)(_PTR _cookie, char *_buf, int _n),
405 int (*writefn)(_PTR _cookie, const char *_buf, int _n),
406 fpos_t (*seekfn)(_PTR _cookie, fpos_t _off, int _whence),
407 int (*closefn)(_PTR _cookie)));
H A D_ansi.h27 #define _PTR void * macro
52 #define _PTR char * macro
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dreent.h180 _PTR _cookie; /* cookie passed to io functions */
182 _READ_WRITE_RETURN_TYPE _EXFUN((*_read),(_PTR _cookie, char *_buf, int _n));
183 _READ_WRITE_RETURN_TYPE _EXFUN((*_write),(_PTR _cookie, const char *_buf,
185 _fpos_t _EXFUN((*_seek),(_PTR _cookie, _fpos_t _offset, int _whence));
186 int _EXFUN((*_close),(_PTR _cookie));
226 _PTR _cookie; /* cookie passed to io functions */
228 _READ_WRITE_RETURN_TYPE _EXFUN((*_read),(_PTR _cookie, char *_buf, int _n));
229 _READ_WRITE_RETURN_TYPE _EXFUN((*_write),(_PTR _cookie, const char *_buf,
231 _fpos_t _EXFUN((*_seek),(_PTR _cookie, _fpos_t _offset, int _whence));
232 int _EXFUN((*_close),(_PTR _cookie));
[all …]