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

Function isspace

Trash/stringTable.c:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36static void eatThru(char val, char **table_p);
37
38static __inline INTN isspace(char c)
39{
40 return (c == ' ' || c == '\t');
41}
42
43/*
44 * Compare a string to a key with quoted characters

Callers 11

newStringFromListFunction · 0.70
getTokenFunction · 0.70
getValueForBootKeyFunction · 0.70
GenFw.cFile · 0.50
StripInfDscStringInPlaceFunction · 0.50
SplitStringByWhitespaceFunction · 0.50
stringscan_gettokMethod · 0.50
gen.cFile · 0.50
build.cFile · 0.50
misc.cFile · 0.50
isWhiteStringFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected