Searched refs:toupper (Results 1 – 12 of 12) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/ctype/ |
D | toupper.c | 91 #undef toupper 93 toupper (int c) in toupper() function
|
D | towupper.c | 81 return c < 0x00ff ? (wint_t)(toupper ((int)c)) : c; in towupper()
|
D | ctype.tex | 52 * toupper:: Translate characters to uppercase (toupper, toupper_l) 116 @include ctype/toupper.def
|
D | CMakeLists.txt | 93 toupper.c
|
D | meson.build | 93 'toupper.c',
|
/picolibc-3.5.0-3.4.0/newlib/libc/string/ |
D | strupr.c | 53 *ucs = toupper(*ucs); in strupr()
|
/picolibc-3.5.0-3.4.0/newlib/libc/include/ |
D | ctype.h | 59 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/ |
D | test_is.c | 1945 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/ |
D | long_double_gen.5c | 69 toupper(string s) 84 string prec = toupper(name) + "_PREC";
|
/picolibc-3.5.0-3.4.0/newlib/libc/posix/ |
D | regcomp.c | 997 return(toupper(ch)); in othercase()
|
/picolibc-3.5.0-3.4.0/newlib/ |
D | ChangeLog-2015 | 6139 * 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/ |
D | COPYING.picolibc | 1260 newlib/libc/ctype/toupper.c
|