| /freebsd-12.1/contrib/atf/atf-c++/ |
| H A D | pkg_config_test.sh | 116 libpath= 121 if [ -z "${libpath}" ]; then 122 libpath="${dir}" 124 libpath="${libpath}:${dir}" 134 "LD_LIBRARY_PATH=${libpath} ./tp tc"
|
| /freebsd-12.1/contrib/atf/atf-c/ |
| H A D | pkg_config_test.sh | 116 libpath= 121 if [ -z "${libpath}" ]; then 122 libpath="${dir}" 124 libpath="${libpath}:${dir}" 134 "LD_LIBRARY_PATH=${libpath} ./tp tc"
|
| /freebsd-12.1/lib/libc/tests/stdlib/ |
| H A D | dynthr_test.c | 67 char *libpath; in ATF_TC_BODY() local 74 if (asprintf(&libpath, "%s/dynthr_mod.so", srcdir) < 0) in ATF_TC_BODY() 76 mod_handle = dlopen(libpath, RTLD_LOCAL); in ATF_TC_BODY() 77 free(libpath); in ATF_TC_BODY()
|
| /freebsd-12.1/usr.sbin/keyserv/ |
| H A D | crypt_server.c | 177 void load_des(warn, libpath) in load_des() argument 179 char *libpath; 183 if (libpath == NULL) 187 snprintf(dlpath, sizeof(dlpath), "%s", libpath);
|
| /freebsd-12.1/tools/build/ |
| H A D | check-links.sh | 77 ${lib}:*) libpath="${libpair#*:}" && break ;; 81 libpath="${lib}" 85 …lib_symbols="$(nm -D --defined-only --format=posix "${libpath}" | awk '$2 ~ /C|R|D|T|W|B|V/ {print…
|
| /freebsd-12.1/contrib/llvm/lib/ToolDrivers/llvm-lib/ |
| H A D | Options.td | 12 def libpath: P<"libpath", "Object file search path">;
|
| /freebsd-12.1/contrib/binutils/ld/ |
| H A D | genscripts.sh | 208 rm -f tmpdir/libpath.exp 209 echo "set libpath \"${LIB_PATH}\"" | sed -e 's/:/ /g' > tmpdir/libpath.exp
|
| H A D | ChangeLog-0203 | 500 * genscripts.sh (libpath.exp): Only generate for first emulation. 935 * genscripts.sh: Create tmpdir/libpath.exp.
|
| /freebsd-12.1/contrib/wpa/wpa_supplicant/ |
| H A D | nmake.mak | 179 LFLAGS = /libpath:"$(WINPCAPDIR)\Lib" /libpath:"$(OPENSSLDIR)\lib"
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | Options.td | 41 def libpath : P<"libpath", "Additional library search path">;
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | xcofflink.c | 2965 const char *libpath, in bfd_xcoff_size_dynamic_sections() argument 3137 impsize = strlen (libpath) + 3; in bfd_xcoff_size_dynamic_sections() 3186 strcpy (out, libpath); in bfd_xcoff_size_dynamic_sections() 3187 out += strlen (libpath) + 1; in bfd_xcoff_size_dynamic_sections()
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/ztest/ |
| H A D | ztest.c | 6498 exec_child(char *cmd, char *libpath, boolean_t ignorekill, int *statusp) in exec_child() argument 6528 if (libpath != NULL) in exec_child() 6529 VERIFY(0 == setenv("LD_LIBRARY_PATH", libpath, 1)); in exec_child()
|
| /freebsd-12.1/contrib/binutils/ |
| H A D | libtool.m4 | 4390 # path is not listed in the libpath. Setting hardcode_minus_L 4424 # Determine the default libpath from the value encoded in an 4435 # Determine the default libpath from the value encoded in an 5387 # path is not listed in the libpath. Setting hardcode_minus_L 5421 # Determine the default libpath from the value encoded in an empty 5433 # Determine the default libpath from the value encoded in an
|
| /freebsd-12.1/contrib/file/m4/ |
| H A D | libtool.m4 | 5029 # path is not listed in the libpath. Setting hardcode_minus_L 5064 # Determine the default libpath from the value encoded in an 5075 # Determine the default libpath from the value encoded in an 6027 # path is not listed in the libpath. Setting hardcode_minus_L 6062 # Determine the default libpath from the value encoded in an empty 6074 # Determine the default libpath from the value encoded in an
|
| /freebsd-12.1/contrib/ntp/sntp/m4/ |
| H A D | libtool.m4 | 5451 # path is not listed in the libpath. Setting hardcode_minus_L 5493 # Determine the default libpath from the value encoded in an 5504 # Determine the default libpath from the value encoded in an 6522 # path is not listed in the libpath. Setting hardcode_minus_L 6565 # Determine the default libpath from the value encoded in an empty 6577 # Determine the default libpath from the value encoded in an
|
| /freebsd-12.1/contrib/ldns/m4/ |
| H A D | libtool.m4 | 5468 # path is not listed in the libpath. Setting hardcode_minus_L 5510 # Determine the default libpath from the value encoded in an 5521 # Determine the default libpath from the value encoded in an 6540 # path is not listed in the libpath. Setting hardcode_minus_L 6583 # Determine the default libpath from the value encoded in an empty 6595 # Determine the default libpath from the value encoded in an
|
| /freebsd-12.1/contrib/openpam/m4/ |
| H A D | libtool.m4 | 5451 # path is not listed in the libpath. Setting hardcode_minus_L 5493 # Determine the default libpath from the value encoded in an 5504 # Determine the default libpath from the value encoded in an 6522 # path is not listed in the libpath. Setting hardcode_minus_L 6565 # Determine the default libpath from the value encoded in an empty 6577 # Determine the default libpath from the value encoded in an
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/m4/ |
| H A D | libtool.m4 | 5451 # path is not listed in the libpath. Setting hardcode_minus_L 5493 # Determine the default libpath from the value encoded in an 5504 # Determine the default libpath from the value encoded in an 6522 # path is not listed in the libpath. Setting hardcode_minus_L 6565 # Determine the default libpath from the value encoded in an empty 6577 # Determine the default libpath from the value encoded in an
|
| /freebsd-12.1/contrib/libevent/m4/ |
| H A D | libtool.m4 | 5451 # path is not listed in the libpath. Setting hardcode_minus_L 5493 # Determine the default libpath from the value encoded in an 5504 # Determine the default libpath from the value encoded in an 6522 # path is not listed in the libpath. Setting hardcode_minus_L 6565 # Determine the default libpath from the value encoded in an empty 6577 # Determine the default libpath from the value encoded in an
|
| /freebsd-12.1/contrib/openbsm/m4/ |
| H A D | libtool.m4 | 5451 # path is not listed in the libpath. Setting hardcode_minus_L 5493 # Determine the default libpath from the value encoded in an 5504 # Determine the default libpath from the value encoded in an 6522 # path is not listed in the libpath. Setting hardcode_minus_L 6565 # Determine the default libpath from the value encoded in an empty 6577 # Determine the default libpath from the value encoded in an
|
| /freebsd-12.1/contrib/unbound/ |
| H A D | aclocal.m4 | 5460 # path is not listed in the libpath. Setting hardcode_minus_L 5502 # Determine the default libpath from the value encoded in an 5513 # Determine the default libpath from the value encoded in an 6527 # path is not listed in the libpath. Setting hardcode_minus_L 6570 # Determine the default libpath from the value encoded in an empty 6582 # Determine the default libpath from the value encoded in an
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | aclocal.m4 | 5482 # path is not listed in the libpath. Setting hardcode_minus_L 5524 # Determine the default libpath from the value encoded in an 5535 # Determine the default libpath from the value encoded in an 6550 # path is not listed in the libpath. Setting hardcode_minus_L 6593 # Determine the default libpath from the value encoded in an empty 6605 # Determine the default libpath from the value encoded in an
|
| /freebsd-12.1/contrib/gcclibs/libmudflap/ |
| H A D | ChangeLog | 311 * testsuite/lib/libmudflap.exp: Use new procs in target-libpath.exp.
|
| /freebsd-12.1/contrib/libstdc++/ |
| H A D | ChangeLog-2004 | 693 * testsuite/lib/libstdc++.exp: Use new procs in target-libpath.exp.
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog-2002 | 24902 (EXTRA_SPECS): Add libpath, libpath_arch31, libpath_arch64. 24903 (STARTFILE_SPEC, ENDFILE_SPEC): Define; use libpath.
|