| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/ |
| H A D | reent.h | 514 _r->_misc->_mblen_state.__value.__wch = 0; \ 516 _r->_misc->_wctomb_state.__value.__wch = 0; \ 518 _r->_misc->_mbtowc_state.__value.__wch = 0; \ 520 _r->_misc->_mbrlen_state.__value.__wch = 0; \ 522 _r->_misc->_mbrtowc_state.__value.__wch = 0; \ 524 _r->_misc->_mbsrtowcs_state.__value.__wch = 0; \ 526 _r->_misc->_wcrtomb_state.__value.__wch = 0; \ 528 _r->_misc->_wcsrtombs_state.__value.__wch = 0; \ 722 var->_new._reent._mblen_state.__value.__wch = 0; \ 724 var->_new._reent._mbtowc_state.__value.__wch = 0; \ [all …]
|
| H A D | time.h | 76 int _EXFUN(getitimer, (int __which, struct itimerval *__value)); 77 int _EXFUN(setitimer, (int __which, const struct itimerval *__value,
|
| H A D | _types.h | 34 } __value; /* Value so far. */ member
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/ |
| H A D | stdlib.h | 563 extern int setenv (__const char *__name, __const char *__value, int __replace) 735 extern char *ecvt (double __value, int __ndigit, int *__restrict __decpt, 741 extern char *fcvt (double __value, int __ndigit, int *__restrict __decpt, 747 extern char *gcvt (double __value, int __ndigit, char *__buf) 753 extern char *qecvt (long double __value, int __ndigit, 756 extern char *qfcvt (long double __value, int __ndigit, 759 extern char *qgcvt (long double __value, int __ndigit, char *__buf) 765 extern int ecvt_r (double __value, int __ndigit, int *__restrict __decpt, 768 extern int fcvt_r (double __value, int __ndigit, int *__restrict __decpt, 772 extern int qecvt_r (long double __value, int __ndigit, [all …]
|
| H A D | obstack.h | 385 void *__value = (void *) __o1->object_base; \ 386 if (__o1->next_free == __value) \ 395 __value; })
|
| H A D | time.h | 365 __const struct itimerspec *__restrict __value, 369 extern int timer_gettime (timer_t __timerid, struct itimerspec *__value)
|
| H A D | semaphore.h | 37 extern int sem_init (sem_t *__sem, int __pshared, unsigned int __value)
|
| H A D | envz.h | 53 __const char *__restrict __value) __THROW;
|
| H A D | search.h | 145 typedef void (*__action_fn_t) (__const void *__nodep, VISIT __value,
|
| H A D | unistd.h | 412 extern __useconds_t ualarm (__useconds_t __value, __useconds_t __interval)
|
| H A D | wchar.h | 89 } __value; /* Value so far. */ member
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/ |
| H A D | mathcalls.h | 193 __MATHDECL_1 (int,__isinf,, (_Mdouble_ __value)) __attribute__ ((__const__)); 196 __MATHDECL_1 (int,__finite,, (_Mdouble_ __value)) __attribute__ ((__const__)); 202 __MATHDECL_1 (int,isinf,, (_Mdouble_ __value)) __attribute__ ((__const__)); 205 __MATHDECL_1 (int,finite,, (_Mdouble_ __value)) __attribute__ ((__const__)); 231 __MATHDECL_1 (int,__isnan,, (_Mdouble_ __value)) __attribute__ ((__const__)); 235 __MATHDECL_1 (int,isnan,, (_Mdouble_ __value)) __attribute__ ((__const__)); 346 __MATHDECL_1 (int, __fpclassify,, (_Mdouble_ __value)) 350 __MATHDECL_1 (int, __signbit,, (_Mdouble_ __value))
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/ |
| H A D | xattr.h | 41 __const void *__value, size_t __size, int __flags) 48 __const void *__value, size_t __size, int __flags) 53 extern int fsetxattr (int __fd, __const char *__name, __const void *__value, 59 void *__value, size_t __size) __THROW; 65 void *__value, size_t __size) __THROW; 69 extern ssize_t fgetxattr (int __fd, __const char *__name, void *__value,
|
| H A D | eventfd.h | 36 extern int eventfd_read (int __fd, eventfd_t *__value);
|
| H A D | vlimit.h | 63 extern int vlimit (enum __vlimit_resource __resource, int __value) __THROW;
|
| H A D | time.h | 128 struct itimerval *__value) __THROW;
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/ |
| H A D | stdlib.h | 132 int _EXFUN(setenv,(const char *__string, const char *__value, int __overwrite)); 133 int _EXFUN(_setenv_r,(struct _reent *, const char *__string, const char *__value, int __overwrite));
|