Searched defs:ToLower (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common.h424 INLINE int ToLower(int c) { function in namespace:__sanitizer
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common.h420 INLINE int ToLower(int c) { function in namespace:__sanitizer
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1937 inline char ToLower(char ch) { function in namespace:testing::internal
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common.h477 inline int ToLower(int c) { function in namespace:__sanitizer
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c243 #define ToLower(X) (char)tolower((unsigned char)X) macro

Completed in 211 milliseconds