| /external/compiler-rt/lib/profile/ |
| D | InstrProfilingUtil.h | 25 static inline char *getenv(const char *name) { return NULL; } in getenv() function
|
| /external/e2fsprogs/intl/ |
| D | os2compat.h | 43 #define getenv _nl_getenv macro
|
| /external/llvm-project/compiler-rt/lib/profile/ |
| D | InstrProfilingUtil.h | 36 static inline char *getenv(const char *name) { return NULL; } in getenv() 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/toolchain-utils/compiler_wrapper/ |
| D | env.go | 16 getenv(key string) (string, bool) methodSpec 55 func (env *processEnv) getenv(key string) (string, bool) { func
|
| D | testutil_test.go | 70 func (ctx *testContext) getenv(key string) (string, bool) { func
|
| /external/libxml2/win32/wince/ |
| D | wincecompat.c | 57 char *getenv( const char *varname ) in getenv() function
|
| /external/libaom/libaom/aom_ports/ |
| D | arm_cpudetect.c | 20 #define getenv(x) NULL macro
|
| D | x86.h | 153 #define getenv(x) NULL macro
|
| /external/libvpx/libvpx/vpx_ports/ |
| D | arm_cpudetect.c | 20 #define getenv(x) NULL macro
|
| D | x86.h | 150 #define getenv(x) NULL macro
|
| /external/curl/lib/ |
| D | setup-vms.h | 37 #define getenv decc_getenv macro 52 #define getenv vms_getenv macro
|
| /external/harfbuzz_ng/src/ |
| D | hb.hh | 370 #define getenv(Name) nullptr 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 | 316 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/llvm-project/compiler-rt/lib/msan/ |
| D | msan_interceptors.cpp | 622 INTERCEPTOR(char *, getenv, char *name) { in INTERCEPTOR() argument
|
| /external/rust/crates/libc/src/unix/ |
| D | mod.rs | 504 pub fn getenv(s: *const c_char) -> *mut c_char; in getenv() function
|
| /external/rust/crates/libc/src/ |
| D | wasi.rs | 348 pub fn getenv(s: *const c_char) -> *mut c_char; in getenv() function
|
| /external/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 1127 pub fn getenv(s: *const c_char) -> *mut c_char; in getenv() function
|
| /external/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 3403 pub fn getenv(s: *const c_char) -> *mut c_char; in getenv() function
|