Home
last modified time | relevance | path

Searched refs:libpath (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/contrib/lvm2/dist/lib/snapshot/
H A Dsnapshot.c140 const char *libpath; in _get_snapshot_dso_path() local
147 libpath = find_config_tree_str(cmd, "dmeventd/snapshot_library", NULL); in _get_snapshot_dso_path()
148 if (!libpath) in _get_snapshot_dso_path()
151 get_shared_library_path(cmd, libpath, path, PATH_MAX); in _get_snapshot_dso_path()
/dflybsd-src/usr.sbin/keyserv/
H A Dcrypt_server.c175 load_des(int warn, char *libpath) in load_des() argument
179 if (libpath == NULL) { in load_des()
182 snprintf(dlpath, sizeof(dlpath), "%s", libpath); in load_des()
/dflybsd-src/contrib/binutils-2.34/gold/
H A Doptions.cc1216 std::string libpath; in finalize() local
1219 libpath = this->Y(); in finalize()
1220 if (libpath.compare(0, 2, "P,") == 0) in finalize()
1221 libpath.erase(0, 2); in finalize()
1230 libpath = p; in finalize()
1242 if (!libpath.empty()) in finalize()
1248 next_pos = libpath.find(':', pos); in finalize()
1253 this->add_to_library_path_with_sysroot(libpath.substr(pos, len)); in finalize()
/dflybsd-src/contrib/binutils-2.27/gold/
H A Doptions.cc1148 std::string libpath; in finalize() local
1151 libpath = this->Y(); in finalize()
1152 if (libpath.compare(0, 2, "P,") == 0) in finalize()
1153 libpath.erase(0, 2); in finalize()
1162 libpath = p; in finalize()
1174 if (!libpath.empty()) in finalize()
1180 next_pos = libpath.find(':', pos); in finalize()
1185 this->add_to_library_path_with_sysroot(libpath.substr(pos, len)); in finalize()
/dflybsd-src/contrib/binutils-2.27/ld/
H A Dgenscripts.sh237 rm -f tmpdir/libpath.exp
238 echo "set libpath \"${LIB_PATH}\"" | sed -e 's/:/ /g' > tmpdir/libpath.exp
/dflybsd-src/contrib/lvm2/dist/lib/mirror/
H A Dmirrored.c410 const char *libpath; in _get_mirror_dso_path() local
417 libpath = find_config_tree_str(cmd, "dmeventd/mirror_library", in _get_mirror_dso_path()
420 get_shared_library_path(cmd, libpath, path, PATH_MAX); in _get_mirror_dso_path()
/dflybsd-src/contrib/binutils-2.34/ld/
H A Dgenscripts.sh285 rm -f tmpdir/libpath.exp
286 echo "set libpath \"${LIB_PATH}\"" | sed -e 's/:/ /g' > tmpdir/libpath.exp