Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RsyncProject/rsync
/ read_sbuf
Function
read_sbuf
io.c:1991–1995 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1989
}
1990
1991
void read_sbuf(int f, char *buf, size_t len)
1992
{
1993
read_buf(f, buf, len);
1994
buf[len] =
'\0'
;
1995
}
1996
1997
uchar read_byte(int f)
1998
{
Callers
4
recv_user_name
Function · 0.85
recv_group_name
Function · 0.85
recv_filter_list
Function · 0.85
recv_file_entry
Function · 0.85
Calls
1
read_buf
Function · 0.70
Tested by
no test coverage detected