Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ FseekEnd
Function
FseekEnd
util/kbc1126/kbc1126_ec_insert.c:23–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
static void FseekEnd(FILE *fp, long o)
24
{
25
if (fseek(fp, o, SEEK_END) != 0) {
26
puts(
"fseek() error!\n"
);
27
exit(1);
28
}
29
}
30
31
static long negoffset(long a, long romsz)
32
{
Callers
1
main
Function · 0.70
Calls
3
fseek
Function · 0.85
puts
Function · 0.85
exit
Function · 0.85
Tested by
no test coverage detected