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()181 replace_char_str(ordered_list_data->current_value, COMMA_SEP, SEMICOLON_SEP); in hp_populate_ordered_list_elements_from_package()265 part = strsep(&part_tmp, COMMA_SEP); in hp_populate_ordered_list_elements_from_package()269 part = strsep(&part_tmp, COMMA_SEP); in hp_populate_ordered_list_elements_from_package()347 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