Home
last modified time | relevance | path

Searched refs:toupper (Results 1 – 12 of 12) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/ctype/
Dtoupper.c91 #undef toupper
93 toupper (int c) in toupper() function
Dtowupper.c81 return c < 0x00ff ? (wint_t)(toupper ((int)c)) : c; in towupper()
Dctype.tex52 * toupper:: Translate characters to uppercase (toupper, toupper_l)
116 @include ctype/toupper.def
DCMakeLists.txt93 toupper.c
Dmeson.build93 'toupper.c',
/picolibc-3.5.0-3.4.0/newlib/libc/string/
Dstrupr.c53 *ucs = toupper(*ucs); in strupr()
/picolibc-3.5.0-3.4.0/newlib/libc/include/
Dctype.h59 int toupper (int __c);
194 # define toupper(__c) \ macro
203 # define toupper(__c) \ macro
205 (void) __CTYPE_PTR[__x]; (toupper) (__x);})
/picolibc-3.5.0-3.4.0/newlib/libm/test/
Dtest_is.c1945 int def_toupper (int i) { return toupper(i); } in def_toupper()
2003 #undef toupper
2035 test_to_set(toupper, "toupper function", &setupper, 'a','z'); in test_is()
2043 test_to_set(toupper, "toupper function", &setupper, 0,255); in test_is()
/picolibc-3.5.0-3.4.0/test/
Dlong_double_gen.5c69 toupper(string s)
84 string prec = toupper(name) + "_PREC";
/picolibc-3.5.0-3.4.0/newlib/libc/posix/
Dregcomp.c997 return(toupper(ch)); in othercase()
/picolibc-3.5.0-3.4.0/newlib/
DChangeLog-20156139 * libc/ctype/toupper.c (toupper): Ditto.
6255 Allow gcc warning for toupper even with extended charsets.
6256 * libc/include/ctype.h (toupper, tolower)
6298 (isprint, isgraph, iscntrl, isblank, toupper, tolower)
6304 (iscntrl, isblank, toupper, tolower): Rewrite to let 'gcc -Wall'
6681 * libc/ctype/toupper.c (toupper): Ditto.
6685 (toupper): Disable macro on systems supporting extended charsets.
12341 * libc/ctype/toupper.c: Likewise.
20710 * libc/include/ctype.h: Changed tolower and toupper macros
21688 them rather than use toupper.
[all …]
/picolibc-3.5.0-3.4.0/
DCOPYING.picolibc1260 newlib/libc/ctype/toupper.c