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()270 part = strsep(&part_tmp, COMMA_SEP); in hp_populate_ordered_list_elements_from_package()274 part = strsep(&part_tmp, COMMA_SEP); in hp_populate_ordered_list_elements_from_package()352 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