Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RsyncProject/rsync
/ toLower
Function
toLower
itypes.h:61–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
static inline int
62
toLower(const char *ptr)
63
{
64
return tolower(*(unsigned char *)ptr);
65
}
66
67
static inline int
68
toUpper(const char *ptr)
Callers
7
strlower
Function · 0.85
print_info_flags
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
Calls
no outgoing calls
Tested by
no test coverage detected