MCPcopy 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
14static 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
22void dump_fw(FILE *dst, FILE *src, long offset)
23{

Callers 2

dump_fwFunction · 0.70
mainFunction · 0.70

Calls 3

fseekFunction · 0.85
putsFunction · 0.85
exitFunction · 0.85

Tested by

no test coverage detected