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

Function failed

tls.c:119–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117#endif
118
119static void failed(char const *what, char const *where)
120{
121 fprintf(stderr, PROGRAM ": %s %s: %s\n",
122 what, where, strerror(errno));
123 exit(1);
124}
125
126static void storetime(char *dest, size_t destsize, time_t t, int nsecs)
127{

Callers 1

list_fileFunction · 0.85

Calls 1

strerrorFunction · 0.85

Tested by

no test coverage detected