Home | History | Annotate | Download | only in src

Lines Matching full:ld_library_path2

1337   char *ld_library_path2;
1403 ld_library_path2 = strchr (ld_library_path1, ';');
1404 if (ld_library_path2 == NULL)
1407 after the -L parameters (-> ld_library_path2). */
1408 ld_library_path2 = ld_library_path1;
1414 *ld_library_path2++ = '\0';
1421 add_rxxpath (&ld_state.ld_library_path2, ld_library_path2);
1422 normalize_dirlist (&ld_state.ld_library_path2);