Home
last modified time | relevance | path

Searched refs:libname (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/contrib/openzfs/config/
H A Dlib-link.m4160 dnl macro call that searches for libname.
266 eval libname=\"$acl_libname_spec\" # typically: libname=lib$name
277 if test -f "$dir/$libname$shrext"; then
279 found_so="$dir/$libname$shrext"
289 found_so="$dir/$libname$shrext.$ver"
307 found_a="$dir/$libname.$acl_libext"
311 if test -f "$dir/$libname.la"; then
312 found_la="$dir/$libname.la"
326 found_so="$dir/$libname$shrext"
358 if test -f "$dir/$libname.la"; then
[all …]
/f-stack/dpdk/devtools/
H A Dgen-abi.sh24 libname=$(basename $f)
25 abidw --out-file $dumpdir/${libname%.so*}.dump $f
/f-stack/dpdk/lib/
H A Dmeson.build107 libname = 'rte_' + name variable
125 static_lib = static_library(libname,
149 def_file = custom_target(libname + '_def',
152 output: '@0@_exports.def'.format(libname))
154 mingw_map = custom_target(libname + '_mingw',
157 output: '@0@_mingw.map'.format(libname))
185 shared_lib = shared_library(libname,
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/bindings/
H A D__init__.py33 def __init__(self, ffi, libname): argument
35 self._libname = libname
/f-stack/dpdk/drivers/net/mlx4/
H A Dmeson.build26 foreach libname:libnames
27 lib = dependency('lib' + libname, static:static_ibverbs, required:false)
29 lib = cc.find_library(libname, required:false)
38 reason = 'missing dependency, "' + libname + '"'
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlauxlib.c229 LUALIB_API void (luaL_register) (lua_State *L, const char *libname,
231 luaI_openlib(L, libname, l, 0);
242 LUALIB_API void luaI_openlib (lua_State *L, const char *libname, in luaI_openlib() argument
244 if (libname) { in luaI_openlib()
248 lua_getfield(L, -1, libname); /* get _LOADED[libname] */ in luaI_openlib()
252 if (luaL_findtable(L, LUA_GLOBALSINDEX, libname, size) != NULL) in luaI_openlib()
253 luaL_error(L, "name conflict for module " LUA_QS, libname); in luaI_openlib()
255 lua_setfield(L, -3, libname); /* _LOADED[libname] = new table */ in luaI_openlib()
H A Dlauxlib.h42 LUALIB_API void (luaI_openlib) (lua_State *L, const char *libname,
44 LUALIB_API void (luaL_register) (lua_State *L, const char *libname,
/f-stack/dpdk/drivers/common/mlx5/linux/
H A Dmeson.build21 foreach libname:libnames
22 lib = dependency('lib' + libname, static:static_ibverbs, required:false)
24 lib = cc.find_library(libname, required:false)
33 reason = 'missing dependency, "' + libname + '"'
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlauxlib.c683 LUALIB_API void luaL_openlib (lua_State *L, const char *libname, in luaL_openlib() argument
686 if (libname) { in luaL_openlib()
687 luaL_pushmodule(L, libname, libsize(l)); /* get/create library table */ in luaL_openlib()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h165 LUALIB_API void (luaL_openlib) (lua_State *L, const char *libname,
/f-stack/app/redis-5.0.5/deps/jemalloc/bin/
H A Djeprof.in4857 my $libname = $lib->[0];
4863 my $debug_libname = DebuggingLibrary($libname);
4865 $libname = $debug_libname;
4886 MapToSymbols($libname, AddressSub($start, $offset), $contained, $symbols);
/f-stack/app/redis-5.0.5/src/
H A Dscripting.c832 void luaLoadLib(lua_State *lua, const char *libname, lua_CFunction luafunc) { in luaLoadLib() argument
834 lua_pushstring(lua, libname); in luaLoadLib()
/f-stack/dpdk/doc/guides/contributing/
H A Dcoding_style.rst930 ``'missing dependency, "libname"'``.