Home
last modified time | relevance | path

Searched refs:tolower (Results 1 – 17 of 17) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/string/
Dstrcasestr.c80 # 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()
Dstrcasecmp.c61 const int c1 = tolower(*s1++); in strcasecmp()
62 const int c2 = tolower(*s2++); in strcasecmp()
Dstrncasecmp.c63 const int c1 = tolower(*s1++); in strncasecmp()
64 const int c2 = tolower(*s2++); in strncasecmp()
Dstrlwr.c53 *ucs = tolower(*ucs); in strlwr()
/picolibc-3.7.0-3.6.0/newlib/libc/posix/
Dfnmatch.c148 (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()
Dregcomp.c994 return(tolower(ch)); in othercase()
/picolibc-3.7.0-3.6.0/newlib/libc/ctype/
Dtolower.c90 #undef tolower
92 tolower (int c) in tolower() function
Dtowlower.c79 return c < 0x00ff ? (wint_t)(tolower ((int)c)) : c; in towlower()
Dctype.tex51 * tolower:: Translate characters to lowercase (tolower, tolower_l)
113 @include ctype/tolower.def
DCMakeLists.txt93 tolower.c
Dmeson.build93 'tolower.c',
/picolibc-3.7.0-3.6.0/newlib/libc/include/
Dctype.h82 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/
Daliasesi.c63 *p = tolower (*str); in canonical_form()
/picolibc-3.7.0-3.6.0/newlib/libm/test/
Dtest_is.c1944 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/
Dstrftime.c309 # define TOLOWER(c) tolower((int)(unsigned char)(c))
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-20155381 (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/
DCOPYING.picolibc1364 newlib/libc/ctype/tolower.c