Home
last modified time | relevance | path

Searched defs:getenv (Results 1 – 25 of 27) sorted by relevance

12

/external/compiler-rt/lib/profile/
DInstrProfilingUtil.h25 static inline char *getenv(const char *name) { return NULL; } in getenv() function
/external/musl/src/env/
Dgetenv.c5 char *getenv(const char *name) in getenv() function
/external/skia/infra/bots/assets/chromebook_arm_gles/
Dcreate.py24 def getenv(key): function
/external/skia/infra/bots/assets/chromebook_x86_64_gles/
Dcreate.py24 def getenv(key): function
/external/skia/infra/bots/assets/android_sdk_linux/
Dcreate.py21 def getenv(key): function
/external/skia/infra/bots/assets/win_toolchain/
Dcreate.py47 def getenv(key): function
/external/python/cpython2/Lib/
Dntpath.py337 def getenv(var): function
340 def getenv(var): function
Dos.py512 def getenv(key, default=None): function
/external/skia/infra/bots/assets/skp/
Dcreate.py36 def getenv(key): function
/external/toolchain-utils/compiler_wrapper/
Denv.go19 getenv(key string) (string, bool) methodSpec
63 func (env *processEnv) getenv(key string) (string, bool) { func
Dtestutil_test.go117 func (ctx *testContext) getenv(key string) (string, bool) { func
/external/libaom/aom_ports/
Darm_cpudetect.c20 #define getenv(x) NULL macro
Dx86.h153 #define getenv(x) NULL macro
/external/libvpx/vpx_ports/
Darm_cpudetect.c20 #define getenv(x) NULL macro
Dx86.h150 #define getenv(x) NULL macro
/external/harfbuzz_ng/src/
Dhb.hh402 #define getenv(Name) nullptr macro
/external/curl/lib/
Dsetup-vms.h39 #define getenv decc_getenv macro
54 #define getenv vms_getenv macro
/external/python/cpython2/PC/
Dpyconfig.h99 #define getenv(v) (NULL) macro
/external/python/cpython3/Lib/
Dos.py771 def getenv(key, default=None): function
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_private.h100 # define getenv(ptr) ares_getenv(ptr) macro
/external/rust/crates/libc/src/windows/
Dmod.rs351 pub fn getenv(s: *const c_char) -> *mut c_char; in getenv() function
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc651 INTERCEPTOR(char *, getenv, char *name) { in INTERCEPTOR() argument
/external/rust/crates/libc/src/unix/
Dmod.rs534 pub fn getenv(s: *const c_char) -> *mut c_char; in getenv() function
/external/rust/crates/libc/src/
Dwasi.rs458 pub fn getenv(s: *const c_char) -> *mut c_char; in getenv() function
/external/rust/crates/libc/src/solid/
Dmod.rs558 pub fn getenv(arg1: *const c_char) -> *mut c_char; in getenv() function

12