MCPcopy Index your code
hub / github.com/RsyncProject/rsync / write_sbuf

Function write_sbuf

io.c:2287–2290  ·  view source on GitHub ↗

Write a string to the connection */

Source from the content-addressed store, hash-verified

2285
2286/* Write a string to the connection */
2287void write_sbuf(int f, const char *buf)
2288{
2289 write_buf(f, buf, strlen(buf));
2290}
2291
2292void write_byte(int f, uchar c)
2293{

Callers 4

write_filter_rulesFunction · 0.85
io_printfFunction · 0.85
exchange_protocolsFunction · 0.85
start_inband_exchangeFunction · 0.85

Calls 1

write_bufFunction · 0.85

Tested by

no test coverage detected