Lines Matching refs:__n

26 			       __const wchar_t *__restrict __s2, size_t __n,
30 __const wchar_t *__restrict __s2, size_t __n),
34 __const wchar_t *__restrict __s2, size_t __n,
41 size_t __n)) in __NTH() argument
45 if (!__builtin_constant_p (__n)) in __NTH()
46 return __wmemcpy_chk (__s1, __s2, __n, in __NTH()
49 if (__n > __bos0 (__s1) / sizeof (wchar_t)) in __NTH()
50 return __wmemcpy_chk_warn (__s1, __s2, __n, in __NTH()
53 return __wmemcpy_alias (__s1, __s2, __n); in __NTH()
58 size_t __n, size_t __ns1) __THROW;
61 size_t __n), wmemmove);
64 __const wchar_t *__restrict __s2, size_t __n,
71 size_t __n)) in __NTH() argument
75 if (!__builtin_constant_p (__n)) in __NTH()
76 return __wmemmove_chk (__s1, __s2, __n, in __NTH()
79 if (__n > __bos0 (__s1) / sizeof (wchar_t)) in __NTH()
80 return __wmemmove_chk_warn (__s1, __s2, __n, in __NTH()
83 return __wmemmove_alias (__s1, __s2, __n); in __NTH()
89 __const wchar_t *__restrict __s2, size_t __n,
94 size_t __n), wmempcpy);
97 __const wchar_t *__restrict __s2, size_t __n,
104 size_t __n)) in __NTH() argument
108 if (!__builtin_constant_p (__n)) in __NTH()
109 return __wmempcpy_chk (__s1, __s2, __n, in __NTH()
112 if (__n > __bos0 (__s1) / sizeof (wchar_t)) in __NTH()
113 return __wmempcpy_chk_warn (__s1, __s2, __n, in __NTH()
116 return __wmempcpy_alias (__s1, __s2, __n); in __NTH()
121 extern wchar_t *__wmemset_chk (wchar_t *__s, wchar_t __c, size_t __n,
124 size_t __n), wmemset);
126 (wchar_t *__s, wchar_t __c, size_t __n,
132 __NTH (wmemset (wchar_t *__restrict __s, wchar_t __c, size_t __n)) in __NTH() argument
136 if (!__builtin_constant_p (__n)) in __NTH()
137 return __wmemset_chk (__s, __c, __n, __bos0 (__s) / sizeof (wchar_t)); in __NTH()
139 if (__n > __bos0 (__s) / sizeof (wchar_t)) in __NTH()
140 return __wmemset_chk_warn (__s, __c, __n, in __NTH()
143 return __wmemset_alias (__s, __c, __n); in __NTH()
149 size_t __n) __THROW;
179 __const wchar_t *__restrict __src, size_t __n,
184 size_t __n), wcsncpy);
188 size_t __n, size_t __destlen), __wcsncpy_chk)
193 __NTH (wcsncpy (wchar_t *__dest, __const wchar_t *__src, size_t __n)) in __NTH() argument
197 if (!__builtin_constant_p (__n)) in __NTH()
198 return __wcsncpy_chk (__dest, __src, __n, in __NTH()
200 if (__n > __bos (__dest) / sizeof (wchar_t)) in __NTH()
201 return __wcsncpy_chk_warn (__dest, __src, __n, in __NTH()
204 return __wcsncpy_alias (__dest, __src, __n); in __NTH()
209 __const wchar_t *__restrict __src, size_t __n,
214 size_t __n), wcpncpy);
218 size_t __n, size_t __destlen), __wcpncpy_chk)
223 __NTH (wcpncpy (wchar_t *__dest, __const wchar_t *__src, size_t __n)) in __NTH() argument
227 if (!__builtin_constant_p (__n)) in __NTH()
228 return __wcpncpy_chk (__dest, __src, __n, in __NTH()
230 if (__n > __bos (__dest) / sizeof (wchar_t)) in __NTH()
231 return __wcpncpy_chk_warn (__dest, __src, __n, in __NTH()
234 return __wcpncpy_alias (__dest, __src, __n); in __NTH()
256 size_t __n, size_t __destlen) __THROW;
260 size_t __n), wcsncat);
263 __NTH (wcsncat (wchar_t *__dest, __const wchar_t *__src, size_t __n)) in __NTH() argument
266 return __wcsncat_chk (__dest, __src, __n, in __NTH()
268 return __wcsncat_alias (__dest, __src, __n); in __NTH()
272 extern int __swprintf_chk (wchar_t *__restrict __s, size_t __n,
278 (wchar_t *__restrict __s, size_t __n,
284 __NTH (swprintf (wchar_t *__restrict __s, size_t __n, in __NTH() argument
288 return __swprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, in __NTH()
291 return __swprintf_alias (__s, __n, __fmt, __va_arg_pack ()); in __NTH()
302 extern int __vswprintf_chk (wchar_t *__restrict __s, size_t __n,
309 (wchar_t *__restrict __s, size_t __n,
314 __NTH (vswprintf (wchar_t *__restrict __s, size_t __n, in __NTH() argument
318 return __vswprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, in __NTH()
320 return __vswprintf_alias (__s, __n, __fmt, __ap); in __NTH()
371 extern wchar_t *__fgetws_chk (wchar_t *__restrict __s, size_t __size, int __n,
374 (wchar_t *__restrict __s, int __n,
377 (wchar_t *__restrict __s, size_t __size, int __n,
383 fgetws (wchar_t *__restrict __s, int __n, __FILE *__restrict __stream) in fgetws() argument
387 if (!__builtin_constant_p (__n) || __n <= 0) in fgetws()
389 __n, __stream); in fgetws()
391 if ((size_t) __n > __bos (__s) / sizeof (wchar_t)) in fgetws()
393 __n, __stream); in fgetws()
395 return __fgetws_alias (__s, __n, __stream); in fgetws()
400 int __n, __FILE *__restrict __stream)
403 (wchar_t *__restrict __s, int __n,
407 (wchar_t *__restrict __s, size_t __size, int __n,
414 fgetws_unlocked (wchar_t *__restrict __s, int __n, __FILE *__restrict __stream) in fgetws_unlocked() argument
418 if (!__builtin_constant_p (__n) || __n <= 0) in fgetws_unlocked()
420 __n, __stream); in fgetws_unlocked()
422 if ((size_t) __n > __bos (__s) / sizeof (wchar_t)) in fgetws_unlocked()
424 __n, __stream); in fgetws_unlocked()
426 return __fgetws_unlocked_alias (__s, __n, __stream); in fgetws_unlocked()