Searched refs:tolower (Results 1 – 17 of 17) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/string/ |
D | strcasestr.c | 80 # define CANON_ELEMENT(c) tolower (c) 103 c = tolower((unsigned char)c); in strcasestr() 109 } while ((char)tolower((unsigned char)sc) != c); in strcasestr() 128 ok &= (tolower ((unsigned char) *haystack++) in strcasestr() 129 == tolower ((unsigned char) *needle++)); in strcasestr()
|
D | strcasecmp.c | 61 const int c1 = tolower(*s1++); in strcasecmp() 62 const int c2 = tolower(*s2++); in strcasecmp()
|
D | strncasecmp.c | 63 const int c1 = tolower(*s1++); in strncasecmp() 64 const int c2 = tolower(*s2++); in strncasecmp()
|
D | strlwr.c | 53 *ucs = tolower(*ucs); in strlwr()
|
/picolibc-3.7.0-3.6.0/newlib/libc/posix/ |
D | fnmatch.c | 148 (tolower((unsigned char)c) == in fnmatch() 149 tolower((unsigned char)*string))) in fnmatch() 176 test = tolower((unsigned char)test); in rangematch() 195 c = tolower((unsigned char)c); in rangematch() 206 c2 = tolower((unsigned char)c2); in rangematch()
|
D | regcomp.c | 994 return(tolower(ch)); in othercase()
|
/picolibc-3.7.0-3.6.0/newlib/libc/ctype/ |
D | tolower.c | 90 #undef tolower 92 tolower (int c) in tolower() function
|
D | towlower.c | 79 return c < 0x00ff ? (wint_t)(tolower ((int)c)) : c; in towlower()
|
D | ctype.tex | 51 * tolower:: Translate characters to lowercase (tolower, tolower_l) 113 @include ctype/tolower.def
|
D | CMakeLists.txt | 93 tolower.c
|
D | meson.build | 93 'tolower.c',
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/ |
D | ctype.h | 82 int tolower (int c); 191 __declare_extern_inline(int) tolower (int c) in tolower() function 218 __declare_extern_inline(int) tolower_l (int c, locale_t l) { (void) l; return tolower(c); } in tolower_l() 313 # define tolower(__c) \ macro 322 # define tolower(__c) \ macro 324 (void) __CTYPE_PTR[__x]; (tolower) (__x);})
|
/picolibc-3.7.0-3.6.0/newlib/libc/iconv/lib/ |
D | aliasesi.c | 63 *p = tolower (*str); in canonical_form()
|
/picolibc-3.7.0-3.6.0/newlib/libm/test/ |
D | test_is.c | 1944 int def_tolower (int i) { return tolower(i); } in def_tolower() 2002 #undef tolower 2034 test_to_set(tolower, "tolower function", &setlower, 'A','Z'); in test_is() 2042 test_to_set(tolower, "tolower function", &setlower, 0,255); in test_is()
|
/picolibc-3.7.0-3.6.0/newlib/libc/time/ |
D | strftime.c | 309 # define TOLOWER(c) tolower((int)(unsigned char)(c))
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | ChangeLog-2015 | 5381 (TOLOWER): Define for tolower conversion. 6137 * libc/ctype/tolower.c (tolower): Cast conversion result from 6256 * libc/include/ctype.h (toupper, tolower) 6298 (isprint, isgraph, iscntrl, isblank, toupper, tolower) 6304 (iscntrl, isblank, toupper, tolower): Rewrite to let 'gcc -Wall' 6311 * libc/string/strlwr.c: Avoid passing signed char to tolower. 6312 * libc/string/strupr.c: Avoid passing signed char to tolower. 6679 * libc/ctype/tolower.c (tolower): Reimplement to support any singlebyte 6686 (tolower): Ditto. 12340 * libc/ctype/tolower.c: Likewise. [all …]
|
/picolibc-3.7.0-3.6.0/ |
D | COPYING.picolibc | 1364 newlib/libc/ctype/tolower.c
|