Searched refs:delimiters (Results 1 – 1 of 1) sorted by relevance
339 static void parse_path(const char* path, const char* delimiters, in parse_path() argument349 while (i < max_count && (array[i] = strsep(&buf_p, delimiters))) { in parse_path()