Searched defs:lib (Results 1 - 4 of 4) sorted by relevance

/barrelfish-2018-10-04/lib/lua/src/
H A Dlinit.c53 const luaL_Reg *lib; local
[all...]
H A Dloadlib.c129 static void ll_unloadlib (void *lib) { argument
135 void *lib = dlopen(path, RTLD_NOW | (seeglb ? RTLD_GLOBAL : RTLD_LOCAL)); local
141 static lua_CFunction ll_sym (lua_State *L, void *lib, const char *sym) { argument
193 static void ll_unloadlib (void *lib) { argument
199 HMODULE lib = LoadLibraryExA(path, NULL, LUA_LLE_FLAGS); local
206 ll_sym(lua_State *L, void *lib, const char *sym) argument
229 ll_unloadlib(void *lib) argument
241 ll_sym(lua_State *L, void *lib, const char *sym) argument
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/util/
H A Dmk1mf.pl542 lib: \\$(LIBS_DEP) \\$(E_SHLIB) label
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/err/
H A Derr.c670 err_load_strings(int lib, ERR_STRING_DATA *str) argument
681 ERR_load_strings(int lib, ERR_STRING_DATA *str) argument
687 ERR_unload_strings(int lib, ERR_STRING_DATA *str) argument
706 ERR_put_error(int lib, int func, int reason, const char *file, int line) argument
[all...]

Completed in 116 milliseconds