Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_ptr
Function · 0.85
log_formatted
Function · 0.85
forward_filesfrom_data
Function · 0.85
read_a_msg
Function · 0.85
readlink_stat
Function · 0.85
send_file_list
Function · 0.85
read_delay_line
Function · 0.85
finish_pre_exec
Function · 0.85
sys_llistxattr
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected