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

Function rsyserr

t_stub.c:57–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57 void rsyserr(UNUSED(enum logcode code), int errcode, const char *format, ...)
58{
59 va_list ap;
60 fputs(RSYNC_NAME ": ", stderr);
61 va_start(ap, format);
62 vfprintf(stderr, format, ap);
63 va_end(ap);
64 fprintf(stderr, ": %s (%d)\n", strerror(errcode), errcode);
65}
66
67 void _exit_cleanup(int code, const char *file, int line)
68{

Callers

nothing calls this directly

Calls 1

strerrorFunction · 0.85

Tested by

no test coverage detected