MCPcopy 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
55static inline int
56isUpper(const char *ptr)
57{
58 return isupper(*(unsigned char *)ptr);
59}
60
61static inline int
62toLower(const char *ptr)

Callers 7

strlowerFunction · 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
expand_varsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected