Searched refs:src (Results 1 – 3 of 3) sorted by relevance
/include/ |
A D | alloc_buffer.h | 357 alloc_buffer_copy_bytes (struct alloc_buffer *buf, const void *src, size_t size) in alloc_buffer_copy_bytes() argument 359 *buf = __libc_alloc_buffer_copy_bytes (*buf, src, size); in alloc_buffer_copy_bytes() 371 alloc_buffer_copy_string (struct alloc_buffer *buf, const char *src) in alloc_buffer_copy_string() argument 374 *buf = __libc_alloc_buffer_copy_string (*buf, src); in alloc_buffer_copy_string()
|
A D | string.h | 87 # define __mempcpy(dest, src, n) __builtin_mempcpy (dest, src, n) argument 91 # define __stpcpy(dest, src) __builtin_stpcpy (dest, src) argument
|
A D | wchar.h | 165 extern wchar_t *__wcscat (wchar_t *dest, const wchar_t *src); 251 extern size_t __mbsrtowcs_l (wchar_t *dst, const char **src, size_t len,
|
Completed in 8 milliseconds