Home
last modified time | relevance | path

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

/third_party/popt/src/
Dsystem.h57 #define getenv(_s) secure_getenv(_s) macro
59 #define getenv(_s) __secure_getenv(_s) macro
/third_party/musl/src/env/
Dgetenv.c5 char *getenv(const char *name) in getenv() function
/third_party/musl/porting/linux/user/src/env/
Dgetenv.c5 char *getenv(const char *name) in getenv() function
/third_party/skia/infra/bots/assets/android_sdk_linux/
Dcreate.py21 def getenv(key): function
/third_party/skia/infra/bots/assets/chromebook_x86_64_gles/
Dcreate.py24 def getenv(key): function
/third_party/skia/infra/bots/assets/chromebook_arm_gles/
Dcreate.py24 def getenv(key): function
/third_party/skia/infra/bots/assets/win_toolchain/
Dcreate.py47 def getenv(key): function
/third_party/skia/infra/bots/assets/skp/
Dcreate.py36 def getenv(key): function
/third_party/curl/lib/
Dsetup-vms.h39 #define getenv decc_getenv macro
54 #define getenv vms_getenv macro
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb.hh401 #define getenv(Name) nullptr macro
/third_party/python/Lib/
Dos.py771 def getenv(key, default=None): function
/third_party/node/deps/cares/src/lib/
Dares_private.h109 # define getenv(ptr) ares_getenv(ptr) macro
/third_party/rust/crates/libc/src/windows/
Dmod.rs351 pub fn getenv(s: *const c_char) -> *mut c_char; in getenv() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs534 pub fn getenv(s: *const c_char) -> *mut c_char; in getenv() function
/third_party/rust/crates/libc/src/
Dwasi.rs458 pub fn getenv(s: *const c_char) -> *mut c_char; in getenv() function
/third_party/rust/crates/libc/src/solid/
Dmod.rs558 pub fn getenv(arg1: *const c_char) -> *mut c_char; in getenv() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1140 pub fn getenv(s: *const c_char) -> *mut c_char; in getenv() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3424 pub fn getenv(s: *const c_char) -> *mut c_char; in getenv() function