Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ FseekEnd
Function
FseekEnd
util/kbc1126/kbc1126_ec_dump.c:14–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
static void FseekEnd(FILE *fp, long o)
15
{
16
if (fseek(fp, o, SEEK_END) != 0) {
17
puts(
"fseek() error!\n"
);
18
exit(1);
19
}
20
}
21
22
void dump_fw(FILE *dst, FILE *src, long offset)
23
{
Callers
2
dump_fw
Function · 0.70
main
Function · 0.70
Calls
3
fseek
Function · 0.85
puts
Function · 0.85
exit
Function · 0.85
Tested by
no test coverage detected