Home | History | Annotate | Download | only in linux

Lines Matching full:identifier_str

797   char identifier_str[40];
800 identifier_str,
801 sizeof(identifier_str));
803 for (int i = 0; identifier_str[i] != '\0'; ++i)
804 if (identifier_str[i] != '-')
805 id_no_dash += identifier_str[i];