Home | History | Annotate | Download | only in config

Lines Matching refs:str2

8000   char *str2;
8007 for (ch = *str, str2 = ident;
8008 (str2 < ident + sizeof (ident) - 1
8012 *str2++ = ch;
8015 *str2 = '\0';
8016 len = str2 - ident;