Home
last modified time | relevance | path

Searched refs:ns1 (Results 1 – 3 of 3) sorted by relevance

/debug/
A Dwmemcpy_chk.c23 __wmemcpy_chk (wchar_t *s1, const wchar_t *s2, size_t n, size_t ns1) in __wmemcpy_chk() argument
25 if (__glibc_unlikely (ns1 < n)) in __wmemcpy_chk()
A Dwmemmove_chk.c23 __wmemmove_chk (wchar_t *s1, const wchar_t *s2, size_t n, size_t ns1) in __wmemmove_chk() argument
25 if (__glibc_unlikely (ns1 < n)) in __wmemmove_chk()
A Dwmempcpy_chk.c23 __wmempcpy_chk (wchar_t *s1, const wchar_t *s2, size_t n, size_t ns1) in __wmempcpy_chk() argument
25 if (__glibc_unlikely (ns1 < n)) in __wmempcpy_chk()

Completed in 8 milliseconds