Home
last modified time | relevance | path

Searched refs:UVWASI_EPERM (Results 1 – 5 of 5) sorted by relevance

/dports/devel/wasm3/wasm3-0.5.0/_deps/uvwasi-src/test/
H A Dtest-err-to-string.c72 check(UVWASI_EPERM, "UVWASI_EPERM"); in main()
/dports/devel/wasm3/wasm3-0.5.0/_deps/uvwasi-src/include/
H A Dwasi_types.h99 #define UVWASI_EPERM 63 macro
/dports/devel/wasm3/wasm3-0.5.0/_deps/uvwasi-src/src/
H A Duv_mapping.c77 case UV_EPERM: return UVWASI_EPERM; in uvwasi__translate_uv_error()
H A Duvwasi.c2617 V(UVWASI_EPERM) in uvwasi_embedder_err_code_to_string()
/dports/devel/wasm3/wasm3-0.5.0/_deps/uvwasi-src/
H A DREADME.md1587 - <a href="#errno.perm" name="errno.perm"></a>**`UVWASI_EPERM`**