Searched defs:TOLOWER (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/lib/
H A Dstrcasecmp.c27 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
H A Dstrncasecmp.c27 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
H A Dstrcasestr.c29 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dm-common.c40 #define TOLOWER(C) (ISUPPER(C) ? tolower(C) : (C)) macro
H A Dregex.c214 # define TOLOWER macro
216 # define TOLOWER macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dsetup_once.h265 #define TOLOWER(x) (tolower((int) ((unsigned char)x))) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dregex.c258 # define TOLOWER macro
260 # define TOLOWER macro

Completed in 125 milliseconds