Home | History | Annotate | Download | only in src

Lines Matching refs:ld_library_path2

1255   char *ld_library_path2;
1321 ld_library_path2 = strchr (ld_library_path1, ';');
1322 if (ld_library_path2 == NULL)
1325 after the -L parameters (-> ld_library_path2). */
1326 ld_library_path2 = ld_library_path1;
1332 *ld_library_path2++ = '\0';
1339 add_rxxpath (&ld_state.ld_library_path2, ld_library_path2);
1340 normalize_dirlist (&ld_state.ld_library_path2);