Home
last modified time | relevance | path

Searched defs:TOLOWER (Results 1 – 16 of 16) sorted by relevance

/glibc-2.36/wcsmbs/
Dwcscasecmp.c27 # define TOLOWER(Ch) towlower (Ch) macro
31 # define TOLOWER(Ch) __towlower_l ((Ch), loc) macro
33 # define TOLOWER(Ch) towlower (Ch) macro
Dwcsncase.c29 # 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/
Dstrcasecmp.c27 # define TOLOWER(Ch) tolower (Ch) macro
33 # define TOLOWER(Ch) __tolower_l ((Ch), loc) macro
Dstrncase.c29 # define TOLOWER(Ch) tolower (Ch) macro
35 # define TOLOWER(Ch) __tolower_l ((Ch), loc) macro
Dstrcasestr.c35 #define TOLOWER(Ch) tolower (Ch) macro
/glibc-2.36/sysdeps/x86_64/multiarch/
Dstrcmp-sse4_2.S176 # define TOLOWER(reg1, reg2) \ macro
190 # define TOLOWER(reg1, reg2) macro
Dstrcmp-sse2.S165 # define TOLOWER(reg1, reg2) \ macro
178 # define TOLOWER(reg1, reg2) macro
Dstrcmp-avx2.S125 # define TOLOWER(reg1_in, reg1_out, reg2_in, reg2_out, ext) \ macro
Dstrcmp-evex.S143 # define TOLOWER(reg1, reg2, ext) \ macro
/glibc-2.36/sysdeps/powerpc/powerpc64/power8/
Dstrcasestr.S63 #define TOLOWER(reg) \ macro
Dstrcasecmp.S32 #define TOLOWER() \ macro
/glibc-2.36/sysdeps/i386/i686/multiarch/
Dstrcmp-sse4.S214 # define TOLOWER(reg1, reg2) \ macro
238 # define TOLOWER(reg1, reg) macro
Dstrcmp-ssse3.S284 # define TOLOWER(reg1, reg2) \ macro
301 # define TOLOWER(reg1, reg2) macro
/glibc-2.36/time/
Dstrftime_l.c304 # 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/
Dvfscanf-internal.c92 # define TOLOWER(Ch) towlower (Ch) macro
125 # define TOLOWER(Ch) __tolower_l ((unsigned char) (Ch), loc) macro
/glibc-2.36/stdlib/
Dstrtod_l.c113 # define TOLOWER(Ch) __towlower_l ((Ch), loc) macro
124 # define TOLOWER(Ch) __tolower_l ((Ch), loc) macro