Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
111
int 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
poptSaneFile
Function · 0.70
poptReadDefaultConfig
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected