Home
last modified time | relevance | path

Searched defs:IsAlpha (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp564 static bool IsAlpha(char c) { in IsAlpha() function
/freebsd/contrib/sqlite3/
H A Dshell.c240 #define IsAlpha(X) isalpha((unsigned char)X) macro