Home
last modified time | relevance | path

Searched refs:clearenv (Results 1 – 23 of 23) sorted by relevance

/third_party/rust/crates/nix/test/
Dtest_clearenv.rs4 fn clearenv() { in clearenv() function
6 unsafe { nix::env::clearenv() }.unwrap(); in clearenv()
/third_party/rust/crates/nix/src/
Denv.rs41 pub unsafe fn clearenv() -> std::result::Result<(), ClearEnvError> { in clearenv() function
49 let ret = libc::clearenv(); in clearenv()
/third_party/musl/src/env/
Dclearenv.c8 int clearenv() in clearenv() function
/third_party/musl/libc-test/src/functional/
Denv.c19 if (clearenv() || (environ && *environ)) in main()
/third_party/musl/porting/liteos_a/kernel/include/
Dstdlib.h148 int clearenv(void);
/third_party/musl/porting/liteos_m/user/include/
Dstdlib.h145 int clearenv(void);
/third_party/musl/porting/linux/user/include/
Dstdlib.h151 int clearenv(void);
/third_party/musl/porting/liteos_m/kernel/include/
Dstdlib.h146 int clearenv(void);
/third_party/musl/include/
Dstdlib.h151 int clearenv(void);
/third_party/musl/porting/uniproton/kernel/include/
Dstdlib.h146 int clearenv(void);
/third_party/rust/crates/nix/
DCargo.toml104 name = "test-clearenv"
DCHANGELOG.md601 - Added `env::clearenv()`: calls `libc::clearenv` on platforms
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt1176 clearenv
Dlinux.txt2881 clearenv
Dandroid.txt2892 clearenv
/third_party/musl/
Dlibc.map.txt445 clearenv;
Dmusl_src.gni388 "src/env/clearenv.c",
/third_party/rust/crates/libc/src/
Dwasi.rs467 pub fn clearenv() -> ::c_int; in clearenv() function
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1761 pub fn clearenv() -> ::c_int; in clearenv() function
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs1905 pub fn clearenv() -> ::c_int; in clearenv() function
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs2705 pub fn clearenv() -> ::c_int; in clearenv() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3915 pub fn clearenv() -> ::c_int; in clearenv() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp6571 extern int clearenv (void) throw ();