Searched defs:toupper (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-4.19/fs/affs/ |
| 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
|
| /kernel/linux/linux-5.10/fs/affs/ |
| 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
|
| /kernel/linux/linux-4.19/tools/perf/util/ |
| D | sane_ctype.h | 43 #define toupper(x) sane_case((unsigned char)(x), 0) macro
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | ctype.h | 57 #define toupper(c) __toupper(c) macro
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | ctype.h | 57 #define toupper(c) __toupper(c) macro
|
| /kernel/linux/linux-5.10/tools/include/linux/ |
| D | ctype.h | 58 #define toupper(c) __toupper(c) macro
|
| /kernel/linux/linux-4.19/arch/powerpc/kernel/ |
| D | prom_init.c | 568 #define toupper(c) (islower(c) ? ((c) - 'a' + 'A') : (c)) macro
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| D | prom_init.c | 709 #define toupper(c) (islower(c) ? ((c) - 'a' + 'A') : (c)) macro
|