Searched refs:ns1 (Results 1 – 3 of 3) sorted by relevance
23 __wmemcpy_chk (wchar_t *s1, const wchar_t *s2, size_t n, size_t ns1) in __wmemcpy_chk() argument25 if (__glibc_unlikely (ns1 < n)) in __wmemcpy_chk()
23 __wmemmove_chk (wchar_t *s1, const wchar_t *s2, size_t n, size_t ns1) in __wmemmove_chk() argument25 if (__glibc_unlikely (ns1 < n)) in __wmemmove_chk()
23 __wmempcpy_chk (wchar_t *s1, const wchar_t *s2, size_t n, size_t ns1) in __wmempcpy_chk() argument25 if (__glibc_unlikely (ns1 < n)) in __wmempcpy_chk()
Completed in 8 milliseconds