D | dl-load.c | 468 fillin_rpath (char *rpath, struct r_search_path_elem **result, const char *sep, in fillin_rpath() argument 474 while ((cp = __strsep (&rpath, sep)) != NULL) in fillin_rpath() 579 const char *rpath, struct link_map *l, const char *what) in decompose_rpath() argument 622 if (*rpath == '\0') in decompose_rpath() 629 char *copy = __strdup (rpath); in decompose_rpath()
|