Searched refs:path_ptr (Results 1 – 2 of 2) sorted by relevance
29 int parse_path(char **path_ptr, char **prop_ptr, char *value_str);
136 int parse_path(char **path_ptr, char **prop_ptr, char *value_str) { in parse_path() argument137 return split_str(path_ptr, prop_ptr, value_str, ':'); in parse_path()