Home
last modified time | relevance | path

Searched refs:uv_dlerror (Results 1 – 25 of 63) sorted by relevance

123

/dports/devel/py-uvloop/uvloop-0.16.0/vendor/libuv/test/
H A Dtest-dlerror.c36 msg = uv_dlerror(&lib); in TEST_IMPL()
43 msg = uv_dlerror(&lib); in TEST_IMPL()
51 msg = uv_dlerror(&lib); in TEST_IMPL()
/dports/devel/libuv/libuv-v1.42.0/test/
H A Dtest-dlerror.c36 msg = uv_dlerror(&lib); in TEST_IMPL()
43 msg = uv_dlerror(&lib); in TEST_IMPL()
51 msg = uv_dlerror(&lib); in TEST_IMPL()
/dports/archivers/maxcso/maxcso-1.10.0/libuv/test/
H A Dtest-dlerror.c36 msg = uv_dlerror(&lib); in TEST_IMPL()
43 msg = uv_dlerror(&lib); in TEST_IMPL()
49 msg = uv_dlerror(&lib); in TEST_IMPL()
/dports/www/R-cran-httpuv/httpuv/src/libuv/test/
H A Dtest-dlerror.c36 msg = uv_dlerror(&lib); in TEST_IMPL()
43 msg = uv_dlerror(&lib); in TEST_IMPL()
51 msg = uv_dlerror(&lib); in TEST_IMPL()
/dports/archivers/maxcso/maxcso-1.10.0/libuv/docs/code/plugin/
H A Dmain.c25 fprintf(stderr, "Error: %s\n", uv_dlerror(lib)); in main()
31 fprintf(stderr, "dlsym error: %s\n", uv_dlerror(lib)); in main()
/dports/devel/libuv/libuv-v1.42.0/docs/code/plugin/
H A Dmain.c25 fprintf(stderr, "Error: %s\n", uv_dlerror(lib)); in main()
31 fprintf(stderr, "dlsym error: %s\n", uv_dlerror(lib)); in main()
/dports/www/R-cran-httpuv/httpuv/src/libuv/docs/code/plugin/
H A Dmain.c25 fprintf(stderr, "Error: %s\n", uv_dlerror(lib)); in main()
31 fprintf(stderr, "dlsym error: %s\n", uv_dlerror(lib)); in main()
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/libuv/test/
H A Dtest-dlerror.c46 msg = uv_dlerror(&lib); in TEST_IMPL()
51 msg = uv_dlerror(&lib); in TEST_IMPL()
/dports/editors/neovim/neovim-0.6.1/src/nvim/os/
H A Ddl.c52 semsg(_("dlerror = \"%s\""), uv_dlerror(&lib)); in os_libcall()
60 semsg(_("dlerror = \"%s\""), uv_dlerror(&lib)); in os_libcall()
/dports/archivers/maxcso/maxcso-1.10.0/libuv/docs/src/
H A Ddll.rst31 -1 on error. Call :c:func:`uv_dlerror` to get the error message.
42 .. c:function:: const char* uv_dlerror(const uv_lib_t* lib)
/dports/devel/libuv/libuv-v1.42.0/docs/src/
H A Ddll.rst31 -1 on error. Call :c:func:`uv_dlerror` to get the error message.
42 .. c:function:: const char* uv_dlerror(const uv_lib_t* lib)
/dports/www/R-cran-httpuv/httpuv/src/libuv/docs/src/
H A Ddll.rst31 -1 on error. Call :c:func:`uv_dlerror` to get the error message.
42 .. c:function:: const char* uv_dlerror(const uv_lib_t* lib)
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/plat/windows/
H A Dwindows-plugins.c52 uv_dlerror(&lib); in lws_plat_dlopen()
67 uv_dlerror(&lib); in lws_plat_dlopen()
/dports/dns/flamethrower/flamethrower-0.11.0/3rd/uvw/uvw/
H A Dlib.hpp63 return uv_dlerror(get()); in error()
/dports/net/astron/Astron-c8ba982/src/deps/uvw/uvw/
H A Dlib.hpp63 return uv_dlerror(get()); in error()
/dports/archivers/maxcso/maxcso-1.10.0/libuv/src/unix/
H A Ddl.c60 const char* uv_dlerror(const uv_lib_t* lib) { in uv_dlerror() function
/dports/sysutils/R-cran-fs/fs/src/libuv-1.38.1/src/unix/
H A Ddl.c60 const char* uv_dlerror(const uv_lib_t* lib) { in uv_dlerror() function
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmlibuv/src/unix/
H A Ddl.c60 const char* uv_dlerror(const uv_lib_t* lib) { in uv_dlerror() function
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmlibuv/src/unix/
H A Ddl.c60 const char* uv_dlerror(const uv_lib_t* lib) { in uv_dlerror() function
/dports/devel/cmake/cmake-3.22.1/Utilities/cmlibuv/src/unix/
H A Ddl.c60 const char* uv_dlerror(const uv_lib_t* lib) { in uv_dlerror() function
/dports/www/node10/node-v10.24.1/deps/uv/src/unix/
H A Ddl.c60 const char* uv_dlerror(const uv_lib_t* lib) { in uv_dlerror() function
/dports/devel/py-uvloop/uvloop-0.16.0/vendor/libuv/src/unix/
H A Ddl.c60 const char* uv_dlerror(const uv_lib_t* lib) { in uv_dlerror() function
/dports/devel/libuv/libuv-v1.42.0/src/unix/
H A Ddl.c60 const char* uv_dlerror(const uv_lib_t* lib) { in uv_dlerror() function
/dports/www/R-cran-httpuv/httpuv/src/libuv/src/unix/
H A Ddl.c60 const char* uv_dlerror(const uv_lib_t* lib) { in uv_dlerror() function
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/libuv/src/unix/
H A Ddl.c62 const char* uv_dlerror(uv_lib_t* lib) { in uv_dlerror() function

123