Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0013-eglibc-Forward-port-cross-locale-generation-support.patch249 - to_len += wcslen ((const wchar_t *) srunp->str) + 1;
250 + to_len += wcslen_uint32 (srunp->str) + 1;
256 ctype->translit_to_idx[cnt] = to_len;
266 ctype->translit_to_idx[cnt] = to_len;
271 - wmemcpy ((wchar_t *) &ctype->translit_to_tbl[to_len],
274 + wmemcpy_uint32 (&ctype->translit_to_tbl[to_len],
276 to_len += len;
/openbmc/linux/net/xdp/
H A Dxsk.c199 static u32 xsk_copy_xdp(void *to, void **from, u32 to_len, in xsk_copy_xdp() argument
205 u32 copy_len = min_t(u32, *from_len, to_len); in xsk_copy_xdp()
219 if (to_len == copy_len) in xsk_copy_xdp()
222 to_len -= copy_len; in xsk_copy_xdp()
278 u32 to_len = frame_size + meta_len; in __xsk_rcv() local
284 copied = xsk_copy_xdp(copy_to, &copy_from, to_len, &from_len, &frag, rem); in __xsk_rcv()
/openbmc/linux/arch/ia64/include/asm/
H A Duaccess.h222 extern long __must_check __strncpy_from_user (char *to, const char __user *from, long to_len);