Symbol: fseek
arch/mips/boot/tools/relocs.c
270
if (fseek(fp, ehdr.e_shoff, SEEK_SET) < 0)
arch/mips/boot/tools/relocs.c
310
if (fseek(fp, sec->shdr.sh_offset, SEEK_SET) < 0)
arch/mips/boot/tools/relocs.c
334
if (fseek(fp, sec->shdr.sh_offset, SEEK_SET) < 0)
arch/mips/boot/tools/relocs.c
378
if (fseek(fp, sec->shdr.sh_offset, SEEK_SET) < 0)
arch/mips/boot/tools/relocs.c
419
if (fseek(fp, sec->shdr_offset, SEEK_SET) < 0)
arch/mips/boot/tools/relocs.c
433
if (fseek(fp, sec->shdr_offset, SEEK_SET) < 0)
arch/mips/boot/tools/relocs.c
614
if (fseek(outf, sec_reloc->shdr.sh_offset, SEEK_SET) < 0) {
arch/s390/tools/relocs.c
165
if (fseek(fp, ehdr.e_shoff, SEEK_SET) < 0)
arch/s390/tools/relocs.c
191
if (fseek(fp, ehdr.e_shoff, SEEK_SET) < 0)
arch/s390/tools/relocs.c
233
if (fseek(fp, sec->shdr.sh_offset, SEEK_SET) < 0)
arch/x86/boot/compressed/mkpiggy.c
40
if (fseek(f, -4L, SEEK_END)) {
arch/x86/tools/relocs.c
394
if (fseek(fp, ehdr.e_shoff, SEEK_SET) < 0)
arch/x86/tools/relocs.c
420
if (fseek(fp, ehdr.e_shoff, SEEK_SET) < 0)
arch/x86/tools/relocs.c
459
if (fseek(fp, sec->shdr.sh_offset, SEEK_SET) < 0)
arch/x86/tools/relocs.c
481
if (fseek(fp, sec->shdr.sh_offset, SEEK_SET) < 0)
arch/x86/tools/relocs.c
497
if (fseek(fp, sec->shdr.sh_offset, SEEK_SET) < 0)
arch/x86/tools/relocs.c
535
if (fseek(fp, sec->shdr.sh_offset, SEEK_SET) < 0)
drivers/gpu/drm/radeon/mkregtable.c
214
fseek(file, 0, SEEK_END);
drivers/gpu/drm/radeon/mkregtable.c
216
fseek(file, 0, SEEK_SET);
scripts/dtc/dtc-parser.y
330
if (fseek(f, $6, SEEK_SET) != 0)
scripts/insert-sys-cert.c
102
if (fseek(f, 0, SEEK_SET) != 0) {
scripts/ipe/polgen/polgen.c
32
fseek(fd, 0, SEEK_END);
tools/lib/bpf/btf.c
1395
if (fseek(f, 0, SEEK_END)) {
tools/lib/bpf/btf.c
1405
if (fseek(f, 0, SEEK_SET)) {
tools/power/acpi/common/cmfsize.c
42
status = fseek(file, 0, SEEK_END);
tools/power/acpi/common/cmfsize.c
54
status = fseek(file, current_offset, SEEK_SET);
tools/power/acpi/os_specific/service_layers/oslinuxtbl.c
1215
fseek(table_file, file_offset, SEEK_SET);
tools/power/acpi/os_specific/service_layers/oslinuxtbl.c
1266
fseek(table_file, file_offset, SEEK_SET);
tools/power/acpi/os_specific/service_layers/oslinuxtbl.c
409
fseek(file, 0, SEEK_SET);
tools/power/x86/intel-speed-select/isst-config.c
277
ret = fseek(fp, cpu * sizeof(cpu_top), SEEK_SET);
tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
671
fseek(cpuinfo, flags - buffer, SEEK_SET);
tools/testing/selftests/acct/acct_syscall.c
60
fseek(fp, 0L, SEEK_END);
tools/testing/selftests/bpf/benchs/bench_sockmap.c
459
fseek(file, 0, SEEK_SET);
tools/testing/selftests/bpf/prog_tests/btf_dump.c
259
fseek(t.dump_buf_file, 0, SEEK_SET);
tools/testing/selftests/bpf/prog_tests/unpriv_bpf_disabled.c
50
fseek(fp, 0, SEEK_SET);
tools/testing/selftests/bpf/test_sockmap.c
440
fseek(file, 0, SEEK_SET);
tools/testing/selftests/net/ovpn/ovpn-cli.c
353
fseek(fp, 0L, SEEK_END);
tools/testing/selftests/net/tcp_ao/lib/ftrace.c
111
fseek(opts, 0, SEEK_SET);
tools/testing/selftests/nolibc/nolibc-test.c
910
r = fseek(f, 0, SEEK_SET);
tools/testing/selftests/safesetid/safesetid-test.c
119
if (fseek(fd, 0, SEEK_END))
tools/testing/selftests/safesetid/safesetid-test.c
148
if (fseek(fd, 0, SEEK_END))