Home | History | Annotate | Download | only in config

Lines Matching refs:str2

8004   char *str2;
8011 for (ch = *str, str2 = ident;
8012 (str2 < ident + sizeof (ident) - 1
8016 *str2++ = ch;
8019 *str2 = '\0';
8020 len = str2 - ident;