MCPcopy 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
61static inline int
62toLower(const char *ptr)
63{
64 return tolower(*(unsigned char *)ptr);
65}
66
67static inline int
68toUpper(const char *ptr)

Callers 7

strlowerFunction · 0.85
print_info_flagsFunction · 0.85
output_nno_listFunction · 0.85
auth_serverFunction · 0.85
add_nocompress_suffixesFunction · 0.85
init_set_compressionFunction · 0.85
set_compressionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected