Home
last modified time | relevance | path

Searched defs:src (Results 1 – 2 of 2) sorted by relevance

/include/
A Dstring.h87 # define __mempcpy(dest, src, n) __builtin_mempcpy (dest, src, n) argument
91 # define __stpcpy(dest, src) __builtin_stpcpy (dest, src) argument
A Dalloc_buffer.h357 alloc_buffer_copy_bytes (struct alloc_buffer *buf, const void *src, size_t size) in alloc_buffer_copy_bytes()
371 alloc_buffer_copy_string (struct alloc_buffer *buf, const char *src) in alloc_buffer_copy_string()

Completed in 7 milliseconds