Searched refs:next_feature_string (Results 1 – 1 of 1) sorted by relevance
1692 char *next_feature_string = NULL; in parse_mtune_ctrl_str() local1700 next_feature_string = strchr (curr_feature_string, ','); in parse_mtune_ctrl_str()1701 if (next_feature_string) in parse_mtune_ctrl_str()1702 *next_feature_string++ = '\0'; in parse_mtune_ctrl_str()1748 curr_feature_string = next_feature_string; in parse_mtune_ctrl_str()