Searched defs:tolower (Results 1 - 2 of 2) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
H A DosRgstry_parser.c79 #ifndef tolower
80 #define tolower(c) ( (c) | 0x20) macro
98 for( i=0; &buf[i] <= end_buf && buf[i] && str[i] && (tolower(buf[i]) == tolower(str[i])); i++ ) ;
100 if ((!str[i]) && (!((tolower(*(buf-1))>='a') && (tolower(*(buf-1))<='z'))))
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/
H A DosRgstry_parser.c83 #ifndef tolower
84 #define tolower(c) ( (c) | 0x20) macro
102 for( i=0; &buf[i] <= end_buf && buf[i] && str[i] && (tolower(buf[i]) == tolower(str[i])); i++ ) ;
104 if ((!str[i]) && (!((tolower(*(buf-1))>='a') && (tolower(*(buf-1))<='z'))))

Completed in 3120 milliseconds