Home
last modified time | relevance | path

Searched defs:toupper (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/fs/affs/
H A Dnamei.c46 __affs_hash_dentry(const struct dentry *dentry, struct qstr *qstr, toupper_t toupper, bool notrunca… in __affs_hash_dentry()
83 const char *str, const struct qstr *name, toupper_t toupper, in __affs_compare_dentry()
138 affs_match(struct dentry *dentry, const u8 *name2, toupper_t toupper) in affs_match()
159 toupper_t toupper = affs_get_toupper(sb); in affs_hash_name() local
174 toupper_t toupper = affs_get_toupper(sb); in affs_find_entry() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/char_encoding/
H A Dstandard.hpp124 toupper(int ch) in toupper() function
H A Dunicode.hpp126 toupper(char_type ch) in toupper() function
H A Dascii.hpp292 toupper(int ch) in toupper() function
H A Diso8859_1.hpp681 toupper(int ch) in toupper() function
H A Dstandard_wide.hpp170 toupper(wchar_t ch) in toupper() function
/OK3568_Linux_fs/u-boot/include/linux/
H A Dctype.h58 #define toupper(c) __toupper(c) macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dctype.h57 #define toupper(c) __toupper(c) macro
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dctype.h58 #define toupper(c) __toupper(c) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dsafe-ctype.h146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dsafe-ctype.h146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dctype.h221 # define toupper(c) __tobody (c, toupper, *__ctype_toupper_loc (), (c)) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dctype.h221 # define toupper(c) __tobody (c, toupper, *__ctype_toupper_loc (), (c)) macro
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dprom_init.c709 #define toupper(c) (islower(c) ? ((c) - 'a' + 'A') : (c)) macro