Home | History | Annotate | Download | only in linker

Lines Matching full:delim

2000 static void parse_library_path(char *path, char *delim)
2008 while (i < LDPATH_MAX && (ldpaths[i] = strsep(&ldpaths_bufp, delim))) {
2014 * last char isn't '\0' (i.e. not originally a delim). */