Home | History | Annotate | Download | only in config

Lines Matching refs:str2

598   char *str2;
615 for (ch = *str, str2 = ident;
616 (str2 < ident + sizeof (ident) - 1
619 *str2++ = TOLOWER (ch);
621 *str2 = '\0';
622 len = str2 - ident;