MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / getenv

Function getenv

Library/OpensslLib/SysCall/CrtWrapper.c:276–283  ·  view source on GitHub ↗

Get a value from the current environment */

Source from the content-addressed store, hash-verified

274
275/* Get a value from the current environment */
276char *getenv (const char *varname)
277{
278 //
279 // Null getenv() function implementation to satisfy the linker, since there is
280 // no direct functionality logic dependency in present UEFI cases.
281 //
282 return NULL;
283}
284
285//
286// -- Stream I/O Routines --

Callers 15

mainFunction · 0.85
OPENSSL_cpuid_setupFunction · 0.85
OPENSSL_cpuid_setupFunction · 0.85
OPENSSL_cpuid_setupFunction · 0.85
OPENSSL_cpuid_setupFunction · 0.85
_CONF_get_stringFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
ENGINE_by_idFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 5

mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68