Home
last modified time | relevance | path

Searched defs:getEnv (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtrusty.cpp72 const char *getEnv(const char *Name) { return getenv(Name); } getEnv() function
H A Dfuchsia.cpp190 const char *getEnv(const char *Name) { return getenv(Name); } in getEnv() function
H A Dlinux.cpp100 const char *getEnv(const char *Name) { return getenv(Name); } getEnv() function