MCPcopy Create free account
hub / github.com/RsyncProject/rsync / memmove

Function memmove

lib/compat.c:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79
80#ifndef HAVE_MEMMOVE
81 void *memmove(void *dest, const void *src, size_t n)
82{
83 bcopy((char *) src, (char *) dest, n);
84 return dest;
85}
86#endif
87
88#ifndef HAVE_STRPBRK

Callers 9

map_ptrFunction · 0.85
log_formattedFunction · 0.85
forward_filesfrom_dataFunction · 0.85
read_a_msgFunction · 0.85
readlink_statFunction · 0.85
send_file_listFunction · 0.85
read_delay_lineFunction · 0.85
finish_pre_execFunction · 0.85
sys_llistxattrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected