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()180 replace_char_str(ordered_list_data->current_value, COMMA_SEP, SEMICOLON_SEP); in hp_populate_ordered_list_elements_from_package()269 part = strsep(&part_tmp, COMMA_SEP); in hp_populate_ordered_list_elements_from_package()273 part = strsep(&part_tmp, COMMA_SEP); in hp_populate_ordered_list_elements_from_package()351 replace_char_str(ordered_list_data->current_value, COMMA_SEP, SEMICOLON_SEP); in hp_populate_ordered_list_elements_from_buffer()
40 #define COMMA_SEP "," macro