toupper           463 lib/replace/replace.c 		if (toupper(*needle) == toupper(*s) &&
toupper            72 lib/util/charset/codepoints.c 		return toupper(val);
toupper           579 lib/util/charset/util_unistr.c 		*s = toupper((uint8_t)*s);
toupper           622 lib/util/util.c 		if (!(p1 = strchr(hexchars, toupper((unsigned char)strhex[i]))))
toupper           627 lib/util/util.c 		if (!(p2 = strchr(hexchars, toupper((unsigned char)strhex[i]))))
toupper           292 lib/util/util_str.c 		if (toupper((unsigned char)*psz1) != toupper((unsigned char)*psz2) 
toupper          1031 source3/client/mount.cifs.c 		*string = toupper((unsigned char) *string);
toupper            94 source3/iniparser/src/strlib.c         l[i] = (char)toupper((int)s[i]);
toupper           167 source3/lib/ldb/common/attrib_handlers.c 		if (toupper((unsigned char)*s1) != toupper((unsigned char)*s2))
toupper           184 source3/lib/ldb/common/attrib_handlers.c 	return (int)(toupper(*s1)) - (int)(toupper(*s2));
toupper            66 source3/lib/ldb/common/ldb_utf8.c 		ret[i] = toupper((unsigned char)ret[i]);
toupper           133 source3/lib/ldb/common/ldb_utf8.c 		ret[i] = toupper((unsigned char)ret[i]);
toupper           120 source3/lib/util_unistr.c 			upcase_table[v] = UCS2_CHAR(islower(i)?toupper(i):i);
toupper            40 source3/libaddns/dnsgss.c 		*szDomainName = toupper( *szDomainName );
toupper          2434 source3/modules/getdate.c       *p = toupper ((unsigned char) *p);
toupper           733 source3/modules/getdate.y       *p = toupper ((unsigned char) *p);
toupper           185 source4/heimdal/lib/asn1/hash.c 	i += toupper((unsigned char)*s);
toupper           129 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	*p = toupper((unsigned char)*p);
toupper          3223 source4/heimdal/lib/hcrypto/imath/imath.c     out = toupper(c) - 'A' + 10;
toupper          3244 source4/heimdal/lib/hcrypto/imath/imath.c       return toupper(out);
toupper           116 source4/heimdal/lib/krb5/keytab_keyfile.c 	*cp = toupper((unsigned char)*cp);
toupper           155 source4/heimdal/lib/ntlm/ntlm.c 	    t = toupper(t);
toupper            48 source4/heimdal/lib/roken/hex.c     c = toupper((unsigned char)c);
toupper            50 source4/heimdal/lib/roken/strupr.c     *s = toupper((unsigned char)*s);
toupper           169 source4/lib/ldb/common/attrib_handlers.c 		if (toupper((unsigned char)*s1) != toupper((unsigned char)*s2))
toupper           190 source4/lib/ldb/common/attrib_handlers.c 	return (int)(toupper(*s1)) - (int)(toupper(*s2));
toupper            65 source4/lib/ldb/common/ldb_utf8.c 		ret[i] = toupper((unsigned char)ret[i]);
toupper           121 source4/lib/ldb/common/ldb_utf8.c 		ret[i] = toupper((unsigned char)ret[i]);
toupper            73 source4/lib/samba3/smbpasswd.c 		hinybble = toupper(p[i]);
toupper            74 source4/lib/samba3/smbpasswd.c 		lonybble = toupper(p[i + 1]);
toupper           474 source4/ntvfs/posix/pvfs_shortname.c 		lead_chars[i] = toupper((unsigned char)lead_chars[i]);
toupper           494 source4/ntvfs/posix/pvfs_shortname.c 				extension[extension_length++] = toupper(c);