Lines Matching refs:str2
598 char *str2;615 for (ch = *str, str2 = ident;616 (str2 < ident + sizeof (ident) - 1619 *str2++ = TOLOWER (ch);621 *str2 = '\0';622 len = str2 - ident;