Searched defs:tolower (Results 1 - 25 of 27) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/include/
H A Dcharset.h38 #undef tolower macro
58 #define tolower(c) (lower_char_map[(c&0xff)] & 0xff) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/include/
H A Dcharset.h38 #undef tolower macro
58 #define tolower(c) (lower_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.h38 #undef tolower macro
58 #define tolower(c) (lower_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.h52 #define tolower(c) __tolower(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.h52 #define tolower(c) __tolower(c) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/shared/
H A Dbcm_app_utils.c28 #define tolower(c) (bcm_isupper((c)) ? ((c) + 'a' - 'A') : (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/lib/gcc/arm-brcm-linux-uclibcgnueabi/4.5.3/plugin/include/
H A Dsafe-ctype.h147 #undef tolower macro
148 #define tolower(c) do_not_use_tolower_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.h147 #undef tolower macro
148 #define tolower(c) do_not_use_tolower_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.h159 # define tolower(c) __body(tolower,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.h147 #undef tolower macro
148 #define tolower(c) do_not_use_tolower_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.h159 # define tolower(c) __body(tolower,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.h159 # define tolower(c) __body(tolower,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.h209 #undef tolower macro
229 #define tolower(x) sane_case((unsigned char)(x), 0x20) 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.c76 #define tolower(x) (isupper(x) ? ((x) - 'A' + 'a') : (x)) 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.c76 #define tolower(x) (isupper(x) ? ((x) - 'A' + 'a') : (x)) 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.h209 #undef tolower macro
229 #define tolower(x) sane_case((unsigned char)(x), 0x20) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/shared/bcmwifi/src/
H A Dbcmwifi_channels.c29 #define tolower(c) (bcm_isupper((c)) ? ((c) + 'a' - 'A') : (c)) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dconfigure300 tolower(){ function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dconfigure300 tolower(){ function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dconfigure300 tolower(){ 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.h254 tolower(char_type __c) const function in class:__ctype_abstract_base
269 tolower(char_type* __lo, const char_type* __hi) const function in class:__ctype_abstract_base
828 tolower(char_type __c) const function in class:ctype
845 tolower(char_type* __lo, const char_type* __hi) const function in class:ctype
2602 tolower(_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.h255 tolower(char_type __c) const function in class:__ctype_abstract_base
270 tolower(char_type* __lo, const char_type* __hi) const function in class:__ctype_abstract_base
829 tolower(char_type __c) const function in class:ctype
846 tolower(char_type* __lo, const char_type* __hi) const function in class:ctype
2602 tolower(_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.h253 tolower(char_type __c) const function in class:__ctype_abstract_base
268 tolower(char_type* __lo, const char_type* __hi) const function in class:__ctype_abstract_base
827 tolower(char_type __c) const function in class:ctype
844 tolower(char_type* __lo, const char_type* __hi) const function in class:ctype
2595 tolower(_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.h253 tolower(char_type __c) const function in class:__ctype_abstract_base
268 tolower(char_type* __lo, const char_type* __hi) const function in class:__ctype_abstract_base
827 tolower(char_type __c) const function in class:ctype
844 tolower(char_type* __lo, const char_type* __hi) const function in class:ctype
2595 tolower(_CharT __c, const locale& __loc) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/include/
H A Dlibbb.h1695 #undef tolower macro
1742 #define tolower(a) bb_ascii_tolower(a) macro

Completed in 370 milliseconds

12