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

Class stat

popt/poptconfig.c:113–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111int poptSaneFile(const char * fn)
112{
113 struct stat sb;
114
115 if (fn == NULL || strstr(fn, ".rpmnew") || strstr(fn, ".rpmsave"))
116 return 0;

Callers 2

poptSaneFileFunction · 0.70
poptReadDefaultConfigFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected