MCPcopy Create free account
hub / github.com/defold/defold / getenv

Function getenv

engine/dlib/src/dlib/log.cpp:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89
90#if defined(DM_HAS_NO_GETENV)
91static const char* getenv(const char*) {
92 return 0;
93}
94#endif
95static const int g_MaxListeners = 32;
96static FLogListener g_Listeners[g_MaxListeners];

Callers 15

SetLogLevelFunction · 0.85
GetSystemInfoFunction · 0.85
InitializeLibraryFunction · 0.85
dmLogInitSocketFunction · 0.85
GetEnvFunction · 0.85
GetEnvFunction · 0.85
mld_break_pctFunction · 0.85
handle_luainitFunction · 0.85
setpathFunction · 0.85
os_getenvFunction · 0.85
mainFunction · 0.85
get_default_funcs_nameFunction · 0.85

Calls

no outgoing calls

Tested by 3

mld_break_pctFunction · 0.68
mainFunction · 0.68
getoptFunction · 0.68