Lines Matching refs:__restrict
105 wchar_t *fgetws (wchar_t *__restrict, int, __FILE *__restrict);
107 wchar_t *fgetws_unlocked (wchar_t *__restrict, int, __FILE *__restrict);
113 int fputws (const wchar_t *__restrict, __FILE *__restrict);
115 int fputws_unlocked (const wchar_t *__restrict, __FILE *__restrict);
121 int fwprintf (__FILE *__restrict, const wchar_t *__restrict, ...);
122 int fwscanf (__FILE *__restrict, const wchar_t *__restrict, ...);
132 size_t mbrlen (const char *__restrict, size_t, mbstate_t *__restrict);
133 size_t mbrtowc (wchar_t *__restrict, const char *__restrict, size_t,
134 mbstate_t *__restrict);
137 size_t mbsnrtowcs (wchar_t *__restrict, const char **__restrict,
138 size_t, size_t, mbstate_t *__restrict);
140 size_t mbsrtowcs (wchar_t *__restrict, const char **__restrict, size_t,
141 mbstate_t *__restrict);
154 int swprintf (wchar_t *__restrict, size_t,
155 const wchar_t *__restrict, ...);
156 int swscanf (const wchar_t *__restrict,
157 const wchar_t *__restrict, ...);
161 int vfwprintf (__FILE *__restrict, const wchar_t *__restrict,
163 int vfwscanf (__FILE *__restrict, const wchar_t *__restrict,
165 int vswprintf (wchar_t *__restrict, size_t,
166 const wchar_t *__restrict, __gnuc_va_list);
167 int vswscanf (const wchar_t *__restrict, const wchar_t *__restrict,
169 int vwprintf (const wchar_t *__restrict, __gnuc_va_list);
170 int vwscanf (const wchar_t *__restrict, __gnuc_va_list);
173 wchar_t *wcpcpy (wchar_t *__restrict,
174 const wchar_t *__restrict);
175 wchar_t *wcpncpy (wchar_t *__restrict,
176 const wchar_t *__restrict, size_t);
178 size_t wcrtomb (char *__restrict, wchar_t, mbstate_t *__restrict);
183 wchar_t *wcscat (wchar_t *__restrict, const wchar_t *__restrict);
190 wchar_t *wcscpy (wchar_t *__restrict, const wchar_t *__restrict);
197 size_t wcsftime (wchar_t *__restrict, size_t,
198 const wchar_t *__restrict, const struct tm *__restrict);
200 size_t wcsftime_l (wchar_t *__restrict, size_t, const wchar_t *__restrict,
201 const struct tm *__restrict, locale_t);
212 wchar_t *wcsncat (wchar_t *__restrict, const wchar_t *__restrict, size_t);
214 wchar_t *wcsncpy (wchar_t *__restrict,
215 const wchar_t *__restrict, size_t);
218 size_t wcsnrtombs (char *__restrict, const wchar_t **__restrict,
219 size_t, size_t, mbstate_t *__restrict);
223 size_t wcsrtombs (char *__restrict, const wchar_t **__restrict,
224 size_t, mbstate_t *__restrict);
226 wchar_t *wcsstr (const wchar_t *__restrict,
227 const wchar_t *__restrict);
228 double wcstod (const wchar_t *__restrict, wchar_t **__restrict);
233 float wcstof (const wchar_t *__restrict, wchar_t **__restrict);
238 wchar_t *wcstok (wchar_t *__restrict, const wchar_t *__restrict,
239 wchar_t **__restrict);
240 long wcstol (const wchar_t *__restrict, wchar_t **__restrict, int);
242 long wcstol_l (const wchar_t *__restrict, wchar_t **__restrict, int, locale_t);
254 wcstoll (const wchar_t *__restrict, wchar_t **__restrict, int);
258 wcstoll_l (const wchar_t *__restrict, wchar_t **__restrict, int,
262 wcstoul (const wchar_t *__restrict, wchar_t **__restrict, int);
265 wcstoul_l (const wchar_t *__restrict, wchar_t **__restrict, int,
270 wcstoull (const wchar_t *__restrict, wchar_t **__restrict, int);
274 wcstoull_l (const wchar_t *__restrict, wchar_t **__restrict,
280 size_t wcsxfrm (wchar_t *__restrict, const wchar_t *__restrict, size_t);
282 size_t wcsxfrm_l (wchar_t *__restrict, const wchar_t *__restrict, size_t,
291 wchar_t *wmemcpy (wchar_t *__restrict, const wchar_t *__restrict,
295 wchar_t *wmempcpy (wchar_t *__restrict, const wchar_t *__restrict,
300 int wprintf (const wchar_t *__restrict, ...);
301 int wscanf (const wchar_t *__restrict, ...);