MCPcopy Create free account
hub / github.com/RsyncProject/rsync / isAlNum

Function isAlNum

itypes.h:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43static inline int
44isAlNum(const char *ptr)
45{
46 return isalnum(*(unsigned char *)ptr);
47}
48
49static inline int
50isLower(const char *ptr)

Callers 1

valid_ipaddrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected