Home
last modified time | relevance | path

Searched defs:toupper (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/include/linux/
H A Dctype.h58 #define toupper(c) __toupper(c) macro
/kernel/linux/linux-5.10/include/linux/
H A Dctype.h57 #define toupper(c) __toupper(c) macro
/kernel/linux/linux-6.6/include/linux/
H A Dctype.h64 #define toupper(c) __toupper(c) macro
/kernel/linux/linux-6.6/tools/include/linux/
H A Dctype.h65 #define toupper(c) __toupper(c) macro
/kernel/linux/linux-5.10/fs/affs/
H A Dnamei.c46 __affs_hash_dentry(const struct dentry *dentry, struct qstr *qstr, toupper_t toupper, bool notruncate) in __affs_hash_dentry() argument
138 affs_match(struct dentry *dentry, const u8 *name2, toupper_t toupper) in affs_match() argument
82 __affs_compare_dentry(unsigned int len, const char *str, const struct qstr *name, toupper_t toupper, bool notruncate) __affs_compare_dentry() argument
159 toupper_t toupper = affs_get_toupper(sb); affs_hash_name() local
174 toupper_t toupper = affs_get_toupper(sb); affs_find_entry() local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dprom_init.c709 #define toupper(c) (islower(c) ? ((c) - 'a' + 'A') : (c)) macro

Completed in 7 milliseconds