Home
last modified time | relevance | path

Searched refs:TOLOWER (Results 1 – 4 of 4) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/
A Dstrcasecmp.c16 # define TOLOWER(C) towlower_l((C), locale_arg) macro
18 # define TOLOWER(C) towlower((C)) macro
22 # define TOLOWER(C) tolower_l((C), locale_arg) macro
24 # define TOLOWER(C) tolower((C)) macro
44 while ((*s1 == *s2) || (TOLOWER(*s1) == TOLOWER(*s2))) {
51 return (((Wuchar)TOLOWER(*s1)) < ((Wuchar)TOLOWER(*s2))) ? -1 : 1;
57 !(r = ((int)( TOLOWER(*((Wuchar *)s1))))
58 - TOLOWER(*((Wuchar *)s2))))
A Dstrncasecmp.c16 # define TOLOWER(C) towlower_l((C), locale_arg) macro
18 # define TOLOWER(C) towlower((C)) macro
22 # define TOLOWER(C) tolower_l((C), locale_arg) macro
24 # define TOLOWER(C) tolower((C)) macro
44 while (n && ((*s1 == *s2) || (TOLOWER(*s1) == TOLOWER(*s2)))) {
54 : ((((Wuchar)TOLOWER(*s1)) < ((Wuchar)TOLOWER(*s2))) ? -1 : 1);
61 !(r = ((int)( TOLOWER(*((unsigned char *)s1))))
62 - TOLOWER(*((unsigned char *)s2))))
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A D_scanf.c2119 #undef TOLOWER in __psfs_do_numeric()
2120 #define TOLOWER(C) ((C)|0x20) in __psfs_do_numeric() macro
2122 switch (TOLOWER(sc->cc)) { in __psfs_do_numeric()
2138 if (TOLOWER(sc->cc) == *p) { in __psfs_do_numeric()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregex_old.c226 # define TOLOWER(c) _tolower(c) macro
228 # define TOLOWER(c) tolower(c) macro
8015 preg->translate[i] = ISUPPER (i) ? TOLOWER (i) : i; in regcomp()

Completed in 17 milliseconds