Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RsyncProject/rsync
/ isAlNum
Function
isAlNum
itypes.h:43–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
static inline int
44
isAlNum(const char *ptr)
45
{
46
return isalnum(*(unsigned char *)ptr);
47
}
48
49
static inline int
50
isLower(const char *ptr)
Callers
1
valid_ipaddr
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected