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

Function sscanf

Library/OpensslLib/SysCall/CrtWrapper.c:149–156  ·  view source on GitHub ↗

Read formatted data from a string */

Source from the content-addressed store, hash-verified

147
148/* Read formatted data from a string */
149int sscanf (const char *buffer, const char *format, ...)
150{
151 //
152 // Null sscanf() function implementation to satisfy the linker, since
153 // no direct functionality logic dependency in present UEFI cases.
154 //
155 return 0;
156}
157
158//
159// -- Character Classification Routines --

Callers 15

WriteMapFileFunction · 0.85
GenFw.cFile · 0.85
StringToGuidFunction · 0.85
SFPGetNumberFunction · 0.85
SFPGetGuidFunction · 0.85
act24Function · 0.85
act25Function · 0.85
act26Function · 0.85
mainFunction · 0.85
ParseGuidBaseNameFileFunction · 0.85
mainFunction · 0.85
string_to_uuidFunction · 0.85

Calls

no outgoing calls

Tested by 1

convertFunction · 0.68