/external/compiler-rt/lib/profile/ |
D | InstrProfilingUtil.h | 25 static inline char *getenv(const char *name) { return NULL; } in getenv() function
|
/external/musl/src/env/ |
D | getenv.c | 5 char *getenv(const char *name) in getenv() function
|
/external/skia/infra/bots/assets/chromebook_arm_gles/ |
D | create.py | 24 def getenv(key): function
|
/external/skia/infra/bots/assets/chromebook_x86_64_gles/ |
D | create.py | 24 def getenv(key): function
|
/external/skia/infra/bots/assets/android_sdk_linux/ |
D | create.py | 21 def getenv(key): function
|
/external/skia/infra/bots/assets/win_toolchain/ |
D | create.py | 47 def getenv(key): function
|
/external/python/cpython2/Lib/ |
D | ntpath.py | 337 def getenv(var): function 340 def getenv(var): function
|
D | os.py | 512 def getenv(key, default=None): function
|
/external/skia/infra/bots/assets/skp/ |
D | create.py | 36 def getenv(key): function
|
/external/toolchain-utils/compiler_wrapper/ |
D | env.go | 19 getenv(key string) (string, bool) methodSpec 63 func (env *processEnv) getenv(key string) (string, bool) { func
|
D | testutil_test.go | 117 func (ctx *testContext) getenv(key string) (string, bool) { func
|
/external/libaom/aom_ports/ |
D | arm_cpudetect.c | 20 #define getenv(x) NULL macro
|
D | x86.h | 153 #define getenv(x) NULL macro
|
/external/libvpx/vpx_ports/ |
D | arm_cpudetect.c | 20 #define getenv(x) NULL macro
|
D | x86.h | 150 #define getenv(x) NULL macro
|
/external/harfbuzz_ng/src/ |
D | hb.hh | 402 #define getenv(Name) nullptr macro
|
/external/curl/lib/ |
D | setup-vms.h | 39 #define getenv decc_getenv macro 54 #define getenv vms_getenv macro
|
/external/python/cpython2/PC/ |
D | pyconfig.h | 99 #define getenv(v) (NULL) macro
|
/external/python/cpython3/Lib/ |
D | os.py | 771 def getenv(key, default=None): function
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | ares_private.h | 100 # define getenv(ptr) ares_getenv(ptr) macro
|
/external/rust/crates/libc/src/windows/ |
D | mod.rs | 351 pub fn getenv(s: *const c_char) -> *mut c_char; in getenv() function
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 651 INTERCEPTOR(char *, getenv, char *name) { in INTERCEPTOR() argument
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 534 pub fn getenv(s: *const c_char) -> *mut c_char; in getenv() function
|
/external/rust/crates/libc/src/ |
D | wasi.rs | 458 pub fn getenv(s: *const c_char) -> *mut c_char; in getenv() function
|
/external/rust/crates/libc/src/solid/ |
D | mod.rs | 558 pub fn getenv(arg1: *const c_char) -> *mut c_char; in getenv() function
|