Home | History | Annotate | Download | only in src

Lines Matching refs:ld_library_path2

1349   char *ld_library_path2;
1415 ld_library_path2 = strchr (ld_library_path1, ';');
1416 if (ld_library_path2 == NULL)
1419 after the -L parameters (-> ld_library_path2). */
1420 ld_library_path2 = ld_library_path1;
1426 *ld_library_path2++ = '\0';
1433 add_rxxpath (&ld_state.ld_library_path2, ld_library_path2);
1434 normalize_dirlist (&ld_state.ld_library_path2);