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
332
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/external/bsd/openldap/dist/include/ac/
ctype.h
24
#undef
TOUPPER
28
# define
TOUPPER
(c) (islower(c) ?
toupper
(c) : (c))
31
# define
TOUPPER
(c)
toupper
(c)
/src/external/ibm-public/postfix/dist/src/util/
uppercase.c
43
*cp =
TOUPPER
(ch);
fullname.c
90
VSTRING_ADDCH(result,
TOUPPER
(pwd->pw_name[0]));
/src/external/gpl3/gcc/dist/gcc/
genattr-common.cc
36
putchar (
TOUPPER
(*str));
55
putchar (
TOUPPER
(*tag++));
/src/external/gpl3/gcc.old/dist/gcc/
genattr-common.cc
36
putchar (
TOUPPER
(*str));
55
putchar (
TOUPPER
(*tag++));
/src/external/gpl3/gcc.old/dist/gcc/d/
d-port.cc
46
result =
TOUPPER
(c1) -
TOUPPER
(c2);
64
*s =
TOUPPER
(*s);
d-ctfloat.cc
117
buffer[i] =
TOUPPER
(buffer[i]);
/src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
strtol.c
202
# define
TOUPPER
(Ch) __towupper_l ((Ch), loc)
206
# define
TOUPPER
(Ch) towupper (Ch)
215
# define
TOUPPER
(Ch) __toupper_l ((Ch), loc)
219
# define
TOUPPER
(Ch)
toupper
(Ch)
316
if ((base == 0 || base == 16) &&
TOUPPER
(s[1]) == L_('X'))
338
&& (!ISALPHA (c) || (int) (
TOUPPER
(c) - L_('A') + 10) >= base))
361
c =
TOUPPER
(c) - L_('A') + 10;
415
if (save - nptr >= 2 &&
TOUPPER
(save[-1]) == L_('X')
/src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
strtol.c
202
# define
TOUPPER
(Ch) __towupper_l ((Ch), loc)
206
# define
TOUPPER
(Ch) towupper (Ch)
215
# define
TOUPPER
(Ch) __toupper_l ((Ch), loc)
219
# define
TOUPPER
(Ch)
toupper
(Ch)
316
if ((base == 0 || base == 16) &&
TOUPPER
(s[1]) == L_('X'))
338
&& (!ISALPHA (c) || (int) (
TOUPPER
(c) - L_('A') + 10) >= base))
361
c =
TOUPPER
(c) - L_('A') + 10;
415
if (save - nptr >= 2 &&
TOUPPER
(save[-1]) == L_('X')
/src/external/bsd/ipf/dist/lib/
printfieldhdr.c
49
*t =
TOUPPER
(*t);
ipft_hx.c
171
c = ISDIGIT(c) ? (c - '0') : (
TOUPPER
(c) - 55);
/src/external/gpl2/diffutils/dist/lib/
strtol.c
209
# define
TOUPPER
(Ch) __towupper_l ((Ch), loc)
213
# define
TOUPPER
(Ch) towupper (Ch)
227
# define
TOUPPER
(Ch) __toupper_l ((Ch), loc)
231
# define
TOUPPER
(Ch) (IN_CTYPE_DOMAIN (Ch) ?
toupper
(Ch) : (Ch))
338
if ((base == 0 || base == 16) &&
TOUPPER
(s[1]) == L_('X'))
360
&& (!ISALPHA (c) || (int) (
TOUPPER
(c) - L_('A') + 10) >= base))
383
c =
TOUPPER
(c) - L_('A') + 10;
437
if (save - nptr >= 2 &&
TOUPPER
(save[-1]) == L_('X')
/src/external/gpl2/grep/dist/lib/
strtol.c
213
# define
TOUPPER
(Ch) __towupper_l ((Ch), loc)
217
# define
TOUPPER
(Ch) towupper (Ch)
231
# define
TOUPPER
(Ch) __toupper_l ((Ch), loc)
235
# define
TOUPPER
(Ch) (IN_CTYPE_DOMAIN (Ch) ?
toupper
(Ch) : (Ch))
342
if ((base == 0 || base == 16) &&
TOUPPER
(s[1]) == L_('X'))
364
&& (!ISALPHA (c) || (int) (
TOUPPER
(c) - L_('A') + 10) >= base))
387
c =
TOUPPER
(c) - L_('A') + 10;
441
if (save - nptr >= 2 &&
TOUPPER
(save[-1]) == L_('X')
/src/external/gpl2/xcvs/dist/lib/
strtol.c
210
# define
TOUPPER
(Ch) __towupper_l ((Ch), loc)
214
# define
TOUPPER
(Ch) towupper (Ch)
228
# define
TOUPPER
(Ch) __toupper_l ((Ch), loc)
232
# define
TOUPPER
(Ch) (IN_CTYPE_DOMAIN (Ch) ?
toupper
(Ch) : (Ch))
329
if ((base == 0 || base == 16) &&
TOUPPER
(s[1]) == L_('X'))
351
&& (!ISALPHA (c) || (int) (
TOUPPER
(c) - L_('A') + 10) >= base))
374
c =
TOUPPER
(c) - L_('A') + 10;
428
if (save - nptr >= 2 &&
TOUPPER
(save[-1]) == L_('X')
/src/external/bsd/nvi/dist/common/
multibyte.h
60
#define
TOUPPER
towupper
93
#define
TOUPPER
toupper
/src/external/bsd/openldap/dist/libraries/libldap/
string.c
122
*s =
TOUPPER
( (unsigned char) *s );
139
*s =
TOUPPER
( (unsigned char) *s );
/src/external/bsd/openldap/dist/contrib/slapd-modules/ciboolean/
ciboolean.c
78
nvalue.bv_val[i] =
TOUPPER
( val->bv_val[i] );
/src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch-c.cc
48
*p =
TOUPPER
(*p); \
/src/external/bsd/nvi/dist/ex/
ex_usage.c
88
ap->bp[0] =
TOUPPER
((UCHAR_T)ap->bp[0]);
126
nb[1] =
TOUPPER
((UCHAR_T)cp->name[0]);
/src/tests/lib/libc/gen/
h_ctype_abuse.c
65
M(
TOUPPER
,
toupper
) \
/src/external/bsd/openldap/dist/servers/slapd/
phonetic.c
130
phoneme[0] =
TOUPPER
((unsigned char)*p);
134
ch =
TOUPPER
((unsigned char)*p);
235
*n++ =
TOUPPER
((unsigned char)*Word);
/src/external/gpl3/binutils/dist/gas/config/
atof-ieee.c
340
if (
TOUPPER
(generic_floating_point_number.sign) != 'S')
347
words[0] =
TOUPPER
(generic_floating_point_number.sign) == 'S'
366
words[1] =
TOUPPER
(generic_floating_point_number.sign) == 'S'
378
words[0] =
TOUPPER
(generic_floating_point_number.sign) == 'S'
/src/external/gpl3/binutils/dist/opcodes/
cgen-asm.in
96
*rx++ =
TOUPPER
(c);
130
*rx++ =
TOUPPER
(c);
/src/external/gpl3/binutils.old/dist/gas/config/
atof-ieee.c
340
if (
TOUPPER
(generic_floating_point_number.sign) != 'S')
347
words[0] =
TOUPPER
(generic_floating_point_number.sign) == 'S'
366
words[1] =
TOUPPER
(generic_floating_point_number.sign) == 'S'
378
words[0] =
TOUPPER
(generic_floating_point_number.sign) == 'S'
/src/external/gpl3/binutils.old/dist/opcodes/
cgen-asm.in
96
*rx++ =
TOUPPER
(c);
130
*rx++ =
TOUPPER
(c);
Completed in 29 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Sat Apr 04 00:22:49 UTC 2026