Home
last modified time | relevance | path

Searched refs:clearenv (Results 1 - 16 of 16) sorted by relevance

/third_party/rust/crates/nix/test/
H A Dtest_clearenv.rs4 fn clearenv() { in clearenv() functions
6 unsafe { nix::env::clearenv() }.unwrap(); in clearenv()
/third_party/rust/crates/nix/src/
H A Denv.rs5 /// Indicates that [`clearenv`] failed for some unknown reason
11 write!(f, "clearenv failed") in fmt()
19 /// On platforms where libc provides `clearenv()`, it will be used. libc's
20 /// `clearenv()` is documented to return an error code but not set errno; if the
24 /// On platforms where libc does not provide `clearenv()`, a fallback
41 pub unsafe fn clearenv() -> std::result::Result<(), ClearEnvError> { in clearenv() functions
49 let ret = libc::clearenv(); in clearenv()
/third_party/musl/src/env/
H A Dclearenv.c8 int clearenv() in clearenv() function
/third_party/musl/libc-test/src/functional/
H A Denv.c19 if (clearenv() || (environ && *environ)) in main()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdlib.h146 int clearenv(void);
/third_party/musl/porting/liteos_m/user/include/
H A Dstdlib.h145 int clearenv(void);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdlib.h148 int clearenv(void);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdlib.h146 int clearenv(void);
/third_party/musl/porting/linux/user/include/
H A Dstdlib.h151 int clearenv(void);
/third_party/musl/include/
H A Dstdlib.h152 int clearenv(void);
/third_party/rust/crates/libc/src/
H A Dwasi.rs467 pub fn clearenv() -> ::c_int; in clearenv() functions
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1761 pub fn clearenv() -> ::c_int; in clearenv() functions
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1905 pub fn clearenv() -> ::c_int; in clearenv() functions
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2705 pub fn clearenv() -> ::c_int; in clearenv() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3915 pub fn clearenv() -> ::c_int; in clearenv() functions
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp6571 extern int clearenv (void) throw ();
[all...]

Completed in 57 milliseconds