Home
last modified time | relevance | path

Searched refs:destEnd (Results 1 – 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/wchar/
H A Dwcpncpy.c13 wchar_t* destEnd = dest + n; in __wcpncpy() local
18 if (dest < destEnd) { in __wcpncpy()
19 while (--destEnd >= dest) in __wcpncpy()
20 *destEnd = L'\0'; in __wcpncpy()
H A Dwcsncpy.c14 const wchar_t* destEnd = dest + n; in __wcsncpy() local
18 while (dest < destEnd) in __wcsncpy()