Searched refs:COMMA_SEP (Results 1 – 2 of 2) sorted by relevance
53 return replace_char_str(buf, SEMICOLON_SEP, COMMA_SEP); in validate_ordered_list_input()184 replace_char_str(ordered_list_data->current_value, COMMA_SEP, SEMICOLON_SEP); in hp_populate_ordered_list_elements_from_package()271 part = strsep(&part_tmp, COMMA_SEP); in hp_populate_ordered_list_elements_from_package()277 part = strsep(&part_tmp, COMMA_SEP); in hp_populate_ordered_list_elements_from_package()355 replace_char_str(ordered_list_data->current_value, COMMA_SEP, SEMICOLON_SEP); in hp_populate_ordered_list_elements_from_buffer()
39 #define COMMA_SEP "," macro