Searched refs:_PARAMS (Results 1 – 10 of 10) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/ |
| H A D | math.h | 75 extern double atan _PARAMS((double)); 76 extern double cos _PARAMS((double)); 77 extern double sin _PARAMS((double)); 78 extern double tan _PARAMS((double)); 79 extern double tanh _PARAMS((double)); 80 extern double frexp _PARAMS((double, int *)); 81 extern double modf _PARAMS((double, double *)); 82 extern double ceil _PARAMS((double)); 83 extern double fabs _PARAMS((double)); 84 extern double floor _PARAMS((double)); [all …]
|
| H A D | malloc.h | 37 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 D | reent.h | 64 extern int _close_r _PARAMS ((struct _reent *, int)); 65 extern int _execve_r _PARAMS ((struct _reent *, char *, char **, char **)); 66 extern int _fcntl_r _PARAMS ((struct _reent *, int, int, int)); 67 extern int _fork_r _PARAMS ((struct _reent *)); 68 extern int _fstat_r _PARAMS ((struct _reent *, int, struct stat *)); 69 extern int _getpid_r _PARAMS ((struct _reent *)); 70 extern int _kill_r _PARAMS ((struct _reent *, int, int)); 71 extern int _link_r _PARAMS ((struct _reent *, const char *, const char *)); 72 extern _off_t _lseek_r _PARAMS ((struct _reent *, int, _off_t, int)); 73 extern int _open_r _PARAMS ((struct _reent *, const char *, int, int)); [all …]
|
| H A D | _ansi.h | 48 #ifndef _PARAMS 49 #define _PARAMS(paramlist) paramlist macro 65 #ifndef _PARAMS 66 #define _PARAMS(paramlist) () macro
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-sde-elf_include/ |
| H A D | math.h | 99 extern double atan _PARAMS((double)); 100 extern double cos _PARAMS((double)); 101 extern double sin _PARAMS((double)); 102 extern double tan _PARAMS((double)); 103 extern double tanh _PARAMS((double)); 104 extern double frexp _PARAMS((double, int *)); 105 extern double modf _PARAMS((double, double *)); 106 extern double ceil _PARAMS((double)); 107 extern double fabs _PARAMS((double)); 108 extern double floor _PARAMS((double)); [all …]
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/ |
| H A D | fcntl.h | 166 extern int open _PARAMS ((const char *, int, ...)); 167 extern int creat _PARAMS ((const char *, mode_t)); 168 extern int fcntl _PARAMS ((int, int, ...)); 173 extern int _open _PARAMS ((const char *, int, ...)); 174 extern int _fcntl _PARAMS ((int, int, ...)); 176 extern int _open64 _PARAMS ((const char *, int, ...));
|
| H A D | timeb.h | 33 extern int ftime _PARAMS ((struct timeb *));
|
| H A D | errno.h | 15 extern int *__errno _PARAMS ((void));
|
| H A D | reent.h | 802 void _reclaim_reent _PARAMS ((struct _reent *));
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/ |
| H A D | libio.h | 75 #ifndef _PARAMS 76 # define _PARAMS(protos) __P(protos) macro
|