Home
last modified time | relevance | path

Searched refs:lib_name (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/ncurses/
H A Dmk-1st.awk154 links[nlinks++] = lib_name;
156 links[nlinks++] = lib_name;
180 symlink(lib_name, abi_name);
183 symlink(lib_name, abi_name);
188 symlink(abi_name, lib_name);
358 lib_name = lib_name_of(name);
440 end_name = lib_name;
457 printf "\t@echo installing ../lib/%s as $(DESTDIR)$(libdir)/%s\n", lib_name, lib_name
468 end_name = lib_name;
480 printf "\t@echo installing ../lib/%s as $(DESTDIR)$(libdir)/%s\n", lib_name, lib_name
[all …]
/freebsd-12.1/contrib/ofed/opensm/opensm/
H A Dosm_event_plugin.c70 char lib_name[OSM_PATH_MAX]; in osm_epi_construct() local
78 snprintf(lib_name, sizeof(lib_name), "lib%s.so", plugin_name); in osm_epi_construct()
84 rc->handle = dlopen(lib_name, RTLD_LAZY); in osm_epi_construct()
88 lib_name, dlerror()); in osm_epi_construct()
98 OSM_EVENT_PLUGIN_IMPL_NAME, lib_name, dlerror()); in osm_epi_construct()
/freebsd-12.1/contrib/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.c826 if (lib_name == NULL) in __itt_get_lib_name()
843 return lib_name; in __itt_get_lib_name()
860 return lib_name; in __itt_get_lib_name()
868 return lib_name; in __itt_get_lib_name()
879 return lib_name; in __itt_get_lib_name()
885 return lib_name; in __itt_get_lib_name()
892 return lib_name; in __itt_get_lib_name()
900 return lib_name; in __itt_get_lib_name()
916 return lib_name; in __itt_get_lib_name()
923 return lib_name; in __itt_get_lib_name()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1114 const char *lib_name = dynstr_data.PeekCStr(str_index); in ParseDependentModules() local
1115 FileSpec file_spec(lib_name); in ParseDependentModules()