OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toupper
(Results
1 - 25
of
81
) sorted by relevancy
1
2
3
4
/xsrc/external/mit/ctwm/dist/
util.h
46
* Define some helper macros, because "The argument to
toupper
() must be
56
#define
Toupper
(c)
toupper
((int)(unsigned char)(c))
/xsrc/external/mit/xedit/dist/lisp/
string.c
87
value =
toupper
(value);
104
next_value =
toupper
(next_value);
110
value =
toupper
(value);
122
next_value =
toupper
(next_value);
267
result = SCHAR(
toupper
(value));
629
character =
toupper
(character);
956
if (
toupper
(*string1) !=
toupper
(*string2))
970
cmp1 =
toupper
(cmp1);
971
cmp2 =
toupper
(cmp2)
[
all
...]
debugger.c
536
*ptr =
toupper
(*ptr);
570
*ptr =
toupper
(*ptr);
734
*ptr =
toupper
(*ptr);
helper.c
97
toupper
(SCHAR_VALUE(left)) ==
toupper
(SCHAR_VALUE(right)))
106
if (
toupper
(sl[i]) !=
toupper
(sr[i]))
hash.c
85
key = (unsigned long)
toupper
(SCHAR_VALUE(object));
93
key = (key << 1) ^
toupper
(string[i]);
format.c
422
arguments->command =
toupper
(tmpcmd);
1096
*ptr =
toupper
(*ptr);
1112
*ptr =
toupper
(*ptr);
read.c
1141
ch =
toupper
(ch);
1179
ch =
toupper
(ch);
1657
ch =
toupper
(ch);
/xsrc/external/mit/xtrap/dist/
xtrapstats.c
113
switch(
toupper
(buffer[0]))
/xsrc/external/mit/MesaLib/dist/src/broadcom/clif/
v3dx_dump.c
52
name[j++] =
toupper
(xml_name[i]);
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/clif/
v3dx_dump.c
52
name[j++] =
toupper
(xml_name[i]);
/xsrc/external/mit/libXaw/dist/src/
AsciiSrc.c
871
&&
toupper
((unsigned char)c) ==
toupper
((unsigned char)ptr[-1]))) {
918
&&
toupper
((unsigned char)c) ==
toupper
((unsigned char)ptr[1]))) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
builder_misc.cpp
345
if (
toupper
(tempStr[pos + 1]) == 'X')
406
if (
toupper
(tempStr[pos + 1]) == 'X')
/xsrc/external/mit/xedit/dist/lisp/re/
rec.c
358
upper =
toupper
(value);
560
value =
toupper
(value);
reo.c
419
((islower(j[0]) &&
toupper
(j[0]) == j[1]) ||
/xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/
headergen2.c
461
f.guard[j] =
toupper
(f.guard[j]);
/xsrc/external/mit/xf86-input-elographics/dist/src/
xf86Elo.c
604
ok = xf86EloWaitReply(
toupper
(request[1]), reply, fd);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
builder_misc.cpp
400
if (
toupper
(tempStr[pos + 1]) == 'X')
477
if (
toupper
(tempStr[pos + 1]) == 'X')
/xsrc/external/mit/xorg-server.old/dist/xkb/
xkbtext.c
439
buf[len+9]=
toupper
(buf[len+9]);
500
buf[len+3]=
toupper
(buf[len+3]);
/xsrc/external/mit/xorg-server/dist/xkb/
xkbtext.c
481
buf[len + 9] =
toupper
((unsigned char)buf[len + 9]);
543
buf[len + 3] =
toupper
(buf[len + 3]);
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui_demo.cpp
52
#include <ctype.h> //
toupper
, isprint
3148
static int Stricmp(const char* str1, const char* str2) { int d; while ((d =
toupper
(*str2) -
toupper
(*str1)) == 0 && *str1) { str1++; str2++; } return d; }
3149
static int Strnicmp(const char* str1, const char* str2, int n) { int d = 0; while (n > 0 && (d =
toupper
(*str2) -
toupper
(*str1)) == 0 && *str1) { str1++; str2++; n--; } return d; }
3383
c =
toupper
(candidates[i][match_len]);
3384
else if (c == 0 || c !=
toupper
(candidates[i][match_len]))
/xsrc/external/mit/libxkbfile/dist/src/
xkbtext.c
475
buf[len + 9] =
toupper
(buf[len + 9]);
663
buf[len + 3] =
toupper
(buf[len + 3]);
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
gtest-port.h
1940
inline char
ToUpper
(char ch) {
1941
return static_cast<char>(
toupper
(static_cast<unsigned char>(ch)));
/xsrc/external/mit/font-util/dist/
ucs2any.c
160
*t = (char)
toupper
(*t);
/xsrc/external/mit/libX11/dist/src/xkb/
XKBBind.c
647
char ch =
toupper
(buffer[i]);
/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
gtest-port.h
2280
inline char
ToUpper
(char ch) {
2281
return static_cast<char>(
toupper
(static_cast<unsigned char>(ch)));
Completed in 38 milliseconds
1
2
3
4
Indexes created Fri Jun 19 00:25:02 UTC 2026