Home
last modified time | relevance | path

Searched refs:__wasi_oflags_t (Results 1 – 25 of 124) sorted by relevance

12345

/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/wasm-wasi-musl/wasi/
H A Dapi.h1003 typedef uint16_t __wasi_oflags_t; typedef
1008 #define __WASI_OFLAGS_CREAT ((__wasi_oflags_t)(1 << 0))
1013 #define __WASI_OFLAGS_DIRECTORY ((__wasi_oflags_t)(1 << 1))
1018 #define __WASI_OFLAGS_EXCL ((__wasi_oflags_t)(1 << 2))
1023 #define __WASI_OFLAGS_TRUNC ((__wasi_oflags_t)(1 << 3))
2061 __wasi_oflags_t oflags,
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-bottom-half/headers/public/wasi/
H A Dapi.h1003 typedef uint16_t __wasi_oflags_t; typedef
1008 #define __WASI_OFLAGS_CREAT ((__wasi_oflags_t)(1 << 0))
1013 #define __WASI_OFLAGS_DIRECTORY ((__wasi_oflags_t)(1 << 1))
1018 #define __WASI_OFLAGS_EXCL ((__wasi_oflags_t)(1 << 2))
1023 #define __WASI_OFLAGS_TRUNC ((__wasi_oflags_t)(1 << 3))
2061 __wasi_oflags_t oflags,
/dports/lang/zig/zig-0.9.0/lib/libc/include/wasm-wasi-musl/wasi/
H A Dapi.h1003 typedef uint16_t __wasi_oflags_t; typedef
1008 #define __WASI_OFLAGS_CREAT ((__wasi_oflags_t)(1 << 0))
1013 #define __WASI_OFLAGS_DIRECTORY ((__wasi_oflags_t)(1 << 1))
1018 #define __WASI_OFLAGS_EXCL ((__wasi_oflags_t)(1 << 2))
1023 #define __WASI_OFLAGS_TRUNC ((__wasi_oflags_t)(1 << 3))
2061 __wasi_oflags_t oflags,
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/lucet-wasi-wasmsbx/src/
H A Dhost.rs161 pub fn nix_from_oflags(oflags: __wasi_oflags_t) -> nix::fcntl::OFlag { in nix_from_oflags()
164 if oflags & (__WASI_O_CREAT as __wasi_oflags_t) != 0 { in nix_from_oflags()
167 if oflags & (__WASI_O_DIRECTORY as __wasi_oflags_t) != 0 { in nix_from_oflags()
170 if oflags & (__WASI_O_EXCL as __wasi_oflags_t) != 0 { in nix_from_oflags()
173 if oflags & (__WASI_O_TRUNC as __wasi_oflags_t) != 0 { in nix_from_oflags()
H A Dwasm32.rs142 pub type __wasi_oflags_t = u16; typedef
1216 pub const __WASI_O_CREAT: __wasi_oflags_t = 1;
1217 pub const __WASI_O_DIRECTORY: __wasi_oflags_t = 2;
1218 pub const __WASI_O_EXCL: __wasi_oflags_t = 4;
1219 pub const __WASI_O_TRUNC: __wasi_oflags_t = 8;
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/lucet-wasi-wasmsbx/src/
H A Dhost.rs161 pub fn nix_from_oflags(oflags: __wasi_oflags_t) -> nix::fcntl::OFlag { in nix_from_oflags()
164 if oflags & (__WASI_O_CREAT as __wasi_oflags_t) != 0 { in nix_from_oflags()
167 if oflags & (__WASI_O_DIRECTORY as __wasi_oflags_t) != 0 { in nix_from_oflags()
170 if oflags & (__WASI_O_EXCL as __wasi_oflags_t) != 0 { in nix_from_oflags()
173 if oflags & (__WASI_O_TRUNC as __wasi_oflags_t) != 0 { in nix_from_oflags()
H A Dwasm32.rs142 pub type __wasi_oflags_t = u16; typedef
1216 pub const __WASI_O_CREAT: __wasi_oflags_t = 1;
1217 pub const __WASI_O_DIRECTORY: __wasi_oflags_t = 2;
1218 pub const __WASI_O_EXCL: __wasi_oflags_t = 4;
1219 pub const __WASI_O_TRUNC: __wasi_oflags_t = 8;
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/lucet-wasi/src/
H A Dhost.rs161 pub fn nix_from_oflags(oflags: __wasi_oflags_t) -> nix::fcntl::OFlag { in nix_from_oflags()
164 if oflags & (__WASI_O_CREAT as __wasi_oflags_t) != 0 { in nix_from_oflags()
167 if oflags & (__WASI_O_DIRECTORY as __wasi_oflags_t) != 0 { in nix_from_oflags()
170 if oflags & (__WASI_O_EXCL as __wasi_oflags_t) != 0 { in nix_from_oflags()
173 if oflags & (__WASI_O_TRUNC as __wasi_oflags_t) != 0 { in nix_from_oflags()
H A Dwasm32.rs142 pub type __wasi_oflags_t = u16; typedef
1216 pub const __WASI_O_CREAT: __wasi_oflags_t = 1;
1217 pub const __WASI_O_DIRECTORY: __wasi_oflags_t = 2;
1218 pub const __WASI_O_EXCL: __wasi_oflags_t = 4;
1219 pub const __WASI_O_TRUNC: __wasi_oflags_t = 8;
/dports/devel/wasm3/wasm3-0.5.0/source/extra/
H A Dwasi_core.h1019 typedef uint16_t __wasi_oflags_t; typedef
1041 _Static_assert(sizeof(__wasi_oflags_t) == 2, "witx calculated size");
1042 _Static_assert(_Alignof(__wasi_oflags_t) == 2, "witx calculated align");
2403 __wasi_oflags_t oflags,
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/wasi-common/src/old/snapshot_0/sys/unix/hostcalls_impl/
H A Dfs_helpers.rs11 oflags: wasi::__wasi_oflags_t, in path_open_rights() argument
H A Dfs.rs92 oflags: wasi::__wasi_oflags_t, in path_open() argument
/dports/devel/emscripten/emscripten-2.0.3/system/include/wasi/
H A Dapi.h1010 typedef uint16_t __wasi_oflags_t; typedef
1032 _Static_assert(sizeof(__wasi_oflags_t) == 2, "witx calculated size");
1033 _Static_assert(_Alignof(__wasi_oflags_t) == 2, "witx calculated align");
2394 __wasi_oflags_t oflags,
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/wasi-common/src/old/snapshot_0/sys/windows/hostcalls_impl/
H A Dfs_helpers.rs23 oflags: wasi::__wasi_oflags_t, in path_open_rights() argument
H A Dfs.rs122 oflags: wasi::__wasi_oflags_t, in path_open() argument
180 fn creation_disposition_from_oflags(oflags: wasi::__wasi_oflags_t) -> CreationDisposition { in creation_disposition_from_oflags()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/wasi-common/src/old/snapshot_0/sys/windows/
H A Dhost_impl.rs102 pub(crate) fn win_from_oflags(oflags: wasi::__wasi_oflags_t) -> CreationDisposition { in win_from_oflags()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/wasi-0.7.0/src/wasi_unstable/
H A Draw.rs24 pub type __wasi_oflags_t = u16; typedef
473 oflags: __wasi_oflags_t, in __wasi_path_open() argument
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-bottom-half/headers/public/wasi/
H A Dapi.h925 typedef uint16_t __wasi_oflags_t; typedef
2211 __wasi_oflags_t oflags,
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/wasi-0.7.0/src/wasi_unstable/
H A Draw.rs24 pub type __wasi_oflags_t = u16;
473 oflags: __wasi_oflags_t,
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/wasi-common/src/old/snapshot_0/sys/unix/
H A Dhost_impl.rs147 pub(crate) fn nix_from_oflags(oflags: wasi::__wasi_oflags_t) -> OFlag { in nix_from_oflags()
/dports/security/cloak/cloak-0.2.0/cargo-crates/libc-0.2.51/src/
H A Dwasi.rs47 pub type __wasi_oflags_t = u16; typedef
620 oflags: __wasi_oflags_t, in __wasi_path_open() argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/lucet-wasi-wasmsbx/src/hostcalls/
H A Dmod.rs178 oflags: wasm32::__wasi_oflags_t,
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/lucet-wasi-wasmsbx/src/hostcalls/
H A Dmod.rs178 oflags: wasm32::__wasi_oflags_t,
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/lucet-wasi/src/hostcalls/
H A Dmod.rs178 oflags: wasm32::__wasi_oflags_t,
/dports/devel/wasm3/wasm3-0.5.0/platforms/embedded/esp32-idf-wasi/main/
H A Dm3_api_esp_wasi.c280 m3ApiGetArg (__wasi_oflags_t , oflags) in m3ApiRawFunction()

12345