Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
static void eatThru(char val, char **table_p);
37
38
static __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
newStringFromList
Function · 0.70
getToken
Function · 0.70
getValueForBootKey
Function · 0.70
GenFw.c
File · 0.50
StripInfDscStringInPlace
Function · 0.50
SplitStringByWhitespace
Function · 0.50
stringscan_gettok
Method · 0.50
gen.c
File · 0.50
build.c
File · 0.50
misc.c
File · 0.50
isWhiteString
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected