MCPcopy 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
23static 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
31static long negoffset(long a, long romsz)
32{

Callers 1

mainFunction · 0.70

Calls 3

fseekFunction · 0.85
putsFunction · 0.85
exitFunction · 0.85

Tested by

no test coverage detected