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

/linux-4.1.27/include/linux/
H A Dctype.h53 #define toupper(c) __toupper(c) macro
/linux-4.1.27/fs/affs/
H A Dnamei.c64 __affs_hash_dentry(struct qstr *qstr, toupper_t toupper, bool notruncate) __affs_hash_dentry() argument
156 affs_match(struct dentry *dentry, const u8 *name2, toupper_t toupper) affs_match() argument
177 toupper_t toupper = affs_get_toupper(sb); affs_hash_name() local
192 toupper_t toupper = affs_get_toupper(sb); affs_find_entry() local
100 __affs_compare_dentry(unsigned int len, const char *str, const struct qstr *name, toupper_t toupper, bool notruncate) __affs_compare_dentry() argument
/linux-4.1.27/tools/perf/util/
H A Dutil.h214 #undef toupper macro
242 #define toupper(x) sane_case((unsigned char)(x), 0) macro
/linux-4.1.27/arch/powerpc/kernel/
H A Dprom_init.c530 #define toupper(c) (islower(c) ? ((c) - 'a' + 'A') : (c)) macro

Completed in 303 milliseconds