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

Function StrToLower

rEFIt_UEFI/entry_scan/common.cpp:260–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260VOID StrToLower(IN CHAR16 *Str)
261{
262 while (*Str) {
263 *Str = TO_LOWER(*Str);
264 ++Str;
265 }
266}
267
268// TODO remove that and AlertMessage with a printf-like format
269

Callers 2

LinuxScanFunction · 0.85
AddCustomEntryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected