bind9/cocci/ctype.spatch
Ondřej Surý 60760420aa
Update the semantic patches to use new development ideas
Co-Authored-By: Markus Elfring <Markus.Elfring@web.de>
2025-10-08 17:22:10 +02:00

23 lines
186 B
Text

@add_cast@
char T;
@@
(isalnum
|isalpha
|iscntrl
|isdigit
|isgraph
|islower
|isprint
|ispunct
|isspace
|isupper
|isxdigit
|isascii
|isblank
|tolower
|toupper
)
(
+(unsigned char)
T
)