Searched refs:libpath (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/lib/libc/tests/stdlib/
H A Ddynthr_test.c67 char *libpath; local
74 if (asprintf(&libpath, "%s/dynthr_mod.so", srcdir) < 0)
76 mod_handle = dlopen(libpath, RTLD_LOCAL);
77 free(libpath);
/freebsd-12-stable/contrib/atf/atf-c/
H A Dpkg_config_test.sh116 libpath=
121 if [ -z "${libpath}" ]; then
122 libpath="${dir}"
124 libpath="${libpath}:${dir}"
134 "LD_LIBRARY_PATH=${libpath} ./tp tc"
/freebsd-12-stable/contrib/atf/atf-c++/
H A Dpkg_config_test.sh116 libpath=
121 if [ -z "${libpath}" ]; then
122 libpath="${dir}"
124 libpath="${libpath}:${dir}"
134 "LD_LIBRARY_PATH=${libpath} ./tp tc"
/freebsd-12-stable/tools/build/
H A Dcheck-links.sh77 ${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 $1}' | tr '\n' ' ')"
/freebsd-12-stable/usr.sbin/keyserv/
H A Dcrypt_server.c177 void load_des(warn, libpath)
179 char *libpath;
183 if (libpath == NULL)
187 snprintf(dlpath, sizeof(dlpath), "%s", libpath);
/freebsd-12-stable/contrib/binutils/ld/
H A Dgenscripts.sh99 # be set for any libpath-using emulation; NATIVE will be set for a
100 # libpath-using emulation where ${host} = ${target}. NATIVE
208 rm -f tmpdir/libpath.exp
209 echo "set libpath \"${LIB_PATH}\"" | sed -e 's/:/ /g' > tmpdir/libpath.exp
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dnmake.mak179 LFLAGS = /libpath:"$(WINPCAPDIR)\Lib" /libpath:"$(OPENSSLDIR)\lib"
/freebsd-12-stable/contrib/binutils/bfd/
H A Dxcofflink.c2970 const char *libpath,
3140 passed in as the libpath argument. For some reason, the path
3142 impsize = strlen (libpath) + 3;
3191 strcpy (out, libpath);
3192 out += strlen (libpath) + 1;
2963 bfd_xcoff_size_dynamic_sections(bfd *output_bfd, struct bfd_link_info *info, const char *libpath, const char *entry, unsigned long file_align, unsigned long maxstack, unsigned long maxdata, bfd_boolean gc, int modtype, bfd_boolean textro, bfd_boolean export_defineds, asection **special_sections, bfd_boolean rtld) argument
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c6821 exec_child(char *cmd, char *libpath, boolean_t ignorekill, int *statusp) argument
6851 if (libpath != NULL)
6852 VERIFY(0 == setenv("LD_LIBRARY_PATH", libpath, 1));

Completed in 262 milliseconds