Home | History | Annotate | Download | only in config

Lines Matching refs:str2

1882   char *str2;
1994 for (ch = *str, str2 = ident;
1995 (str2 < ident + sizeof (ident) - 1
1999 *str2++ = TOLOWER (ch);
2002 *str2 = '\0';
2003 len = str2 - ident;