Searched refs:max_count (Results 1 – 1 of 1) sorted by relevance
356 const char** array, char* buf, size_t buf_size, size_t max_count) { in parse_path() argument365 while (i < max_count && (array[i] = strsep(&buf_p, delimiters))) { in parse_path()