Home
last modified time | relevance | path

Searched defs:_tolower (Results 1 - 11 of 11) sorted by relevance

/third_party/musl/porting/linux/user/include/
H A Dctype.h65 #define _tolower(a) ((a)|0x20) macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dctype.h65 #define _tolower(a) ((a)|0x20) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dctype.h65 #define _tolower(a) ((a)|0x20) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dctype.h65 #define _tolower(a) ((a)|0x20) macro
/third_party/musl/include/
H A Dctype.h65 #define _tolower(a) ((a)|0x20) macro
/kernel/linux/linux-5.10/tools/include/linux/
H A Dctype.h64 static inline char _tolower(const char c) in _tolower() function
/kernel/linux/linux-5.10/include/linux/
H A Dctype.h63 static inline char _tolower(const char c) in _tolower() function
/kernel/linux/linux-6.6/include/linux/
H A Dctype.h70 static inline char _tolower(const char c) in _tolower() function
/kernel/linux/linux-6.6/tools/include/linux/
H A Dctype.h71 static inline char _tolower(const char c) in _tolower() function
/kernel/linux/linux-5.10/arch/x86/boot/
H A Dstring.c227 static inline char _tolower(const char c) in _tolower() function
/kernel/linux/linux-6.6/arch/x86/boot/
H A Dstring.c227 static inline char _tolower(const char c) in _tolower() function

Completed in 3 milliseconds