Searched refs:totalpath (Results 1 – 1 of 1) sorted by relevance
537 char *curpath, path[MAXPATHLEN], *tofree, *totalpath; in load_library() local543 tofree = totalpath = strdup(library_path()); in load_library()544 if (totalpath == NULL) in load_library()547 if (strchr(totalpath, ':') != NULL) in load_library()548 curpath = strsep(&totalpath, ":"); in load_library()550 curpath = totalpath; in load_library()562 curpath = strsep(&totalpath, ":"); in load_library()