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

Function getenv

payloads/libpayload/libc/lib.c:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127char *getenv(const char *name)
128{
129 return NULL;
130}
131
132/*
133 * Reads a transfer buffer from 32-bit FIFO registers. fifo_stride is the

Callers 15

PDC_get_columnsFunction · 0.50
PDC_get_rowsFunction · 0.50
PDC_scr_closeFunction · 0.50
PDC_scr_openFunction · 0.50
PDC_get_columnsFunction · 0.50
PDC_get_rowsFunction · 0.50
PDC_scr_closeFunction · 0.50
PDC_scr_openFunction · 0.50
PDC_scr_openFunction · 0.50
PDC_scr_openFunction · 0.50
XCursesSetupXFunction · 0.50
start_colorFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected