Home
last modified time | relevance | path

Searched refs:lib_path (Results 1 – 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/file/
Dcompile86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
/freebsd-10-stable/contrib/sqlite3/
Dcompile86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
/freebsd-10-stable/contrib/ntp/sntp/libevent/build-aux/
Dcompile86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
/freebsd-10-stable/contrib/openpam/
Dcompile86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
/freebsd-10-stable/contrib/binutils/
DMakefile.tpl385 IF lib_path +]$(TARGET_LIB_PATH_[+module+])[+ ENDIF lib_path +][+
387 [+ FOR target_modules +][+ IF lib_path +]
389 TARGET_LIB_PATH_[+module+] = $$r/$(TARGET_SUBDIR)/[+module+]/[+lib_path+]:
391 [+ ENDIF lib_path +][+ ENDFOR target_modules +]
397 IF lib_path +]$(HOST_LIB_PATH_[+module+])[+ ENDIF lib_path +][+
405 [+ FOR host_modules +][+ IF lib_path +]
408 $$r/$(HOST_SUBDIR)/[+module+]/[+lib_path+]:[+ IF bootstrap
409 +]$$r/$(HOST_SUBDIR)/prev-[+module+]/[+lib_path+]:[+ ENDIF bootstrap +]
411 [+ ENDIF lib_path +][+ ENDFOR host_modules +]
DChangeLog650 * Makefile.def (bfd, opcodes): Fix lib_path.
1348 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
/freebsd-10-stable/contrib/binutils/ld/emultempl/
Dsunos.em468 const char *lib_path;
470 lib_path = (const char *) getenv ("LD_LIBRARY_PATH");
471 if (gld${EMULATION_NAME}_search_needed (lib_path, lname))
Delf32.em982 const char *lib_path;
1009 lib_path = (const char *) getenv ("LD_RUN_PATH");
1010 if (gld${EMULATION_NAME}_search_needed (lib_path, &n,
1014 lib_path = (const char *) getenv ("LD_LIBRARY_PATH");
1015 if (gld${EMULATION_NAME}_search_needed (lib_path, &n, force))
/freebsd-10-stable/contrib/binutils/ld/
DChangeLog-91971328 definition of lib_path inside condition where it is used.