Home
last modified time | relevance | path

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

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