Home | History | Annotate | Download | only in stdlib

Lines Matching full:tolower

1375 	if (tolower((unsigned char)*s) == 'i' && strncasecmp(s, "inf", 3) == 0) {
1387 if (tolower((unsigned char)*s) == 'n' && strncasecmp(s, "nan", 3) == 0) {