Home
last modified time | relevance | path

Searched refs:UVWASI_ENOTCAPABLE (Results 1 – 8 of 8) sorted by relevance

/dports/devel/wasm3/wasm3-0.5.0/_deps/uvwasi-src/test/
H A Dtest-path-resolution.c141 fail("/bar", "/baz", "/test_path", UVWASI_ENOTCAPABLE); in main()
142 fail("/bar", "/baz", "/bar/../test_path", UVWASI_ENOTCAPABLE); in main()
143 fail(".", "/baz", "bar/../../test_path", UVWASI_ENOTCAPABLE); in main()
144 fail("..", "/baz", "../../test_path", UVWASI_ENOTCAPABLE); in main()
145 fail("foo", "/baz", "../abc/test_path", UVWASI_ENOTCAPABLE); in main()
146 fail("foo", "/baz", "../../foo/test_path", UVWASI_ENOTCAPABLE); in main()
147 fail("../baz", "/foo", "../bak/test_path", UVWASI_ENOTCAPABLE); in main()
H A Dtest-path-create-remove-directory.c53 assert(err == UVWASI_ENOTCAPABLE); in main()
74 assert(err == UVWASI_ENOTCAPABLE); in main()
H A Dtest-err-to-string.c85 check(UVWASI_ENOTCAPABLE, "UVWASI_ENOTCAPABLE"); in main()
/dports/devel/wasm3/wasm3-0.5.0/_deps/uvwasi-src/src/
H A Dpath_resolver.c209 err = UVWASI_ENOTCAPABLE; in uvwasi__normalize_absolute_path()
280 err = UVWASI_ENOTCAPABLE; in uvwasi__normalize_relative_path()
H A Dfd_table.c338 return UVWASI_ENOTCAPABLE; in uvwasi_fd_table_get_nolock()
H A Duvwasi.c894 err = UVWASI_ENOTCAPABLE; in uvwasi_fd_fdstat_set_rights()
900 err = UVWASI_ENOTCAPABLE; in uvwasi_fd_fdstat_set_rights()
2630 V(UVWASI_ENOTCAPABLE) in uvwasi_embedder_err_code_to_string()
/dports/devel/wasm3/wasm3-0.5.0/_deps/uvwasi-src/include/
H A Dwasi_types.h112 #define UVWASI_ENOTCAPABLE 76 macro
/dports/devel/wasm3/wasm3-0.5.0/_deps/uvwasi-src/
H A DREADME.md466 [`UVWASI_ENOTCAPABLE`](#errno.notcapable) if called in a way that would attempt
1639 - <a href="#errno.notcapable" name="errno.notcapable"></a>**`UVWASI_ENOTCAPABLE`**