Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/ctype/
Dtoupper.c90 #undef toupper
92 toupper (int c) in toupper() function
Dtowupper.c79 return c < 0x00ff ? (wint_t)(toupper ((int)c)) : c; in towupper()
Dctype.tex52 * Function toupper:: Translate characters to uppercase (toupper, toupper_l)
116 @include ctype/toupper.def
DCMakeLists.txt95 toupper.c
Dmeson.build95 'toupper.c',
/picolibc-latest/newlib/libc/include/
Dctype.h81 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/
Dstrupr.c54 *ucs = toupper(*ucs); in strupr()
/picolibc-latest/newlib/libm/test/
Dtest_is.c1945 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/
Dlong_double_gen.5c74 toupper(string s)
89 string prec = toupper(name) + "_PREC";
/picolibc-latest/newlib/libc/posix/
Dregcomp.c992 return(toupper(ch)); in othercase()
/picolibc-latest/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-latest/
DCOPYING.picolibc1416 newlib/libc/ctype/toupper.c