Home | History | Annotate | Download | only in config

Lines Matching full:isalnum

911   while ((ISALNUM (*s)) && cnt < 10)
948 while ((ISALNUM (*s)) && cnt < 10)
985 while ((ISALNUM (*s)) && cnt < 10)
1064 while ((ISALNUM (*str) || *str == '.' || *str == '_') && cnt < 10)