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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/include/
H A Dcharset.h34 #undef toupper macro
57 #define toupper(c) (upper_char_map[(c&0xff)] & 0xff) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/include/
H A Dcharset.h34 #undef toupper macro
57 #define toupper(c) (upper_char_map[(c&0xff)] & 0xff) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/include/
H A Dcharset.h34 #undef toupper macro
57 #define toupper(c) (upper_char_map[(c&0xff)] & 0xff) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dctype.h53 #define toupper(c) __toupper(c) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dctype.h53 #define toupper(c) __toupper(c) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/include/
H A Dlib_string.h95 #define toupper(c) lib_toupper(c) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/lib/gcc/arm-brcm-linux-uclibcgnueabi/4.5.3/plugin/include/
H A Dsafe-ctype.h145 #undef toupper macro
146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/lib/gcc/arm-none-eabi/4.8.1/plugin/include/
H A Dsafe-ctype.h145 #undef toupper macro
146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/bits/
H A DuClibc_ctype.h160 # define toupper(c) __body(toupper,c) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/lib/gcc/arm-none-eabi/4.6.1/plugin/include/
H A Dsafe-ctype.h145 #undef toupper macro
146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/bits/
H A DuClibc_ctype.h160 # define toupper(c) __body(toupper,c) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/bits/
H A DuClibc_ctype.h160 # define toupper(c) __body(toupper,c) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/netfilter/
H A Dxt_webstr.c75 #define toupper(x) (isupper(x) ? (x) : (x) - 'a' + 'A') macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/netfilter/
H A Dxt_webstr.c75 #define toupper(x) (isupper(x) ? (x) : (x) - 'a' + 'A') macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/util/
H A Dutil.h210 #undef toupper macro
230 #define toupper(x) sane_case((unsigned char)(x), 0) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dconfigure296 toupper(){ function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dconfigure296 toupper(){ function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dconfigure296 toupper(){ function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/bits/
H A Dlocale_facets.h225 toupper(char_type __c) const function in class:__ctype_abstract_base
240 toupper(char_type *__lo, const char_type* __hi) const function in class:__ctype_abstract_base
795 toupper(char_type __c) const function in class:ctype
812 toupper(char_type *__lo, const char_type* __hi) const function in class:ctype
2596 toupper(_CharT __c, const locale& __loc) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/bits/
H A Dlocale_facets.h226 toupper(char_type __c) const function in class:__ctype_abstract_base
241 toupper(char_type *__lo, const char_type* __hi) const function in class:__ctype_abstract_base
796 toupper(char_type __c) const function in class:ctype
813 toupper(char_type *__lo, const char_type* __hi) const function in class:ctype
2596 toupper(_CharT __c, const locale& __loc) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/bits/
H A Dlocale_facets.h224 toupper(char_type __c) const function in class:__ctype_abstract_base
239 toupper(char_type *__lo, const char_type* __hi) const function in class:__ctype_abstract_base
794 toupper(char_type __c) const function in class:ctype
811 toupper(char_type *__lo, const char_type* __hi) const function in class:ctype
2589 toupper(_CharT __c, const locale& __loc) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/bits/
H A Dlocale_facets.h224 toupper(char_type __c) const function in class:__ctype_abstract_base
239 toupper(char_type *__lo, const char_type* __hi) const function in class:__ctype_abstract_base
794 toupper(char_type __c) const function in class:ctype
811 toupper(char_type *__lo, const char_type* __hi) const function in class:ctype
2589 toupper(_CharT __c, const locale& __loc) function

Completed in 221 milliseconds

12