Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:clearenv
(Results
1 - 16
of
16
) sorted by relevance
/third_party/rust/crates/nix/test/
H
A
D
test_clearenv.rs
4
fn
clearenv
() {
in clearenv()
functions
6
unsafe { nix::env::
clearenv
() }.unwrap();
in clearenv()
/third_party/rust/crates/nix/src/
H
A
D
env.rs
5
/// 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
D
clearenv.c
8
int
clearenv
()
in clearenv()
function
/third_party/musl/libc-test/src/functional/
H
A
D
env.c
19
if (
clearenv
() || (environ && *environ))
in main()
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
stdlib.h
146
int
clearenv
(void);
/third_party/musl/porting/liteos_m/user/include/
H
A
D
stdlib.h
145
int
clearenv
(void);
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
stdlib.h
148
int
clearenv
(void);
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
stdlib.h
146
int
clearenv
(void);
/third_party/musl/porting/linux/user/include/
H
A
D
stdlib.h
151
int
clearenv
(void);
/third_party/musl/include/
H
A
D
stdlib.h
152
int
clearenv
(void);
/third_party/rust/crates/libc/src/
H
A
D
wasi.rs
467
pub fn
clearenv
() -> ::c_int;
in clearenv()
functions
/third_party/rust/crates/libc/src/unix/linux_like/
H
A
D
mod.rs
1761
pub fn
clearenv
() -> ::c_int;
in clearenv()
functions
/third_party/rust/crates/libc/src/unix/haiku/
H
A
D
mod.rs
1905
pub fn
clearenv
() -> ::c_int;
in clearenv()
functions
/third_party/rust/crates/libc/src/unix/nto/
H
A
D
mod.rs
2705
pub fn
clearenv
() -> ::c_int;
in clearenv()
functions
/third_party/rust/crates/libc/src/fuchsia/
H
A
D
mod.rs
3915
pub fn
clearenv
() -> ::c_int;
in clearenv()
functions
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H
A
D
stylo.hpp
6571
extern int
clearenv
(void) throw ();
[all...]
Completed in 57 milliseconds