Lines Matching refs:_reent

69 int	_EXFUN(_atoi_r,(struct _reent *, const char *__nptr));
71 long _EXFUN(_atol_r,(struct _reent *, const char *__nptr));
82 char * _EXFUN(_getenv_r,(struct _reent *, const char *__string));
84 char * _EXFUN(_findenv_r,(struct _reent *, _CONST char *, int *));
89 int _EXFUN(_mblen_r,(struct _reent *, const char *, size_t, _mbstate_t *));
91 int _EXFUN(_mbtowc_r,(struct _reent *, wchar_t *, const char *, size_t, _mbstate_t *));
93 int _EXFUN(_wctomb_r,(struct _reent *, char *, wchar_t, _mbstate_t *));
95 size_t _EXFUN(_mbstowcs_r,(struct _reent *, wchar_t *, const char *, size_t, _mbstate_t *));
97 size_t _EXFUN(_wcstombs_r,(struct _reent *, char *, const wchar_t *, size_t, _mbstate_t *));
109 double _EXFUN(_strtod_r,(struct _reent *,const char *__n, char **__end_PTR));
118 long _EXFUN(_strtol_r,(struct _reent *,const char *__n, char **__end_PTR, int __base));
120 unsigned long _EXFUN(_strtoul_r,(struct _reent *,const char *__n, char **__end_PTR, int __base));
127 char * _EXFUN(_l64a_r,(struct _reent *,long __input));
131 int _EXFUN(_putenv_r,(struct _reent *, char *__string));
133 int _EXFUN(_setenv_r,(struct _reent *, const char *__string, const char *__value, int __overwrite));
147 double _EXFUN(_drand48_r,(struct _reent *));
149 double _EXFUN(_erand48_r,(struct _reent *, unsigned short [3]));
151 long _EXFUN(_jrand48_r,(struct _reent *, unsigned short [3]));
153 _VOID _EXFUN(_lcong48_r,(struct _reent *, unsigned short [7]));
155 long _EXFUN(_lrand48_r,(struct _reent *));
157 long _EXFUN(_mrand48_r,(struct _reent *));
159 long _EXFUN(_nrand48_r,(struct _reent *, unsigned short [3]));
163 _EXFUN(_seed48_r,(struct _reent *, unsigned short [3]));
165 _VOID _EXFUN(_srand48_r,(struct _reent *, long));
167 long long _EXFUN(_atoll_r,(struct _reent *, const char *__nptr));
171 long long _EXFUN(_strtoll_r,(struct _reent *, const char *__n, char **__end_PTR, int __base));
173 unsigned long long _EXFUN(_strtoull_r,(struct _reent *, const char *__n, char **__end_PTR, int __ba…
178 void _EXFUN(_unsetenv_r,(struct _reent *, const char *__string));
183 char * _EXFUN(_dtoa_r,(struct _reent *, double, int, int, int *, int*, char**));
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));
189 _VOID _EXFUN(_mstats_r,(struct _reent *, char *));
191 int _EXFUN(_system_r,(struct _reent *, const char *));