Searched refs:tolower (Results 1 - 25 of 526) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dstr_tolower.c12 *c = tolower(*c);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dstr_tolower.c12 *c = tolower(*c);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dstr_tolower.c12 *c = tolower(*c);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgpg-error-1.10/lang/cl/
H A Dmkerrcodes.awk142 $2 = tolower($2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgpg-error-1.10/lang/cl/
H A Dmkerrcodes.awk142 $2 = tolower($2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgpg-error-1.10/lang/cl/
H A Dmkerrcodes.awk142 $2 = tolower($2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/roken/
H A Dstrlwr.c47 *s = tolower((unsigned char)*s);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/roken/
H A Dstrlwr.c47 *s = tolower((unsigned char)*s);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/roken/
H A Dstrlwr.c47 *s = tolower((unsigned char)*s);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/packaging/Debian/debian-sarge/
H A Dwins2dns.awk26 $2=tolower($2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/packaging/Debian/debian-unstable/
H A Dwins2dns.awk26 $2=tolower($2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/packaging/Debian/debian-woody/
H A Dwins2dns.awk26 $2=tolower($2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/packaging/Debian/debian-sarge/
H A Dwins2dns.awk26 $2=tolower($2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/packaging/Debian/debian-unstable/
H A Dwins2dns.awk26 $2=tolower($2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/packaging/Debian/debian-woody/
H A Dwins2dns.awk26 $2=tolower($2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/packaging/Debian/debian-sarge/
H A Dwins2dns.awk26 $2=tolower($2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/packaging/Debian/debian-unstable/
H A Dwins2dns.awk26 $2=tolower($2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/packaging/Debian/debian-woody/
H A Dwins2dns.awk26 $2=tolower($2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dnetfilter_helpers.h35 while (len > 0 && tolower(*s1) == tolower(*s2))
41 return ( (len == 0) ? 0 : (tolower(*s1) - tolower(*s2)) );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dnetfilter_helpers.h35 while (len > 0 && tolower(*s1) == tolower(*s2))
41 return ( (len == 0) ? 0 : (tolower(*s1) - tolower(*s2)) );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/include/
H A Dcharset.h37 #ifdef tolower
38 #undef tolower macro
58 #define tolower(c) (lower_char_map[(c&0xff)] & 0xff) macro
59 #define isupper(c) ((c&0xff) != tolower(c&0xff))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/include/
H A Dcharset.h37 #ifdef tolower
38 #undef tolower macro
58 #define tolower(c) (lower_char_map[(c&0xff)] & 0xff) macro
59 #define isupper(c) ((c&0xff) != tolower(c&0xff))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/include/
H A Dcharset.h37 #ifdef tolower
38 #undef tolower macro
58 #define tolower(c) (lower_char_map[(c&0xff)] & 0xff) macro
59 #define isupper(c) ((c&0xff) != tolower(c&0xff))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Dstrcasecmp.c25 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch))
H A Dstrncasecmp.c25 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch))

Completed in 127 milliseconds

1234567891011>>