Home | History | Annotate | Download | only in linker

Lines Matching full:delimiters

351 static void parse_path(const char* path, const char* delimiters,
361 while (i < max_count && (array[i] = strsep(&buf_p, delimiters))) {