toupper           308 compat/regex/regex_internal.c 		= toupper (pstr->raw_mbs[pstr->raw_mbs_idx + byte_idx]);
toupper           548 compat/regex/regex_internal.c 	pstr->mbs[char_idx] = toupper (ch);
toupper            14 compat/strcasestr.c 			if (toupper(c1) != toupper(c2))
toupper           306 date.c         		if (toupper(*date) == toupper(*str))
toupper          3638 diff.c         			optch = toupper(optch);
toupper          2024 dir.c          		return toupper(a) - toupper(b);
toupper            40 ident.c        			strbuf_addch(name, toupper(*w->pw_name));
toupper           157 name-hash.c    			c1 = toupper(c1);
toupper           158 name-hash.c    			c2 = toupper(c2);
toupper           200 wildmatch.c    						uchar t_ch_upper = toupper(t_ch);