Home
last modified time | relevance | path

Searched refs:__WASI_FDFLAG_APPEND (Results 1 – 25 of 97) sorted by relevance

1234

/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-bottom-half/cloudlibc/src/libc/fcntl/
H A Dopenat.c15 static_assert(O_APPEND == __WASI_FDFLAG_APPEND, "Value mismatch");
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/lucet-wasi-wasmsbx/src/
H A Dhost.rs122 if fdflags & (__WASI_FDFLAG_APPEND as __wasi_fdflags_t) != 0 { in nix_from_fdflags()
144 fdflags |= __WASI_FDFLAG_APPEND; in fdflags_from_nix()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/lucet-wasi-wasmsbx/src/
H A Dhost.rs122 if fdflags & (__WASI_FDFLAG_APPEND as __wasi_fdflags_t) != 0 { in nix_from_fdflags()
144 fdflags |= __WASI_FDFLAG_APPEND; in fdflags_from_nix()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/lucet-wasi/src/
H A Dhost.rs122 if fdflags & (__WASI_FDFLAG_APPEND as __wasi_fdflags_t) != 0 { in nix_from_fdflags()
144 fdflags |= __WASI_FDFLAG_APPEND; in fdflags_from_nix()
/dports/devel/wasm3/wasm3-0.5.0/platforms/embedded/esp32-idf-wasi/main/
H A Dm3_api_esp_wasi.c226 ((fl & O_APPEND) ? __WASI_FDFLAG_APPEND : 0) | in m3ApiRawFunction()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/wasi-0.9.0+wasi-snapshot-preview1/
H A Dold-bitflags.patch153 -pub const FDFLAG_APPEND: u16 = __WASI_FDFLAG_APPEND;
413 + const APPEND = __WASI_FDFLAG_APPEND;
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/wasi-0.9.0+wasi-snapshot-preview1/
H A Dold-bitflags.patch153 -pub const FDFLAG_APPEND: u16 = __WASI_FDFLAG_APPEND;
413 + const APPEND = __WASI_FDFLAG_APPEND;
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/wasi-0.9.0+wasi-snapshot-preview1/
H A Dold-bitflags.patch153 -pub const FDFLAG_APPEND: u16 = __WASI_FDFLAG_APPEND;
413 + const APPEND = __WASI_FDFLAG_APPEND;
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/wasi-0.9.0+wasi-snapshot-preview1/
H A Dold-bitflags.patch153 -pub const FDFLAG_APPEND: u16 = __WASI_FDFLAG_APPEND;
413 + const APPEND = __WASI_FDFLAG_APPEND;
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/cargo-crates/wasi-0.9.0+wasi-snapshot-preview1/
H A Dold-bitflags.patch153 -pub const FDFLAG_APPEND: u16 = __WASI_FDFLAG_APPEND;
413 + const APPEND = __WASI_FDFLAG_APPEND;
/dports/devel/rust-cbindgen/cbindgen-0.20.0/cargo-crates/wasi-0.9.0+wasi-snapshot-preview1/
H A Dold-bitflags.patch153 -pub const FDFLAG_APPEND: u16 = __WASI_FDFLAG_APPEND;
413 + const APPEND = __WASI_FDFLAG_APPEND;
/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/wasi-0.9.0+wasi-snapshot-preview1/
H A Dold-bitflags.patch153 -pub const FDFLAG_APPEND: u16 = __WASI_FDFLAG_APPEND;
413 + const APPEND = __WASI_FDFLAG_APPEND;
/dports/devel/sccache/sccache-0.2.15/cargo-crates/wasi-0.9.0+wasi-snapshot-preview1/
H A Dold-bitflags.patch153 -pub const FDFLAG_APPEND: u16 = __WASI_FDFLAG_APPEND;
413 + const APPEND = __WASI_FDFLAG_APPEND;
/dports/devel/git-delta/delta-0.9.2/cargo-crates/wasi-0.9.0+wasi-snapshot-preview1/
H A Dold-bitflags.patch153 -pub const FDFLAG_APPEND: u16 = __WASI_FDFLAG_APPEND;
413 + const APPEND = __WASI_FDFLAG_APPEND;
/dports/games/genact/genact-0.10.0/cargo-crates/wasi-0.9.0+wasi-snapshot-preview1/
H A Dold-bitflags.patch153 -pub const FDFLAG_APPEND: u16 = __WASI_FDFLAG_APPEND;
413 + const APPEND = __WASI_FDFLAG_APPEND;
/dports/www/castor/castor-0.8.16/cargo-crates/wasi-0.9.0+wasi-snapshot-preview1/
H A Dold-bitflags.patch153 -pub const FDFLAG_APPEND: u16 = __WASI_FDFLAG_APPEND;
413 + const APPEND = __WASI_FDFLAG_APPEND;
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/wasi-0.9.0+wasi-snapshot-preview1/
H A Dold-bitflags.patch153 -pub const FDFLAG_APPEND: u16 = __WASI_FDFLAG_APPEND;
413 + const APPEND = __WASI_FDFLAG_APPEND;
/dports/shells/nsh/nsh-0.4.2/cargo-crates/wasi-0.9.0+wasi-snapshot-preview1/
H A Dold-bitflags.patch153 -pub const FDFLAG_APPEND: u16 = __WASI_FDFLAG_APPEND;
413 + const APPEND = __WASI_FDFLAG_APPEND;
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/wasi-0.9.0+wasi-snapshot-preview1/
H A Dold-bitflags.patch153 -pub const FDFLAG_APPEND: u16 = __WASI_FDFLAG_APPEND;
413 + const APPEND = __WASI_FDFLAG_APPEND;
/dports/dns/dog/dog-0.1.0/cargo-crates/wasi-0.9.0+wasi-snapshot-preview1/
H A Dold-bitflags.patch153 -pub const FDFLAG_APPEND: u16 = __WASI_FDFLAG_APPEND;
413 + const APPEND = __WASI_FDFLAG_APPEND;
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/wasi-0.9.0+wasi-snapshot-preview1/
H A Dold-bitflags.patch153 -pub const FDFLAG_APPEND: u16 = __WASI_FDFLAG_APPEND;
413 + const APPEND = __WASI_FDFLAG_APPEND;
/dports/security/suricata/suricata-6.0.4/rust/vendor/wasi-0.9.0+wasi-snapshot-preview1/
H A Dold-bitflags.patch153 -pub const FDFLAG_APPEND: u16 = __WASI_FDFLAG_APPEND;
413 + const APPEND = __WASI_FDFLAG_APPEND;
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/wasi-0.9.0+wasi-snapshot-preview1/
H A Dold-bitflags.patch153 -pub const FDFLAG_APPEND: u16 = __WASI_FDFLAG_APPEND;
413 + const APPEND = __WASI_FDFLAG_APPEND;
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/wasi-0.9.0+wasi-snapshot-preview1/
H A Dold-bitflags.patch153 -pub const FDFLAG_APPEND: u16 = __WASI_FDFLAG_APPEND;
413 + const APPEND = __WASI_FDFLAG_APPEND;
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/wasi-0.9.0+wasi-snapshot-preview1/
H A Dold-bitflags.patch153 -pub const FDFLAG_APPEND: u16 = __WASI_FDFLAG_APPEND;
413 + const APPEND = __WASI_FDFLAG_APPEND;

1234