Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RsyncProject/rsync
/ isSpace
Function
isSpace
itypes.h:37–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
static inline int
38
isSpace(const char *ptr)
39
{
40
return isspace(*(unsigned char *)ptr);
41
}
42
43
static inline int
44
isAlNum(const char *ptr)
Callers
8
conf_strtok
Function · 0.85
Continuation
Function · 0.85
Parameter
Function · 0.85
read_proxy_protocol_header
Function · 0.85
strwiEQ
Function · 0.85
set_dparams
Function · 0.85
parse_nni_str
Function · 0.85
validate_choice_vs_env
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected