Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CloverHackyColor/CloverBootloader
/ printf
Function
printf
rEFIt_UEFI/Platform/Posix/stdio.cpp:37–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
int printf(const char* format, ...)
38
{
39
va_list va;
40
va_start (va, format);
41
int ret = vprintf(format, va);
42
va_end(va);
43
return ret;
44
}
45
46
47
const char* efiStrError(EFI_STATUS Status)
Callers
15
checkDevicePath2
Function · 0.85
checkDevicePath
Function · 0.85
main
Function · 0.85
usage
Function · 0.85
error
Function · 0.85
GetOFVariable
Function · 0.85
addGFXDictionary
Function · 0.85
PrintConfig
Function · 0.85
readbin
Function · 0.85
uni2str
Function · 0.85
main
Function · 0.85
print_version
Function · 0.85
Calls
1
vprintf
Function · 0.85
Tested by
15
XString_tests
Function · 0.68
compare
Function · 0.68
compare_s1_with_variable_sizes
Function · 0.68
all_tests
Function · 0.68
len
Function · 0.68
compare
Function · 0.68
compare_s1_with_variable_sizes
Function · 0.68
main
Function · 0.68
main
Function · 0.68
listdir
Function · 0.68
catfile
Function · 0.68
main
Function · 0.68