/glibc-2.36/wcsmbs/ |
D | wcscasecmp.c | 27 # define TOLOWER(Ch) towlower (Ch) macro 31 # define TOLOWER(Ch) __towlower_l ((Ch), loc) macro 33 # define TOLOWER(Ch) towlower (Ch) macro
|
D | wcsncase.c | 29 # define TOLOWER(Ch) towlower (Ch) macro 33 # define TOLOWER(Ch) __towlower_l ((Ch), loc) macro 35 # define TOLOWER(Ch) towlower (Ch) macro
|
/glibc-2.36/string/ |
D | strcasecmp.c | 27 # define TOLOWER(Ch) tolower (Ch) macro 33 # define TOLOWER(Ch) __tolower_l ((Ch), loc) macro
|
D | strncase.c | 29 # define TOLOWER(Ch) tolower (Ch) macro 35 # define TOLOWER(Ch) __tolower_l ((Ch), loc) macro
|
D | strcasestr.c | 35 #define TOLOWER(Ch) tolower (Ch) macro
|
/glibc-2.36/sysdeps/x86_64/multiarch/ |
D | strcmp-sse4_2.S | 176 # define TOLOWER(reg1, reg2) \ macro 190 # define TOLOWER(reg1, reg2) macro
|
D | strcmp-sse2.S | 165 # define TOLOWER(reg1, reg2) \ macro 178 # define TOLOWER(reg1, reg2) macro
|
D | strcmp-avx2.S | 125 # define TOLOWER(reg1_in, reg1_out, reg2_in, reg2_out, ext) \ macro
|
D | strcmp-evex.S | 143 # define TOLOWER(reg1, reg2, ext) \ macro
|
/glibc-2.36/sysdeps/powerpc/powerpc64/power8/ |
D | strcasestr.S | 63 #define TOLOWER(reg) \ macro
|
D | strcasecmp.S | 32 #define TOLOWER() \ macro
|
/glibc-2.36/sysdeps/i386/i686/multiarch/ |
D | strcmp-sse4.S | 214 # define TOLOWER(reg1, reg2) \ macro 238 # define TOLOWER(reg1, reg) macro
|
D | strcmp-ssse3.S | 284 # define TOLOWER(reg1, reg2) \ macro 301 # define TOLOWER(reg1, reg2) macro
|
/glibc-2.36/time/ |
D | strftime_l.c | 304 # define TOLOWER(Ch, L) __towlower_l (Ch, L) macro 307 # define TOLOWER(Ch, L) towlower (Ch) macro 313 # define TOLOWER(Ch, L) __tolower_l (Ch, L) macro 316 # define TOLOWER(Ch, L) tolower (Ch) macro 320 # define TOLOWER(Ch, L) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
|
/glibc-2.36/stdio-common/ |
D | vfscanf-internal.c | 92 # define TOLOWER(Ch) towlower (Ch) macro 125 # define TOLOWER(Ch) __tolower_l ((unsigned char) (Ch), loc) macro
|
/glibc-2.36/stdlib/ |
D | strtod_l.c | 113 # define TOLOWER(Ch) __towlower_l ((Ch), loc) macro 124 # define TOLOWER(Ch) __tolower_l ((Ch), loc) macro
|