Home
last modified time | relevance | path

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

/llvm-project/libc/test/src/fenv/
H A Dgetenv_and_setenv_test.cpp79 fenv_t getEnv; TEST_F() local
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtrusty.cpp74 const char *getEnv(const char *Name) { return getenv(Name); } in getEnv() function
H A Dlinux.cpp105 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