Searched refs:gGetEnv (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/runtime_loader/
H A Dutility.cpp20 char *(*gGetEnv)(const char *name) = NULL; variable
26 if (gGetEnv != NULL) {
29 return gGetEnv(name);
H A Druntime_loader_private.h57 extern char* (*gGetEnv)(const char* name);
H A Delf.cpp581 (void**)&gGetEnv);

Completed in 45 milliseconds