/third_party/popt/src/ |
D | system.h | 57 #define getenv(_s) secure_getenv(_s) macro 59 #define getenv(_s) __secure_getenv(_s) macro
|
/third_party/musl/src/env/ |
D | getenv.c | 5 char *getenv(const char *name) in getenv() function
|
/third_party/musl/porting/linux/user/src/env/ |
D | getenv.c | 5 char *getenv(const char *name) in getenv() function
|
/third_party/skia/infra/bots/assets/android_sdk_linux/ |
D | create.py | 21 def getenv(key): function
|
/third_party/skia/infra/bots/assets/chromebook_x86_64_gles/ |
D | create.py | 24 def getenv(key): function
|
/third_party/skia/infra/bots/assets/chromebook_arm_gles/ |
D | create.py | 24 def getenv(key): function
|
/third_party/skia/infra/bots/assets/win_toolchain/ |
D | create.py | 47 def getenv(key): function
|
/third_party/skia/infra/bots/assets/skp/ |
D | create.py | 36 def getenv(key): function
|
/third_party/curl/lib/ |
D | setup-vms.h | 39 #define getenv decc_getenv macro 54 #define getenv vms_getenv macro
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb.hh | 401 #define getenv(Name) nullptr macro
|
/third_party/python/Lib/ |
D | os.py | 771 def getenv(key, default=None): function
|
/third_party/node/deps/cares/src/lib/ |
D | ares_private.h | 109 # define getenv(ptr) ares_getenv(ptr) macro
|
/third_party/rust/crates/libc/src/windows/ |
D | mod.rs | 351 pub fn getenv(s: *const c_char) -> *mut c_char; in getenv() function
|
/third_party/rust/crates/libc/src/unix/ |
D | mod.rs | 534 pub fn getenv(s: *const c_char) -> *mut c_char; in getenv() function
|
/third_party/rust/crates/libc/src/ |
D | wasi.rs | 458 pub fn getenv(s: *const c_char) -> *mut c_char; in getenv() function
|
/third_party/rust/crates/libc/src/solid/ |
D | mod.rs | 558 pub fn getenv(arg1: *const c_char) -> *mut c_char; in getenv() function
|
/third_party/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1140 pub fn getenv(s: *const c_char) -> *mut c_char; in getenv() function
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3424 pub fn getenv(s: *const c_char) -> *mut c_char; in getenv() function
|