Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/string/
Dmemmove.c71 memmove (void *dst_void, in memmove() argument
76 char *dst = dst_void; in memmove()
97 return dst_void; in memmove()
99 char *dst = dst_void; in memmove()
152 return dst_void; in memmove()