Lines Matching full:isalnum
300 if (Name[i] != '_' && !isalnum(Name[i]) &&696 return (isalnum(c) || c == '-' || c == '_');