Searched refs:toupper (Results 1 – 12 of 12) sorted by relevance
/picolibc-latest/newlib/libc/ctype/ |
D | toupper.c | 90 #undef toupper 92 toupper (int c) in toupper() function
|
D | towupper.c | 79 return c < 0x00ff ? (wint_t)(toupper ((int)c)) : c; in towupper()
|
D | ctype.tex | 52 * Function toupper:: Translate characters to uppercase (toupper, toupper_l) 116 @include ctype/toupper.def
|
D | CMakeLists.txt | 95 toupper.c
|
D | meson.build | 95 'toupper.c',
|
/picolibc-latest/newlib/libc/include/ |
D | ctype.h | 81 int toupper (int c); 196 __declare_extern_inline(int) toupper (int c) in toupper() function 217 __declare_extern_inline(int) toupper_l (int c, locale_t l) { (void) l; return toupper(c); } in toupper_l() 316 # define toupper(__c) \ macro 325 # define toupper(__c) \ macro 327 (void) __CTYPE_PTR[__x]; (toupper) (__x);})
|
/picolibc-latest/newlib/libc/string/ |
D | strupr.c | 54 *ucs = toupper(*ucs); in strupr()
|
/picolibc-latest/newlib/libm/test/ |
D | test_is.c | 1945 static int def_toupper (int i) { return toupper(i); } in def_toupper() 2004 #undef toupper 2036 test_to_set(toupper, "toupper function", &setupper, 'a','z'); in test_is() 2044 test_to_set(toupper, "toupper function", &setupper, 0,255); in test_is()
|
/picolibc-latest/test/ |
D | long_double_gen.5c | 74 toupper(string s) 89 string prec = toupper(name) + "_PREC";
|
/picolibc-latest/newlib/libc/posix/ |
D | regcomp.c | 992 return(toupper(ch)); in othercase()
|
/picolibc-latest/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-latest/ |
D | COPYING.picolibc | 1416 newlib/libc/ctype/toupper.c
|