Searched refs:verb_ptr (Results 1 – 1 of 1) sorted by relevance
2455 char *next_str, *buf, *p, *verb_ptr, *temp_ptr; in parse_single_config_format() local2551 verb_ptr = (char *) in parse_single_config_format()2553 if (verb_ptr == NULL) { in parse_single_config_format()2557 strlcpy(verb_ptr, list->case_name, in parse_single_config_format()2560 = verb_ptr; in parse_single_config_format()2584 verb_ptr = (char *) in parse_single_config_format()2586 if (verb_ptr == NULL) { in parse_single_config_format()2590 strlcpy(verb_ptr, list->case_name, in parse_single_config_format()2593 = verb_ptr; in parse_single_config_format()2630 verb_ptr = in parse_single_config_format()[all …]