Searched refs:toupper (Results 1 - 25 of 327) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dstrequal.c44 if(toupper(*first) != toupper(*second)) {
50 return toupper(*first) == toupper(*second);
67 if(toupper(*first) != toupper(*second)) {
77 return toupper(*first) == toupper(*second);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dmissing-string.c49 if( *a != *b && toupper(*a) != toupper(*b) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dmissing-string.c49 if( *a != *b && toupper(*a) != toupper(*b) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Do_str.c68 int res = toupper(*str1) - toupper(*str2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Do_str.c74 int res = toupper(*str1) - toupper(*str2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Do_str.c74 int res = toupper(*str1) - toupper(*str2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dts_kmp.c61 != (icase ? toupper(text[i]) : text[i]))
64 == (icase ? toupper(text[i]) : text[i]))
85 while (k > 0 && (icase ? toupper(pattern[k]) : pattern[k])
86 != (icase ? toupper(pattern[q]) : pattern[q]))
88 if ((icase ? toupper(pattern[k]) : pattern[k])
89 == (icase ? toupper(pattern[q]) : pattern[q]))
115 kmp->pattern[i] = toupper(((u8 *)pattern)[i]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/affs/
H A Dnamei.c33 /* Simple toupper() for DOS\1 */
41 /* International toupper() for DOS\3 ("international") */
61 __affs_hash_dentry(struct dentry *dentry, struct qstr *qstr, toupper_t toupper) argument
74 hash = partial_name_hash(toupper(*name), hash);
92 __affs_compare_dentry(struct dentry *dentry, struct qstr *a, struct qstr *b, toupper_t toupper) argument
117 if (toupper(*aname++) != toupper(*bname++))
139 affs_match(struct dentry *dentry, const u8 *name2, toupper_t toupper) argument
152 if (toupper(*name++) != toupper(*name
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/ap/gpl/mtools-4.0.10/
H A Dstreamcache.c63 drive = toupper(drive);
H A Dmatch.c78 if(table[toupper(*s)]) {
80 *out = toupper(*s);
H A Dmmount.c51 drive = toupper(argv[1][0]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/mach-a3/
H A Dio.c122 if (toupper(*name) == 'P')
125 if (toupper(*name) < 'A' || toupper(*name) > 'E')
128 port = toupper(*name) - 'A';
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/mach-fs/
H A Dio.c159 if (toupper(*name) == 'P')
162 if (toupper(*name) < 'A' || toupper(*name) > 'E')
165 port = toupper(*name) - 'A';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/driver/doshift/
H A Dlcdoshift.h100 B=(toupper(TempPP[0])=='Y' || toupper(TempPP[0])=='T'|| TempPP[0]=='1'); else B=0
/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
225 (sane_istest(toupper(x), GIT_ALPHA | GIT_DIGIT) && toupper(x) < 'G')
230 #define toupper(x) sane_case((unsigned char)(x), 0) macro
278 up = toupper(key);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Ddict.c40 else for(j=0; toupper(s[j]) == toupper(key[j]) && key[j]; j++);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dutil.c109 *c = (char) toupper(*c);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dutil.c109 *c = (char) toupper(*c);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Ddummytest.c46 *p = toupper((unsigned char)(*p));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Daccel.cpp75 if ((keycode >= (int)'a') && (keycode <= (int)'z')) keycode = (int)toupper( (char)keycode );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Daccel.cpp75 if ((keycode >= (int)'a') && (keycode <= (int)'z')) keycode = (int)toupper( (char)keycode );
/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/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Ddummytest.c38 *p = toupper((unsigned char)(*p));
H A Dmdc2test.c38 *p = toupper((unsigned char)(*p));
H A Drc5test.c38 *p = toupper((unsigned char)(*p));

Completed in 241 milliseconds

1234567891011>>