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

Function istring

usage.c:29–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27extern struct name_num_obj valid_checksums, valid_compressions, valid_auth_checksums;
28
29static char *istring(const char *fmt, int val)
30{
31 char *str;
32 if (asprintf(&str, fmt, val) < 0)
33 out_of_memory("istring");
34 return str;
35}
36
37static void print_info_flags(enum logcode f)
38{

Callers 2

print_info_flagsFunction · 0.85
print_rsync_versionFunction · 0.85

Calls 1

asprintfFunction · 0.85

Tested by

no test coverage detected