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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dctype.h53 #define toupper(c) __toupper(c) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/affs/
H A Dnamei.c61 __affs_hash_dentry(struct dentry *dentry, struct qstr *qstr, toupper_t toupper) argument
92 __affs_compare_dentry(struct dentry *dentry, struct qstr *a, struct qstr *b, toupper_t toupper) argument
139 affs_match(struct dentry *dentry, const u8 *name2, toupper_t toupper) argument
160 toupper_t toupper = affs_get_toupper(sb); local
175 toupper_t toupper = affs_get_toupper(sb); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dutil.h210 #undef toupper macro
230 #define toupper(x) sane_case((unsigned char)(x), 0) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dconfigure309 toupper(){ function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dconfigure430 toupper(){ function
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dprom_init.c522 #define toupper(c) (islower(c) ? ((c) - 'a' + 'A') : (c)) macro

Completed in 141 milliseconds