Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RsyncProject/rsync
/ isUpper
Function
isUpper
itypes.h:55–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
static inline int
56
isUpper(const char *ptr)
57
{
58
return isupper(*(unsigned char *)ptr);
59
}
60
61
static inline int
62
toLower(const char *ptr)
Callers
7
strlower
Function · 0.85
output_nno_list
Function · 0.85
auth_server
Function · 0.85
add_nocompress_suffixes
Function · 0.85
init_set_compression
Function · 0.85
set_compression
Function · 0.85
expand_vars
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected