Searched defs:toupper (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/affs/ |
| H A D | namei.c | 46 __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 D | standard.hpp | 124 toupper(int ch) in toupper() function
|
| H A D | unicode.hpp | 126 toupper(char_type ch) in toupper() function
|
| H A D | ascii.hpp | 292 toupper(int ch) in toupper() function
|
| H A D | iso8859_1.hpp | 681 toupper(int ch) in toupper() function
|
| H A D | standard_wide.hpp | 170 toupper(wchar_t ch) in toupper() function
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | ctype.h | 58 #define toupper(c) __toupper(c) macro
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | ctype.h | 57 #define toupper(c) __toupper(c) macro
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | ctype.h | 58 #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 D | safe-ctype.h | 146 #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 D | safe-ctype.h | 146 #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 D | ctype.h | 221 # 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 D | ctype.h | 221 # define toupper(c) __tobody (c, toupper, *__ctype_toupper_loc (), (c)) macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | prom_init.c | 709 #define toupper(c) (islower(c) ? ((c) - 'a' + 'A') : (c)) macro
|