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

/freebsd-11-stable/contrib/ncurses/
H A Dmk-1st.awk68 # see lib_name
154 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);
190 symlink(abi_name, lib_name);
358 lib_name = lib_name_of(name);
440 end_name = lib_name;
441 printf "../lib/%s : $(%s_OBJS)\n", lib_name, OBJ
[all...]
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_event_plugin.c70 char lib_name[OSM_PATH_MAX]; local
78 snprintf(lib_name, sizeof(lib_name), "lib%s.so", plugin_name);
84 rc->handle = dlopen(lib_name, RTLD_LAZY);
88 lib_name, dlerror());
98 OSM_EVENT_PLUGIN_IMPL_NAME, lib_name, dlerror());
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.cpp821 const char* lib_name = __itt_get_env_var(ITT_TO_STR(LIB_VAR_NAME)); local
824 if (lib_name == NULL)
841 return lib_name;
858 return lib_name;
866 return lib_name;
877 return lib_name;
883 return lib_name;
890 return lib_name;
898 return lib_name;
914 return lib_name;
1063 init_ittlib(const char* lib_name, __itt_group_id init_groups) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp946 const char *lib_name = dynstr_data.PeekCStr(str_index); local
947 FileSpec file_spec(lib_name);

Completed in 124 milliseconds