Symbol: fseek
bin/ed/buf.c
115
if (fseek(sfp, 0L, SEEK_END) < 0) {
bin/ed/buf.c
71
if (fseek(sfp, sfseek, SEEK_SET) < 0) {
dist/pf/sbin/pflogd/pflogd.c
413
(void) fseek(fp, 0L, SEEK_SET);
dist/pf/sbin/pflogd/pflogd.c
442
fseek(fp, ph.caplen, SEEK_CUR);
games/boggle/boggle/word.c
119
return (fseek(fp, offset, ptrname));
games/fortune/fortune/fortune.c
260
(void) fseek(fp->inf, (long)Seekpts[0], SEEK_SET);
games/fortune/fortune/fortune.c
284
(void) fseek(Fortfile->inf, (long)Seekpts[0], SEEK_SET);
games/fortune/strfile/strfile.c
176
(void) fseek(outf, sizeof Tbl, SEEK_SET);
games/fortune/strfile/strfile.c
244
(void) fseek(outf, (off_t) 0, SEEK_SET);
games/fortune/strfile/strfile.c
397
(void) fseek(Sort_1, p1->pos, SEEK_SET);
games/fortune/strfile/strfile.c
398
(void) fseek(Sort_2, p2->pos, SEEK_SET);
games/fortune/unstr/unstr.c
136
(void) fseek(Inf, be64toh(pos), SEEK_SET);
games/hangman/getword.c
57
fseek(inf, pos, SEEK_SET);
games/phantasia/fight.c
862
fseek(Monstfp, (long) which * (long) SZ_MONSTERSTRUCT, SEEK_SET);
games/phantasia/fight.c
897
fseek(Monstfp, (long) which * (long) SZ_MONSTERSTRUCT, SEEK_SET);
games/phantasia/gamesupport.c
456
fseek(Monstfp, 0L, SEEK_SET);
games/phantasia/gamesupport.c
481
fseek(Playersfp, 0L, SEEK_SET);
games/phantasia/gamesupport.c
505
fseek(Playersfp, loc, SEEK_SET);
games/phantasia/gamesupport.c
556
fseek(fp, loc, SEEK_SET);
games/phantasia/interplayer.c
33
fseek(Playersfp, 0L, SEEK_SET);
games/phantasia/interplayer.c
376
fseek(Energyvoidfp, 0L, SEEK_SET);
games/phantasia/interplayer.c
525
fseek(Playersfp, 0L, SEEK_SET);
games/phantasia/interplayer.c
561
fseek(Playersfp, 0L, SEEK_SET);
games/phantasia/interplayer.c
623
fseek(Playersfp, 0L, SEEK_SET);
games/phantasia/interplayer.c
659
fseek(Energyvoidfp, 0L, SEEK_SET);
games/phantasia/interplayer.c
734
fseek(fp, 0L, SEEK_SET);
games/phantasia/interplayer.c
781
fseek(Energyvoidfp, 0L, SEEK_SET);
games/phantasia/interplayer.c
879
fseek(Energyvoidfp, loc, SEEK_SET);
games/phantasia/interplayer.c
882
fseek(Energyvoidfp, 0L, SEEK_SET);
games/phantasia/interplayer.c
890
fseek(Energyvoidfp, 0L, SEEK_SET);
games/phantasia/main.c
680
fseek(Playersfp, 0L, SEEK_SET);
games/phantasia/main.c
697
fseek(Playersfp, 0L, SEEK_SET);
games/phantasia/main.c
709
fseek(Playersfp, 0L, SEEK_SET);
games/phantasia/main.c
729
fseek(Playersfp, 0L, SEEK_SET);
games/phantasia/misc.c
1063
fseek(fp, 0L, SEEK_SET);
games/phantasia/misc.c
530
fseek(Playersfp, 0L, SEEK_SET);
games/phantasia/misc.c
548
fseek(Playersfp, 0L, SEEK_SET);
games/phantasia/misc.c
652
fseek(Monstfp, 13L * SZ_MONSTERSTRUCT, SEEK_SET);
games/phantasia/misc.c
655
fseek(Monstfp, 13L * SZ_MONSTERSTRUCT, SEEK_SET);
games/phantasia/misc.c
696
fseek(Playersfp, place, SEEK_SET);
games/phantasia/misc.c
774
fseek(Playersfp, loc, SEEK_SET);
games/phantasia/misc.c
933
fseek(Messagefp, 0L, SEEK_SET);
games/sail/sync.c
355
fseek(sync_fp, sync_seek, SEEK_SET);
games/sail/sync.c
406
fseek(sync_fp, 0L, SEEK_END);
games/warp/score.c
628
fseek(logfd, 0L, 0);
include/stdio.h
241
int fseek(FILE *, long, int);
lib/libc/rpc/xdr_stdio.c
168
return ((fseek((FILE *)xdrs->x_private, (long)pos, 0) < 0) ?
lib/libc/stdio/rewind.c
57
(void) fseek(fp, 0L, SEEK_SET);
lib/libperfuse/debug.c
202
(void)fseek(fp, 0UL, SEEK_SET);
lib/libskey/skeylogin.c
171
fseek(mp->keyfile, recstart, SEEK_SET);
lib/libskey/skeylogin.c
294
fseek(mp->keyfile, mp->recstart, SEEK_SET);
lib/libskey/skeylogin.c
330
fseek(mp->keyfile, mp->recstart, SEEK_SET);
lib/libskey/skeylogin.c
604
fseek(mp->keyfile, mp->recstart, SEEK_SET);
libexec/ftpd/ftpd.c
1886
if (fseek(fout, 0L, SEEK_CUR) < 0) {
sbin/dump/itime.c
186
if (fseek(df, 0L, 0) < 0)
sbin/restore/dirs.c
652
(void) fseek(mf, node.extsize, SEEK_CUR);
sys/arch/mmeye/stand/bootcoff/osloader.c
160
fseek(fp, toffset, SEEK_SET);
sys/arch/mmeye/stand/bootcoff/osloader.c
167
fseek(fp, doffset, SEEK_SET);
sys/arch/sgimips/stand/undist/undist.c
188
if (fseek(fp, offset, whence) == -1) {
sys/arch/sgimips/stand/undist/undist.c
434
fseek(fp, len, SEEK_CUR);
sys/arch/sgimips/stand/undist/undist.c
436
fseek(fp, -1, SEEK_CUR);
sys/arch/sgimips/stand/undist/undist.c
501
fseek(fp, (nextent->cmpsize == 0) ?
sys/arch/x68k/stand/aout2hux/aout2hux.c
220
if (fseek(fp, (foff_t) get_uint32(&hdr->e_phoff), SEEK_SET)) {
sys/arch/x68k/stand/aout2hux/aout2hux.c
251
fseek(fp,
sys/arch/x68k/stand/aout2hux/aout2hux.c
628
fseek(fpx, (foff_t) sizeof xhdr, SEEK_SET)) { /* skip header */
sys/arch/x68k/stand/aout2hux/aout2hux.c
642
if (fseek(fpa1, inf1.text_off, SEEK_SET)) {
sys/arch/x68k/stand/aout2hux/aout2hux.c
646
if (fseek(fpa2, inf2.text_off, SEEK_SET)) {
sys/arch/x68k/stand/aout2hux/aout2hux.c
662
if (fseek(fpa1, inf1.data_off, SEEK_SET)) {
sys/arch/x68k/stand/aout2hux/aout2hux.c
666
if (fseek(fpa2, inf2.data_off, SEEK_SET)) {
sys/arch/x68k/stand/aout2hux/aout2hux.c
695
if (fseek(fpx, (foff_t) 0, SEEK_SET) ||
sys/dev/stbi/stb_image.c
2119
fseek(f,n,SEEK_SET);
sys/dev/stbi/stb_image.c
2130
fseek(f, n, SEEK_SET);
sys/dev/stbi/stb_image.c
3164
fseek(f,n,SEEK_SET);
sys/dev/stbi/stb_image.c
3204
fseek(f, n, SEEK_SET);
sys/dev/stbi/stb_image.c
3239
fseek(f,n,SEEK_SET);
sys/dev/stbi/stb_image.c
3554
fseek(f, n, SEEK_SET);
sys/dev/stbi/stb_image.c
3593
fseek(f,n,SEEK_SET);
sys/dev/stbi/stb_image.c
3869
fseek(f,n,SEEK_SET);
sys/dev/stbi/stb_image.c
4291
fseek(f,l,SEEK_SET);
sys/dev/stbi/stb_image.c
4355
fseek(f,n,SEEK_SET);
sys/dev/stbi/stb_image.c
4728
fseek(f, n, SEEK_SET);
sys/dev/stbi/stb_image.c
4771
fseek(f,n,SEEK_SET);
sys/dev/stbi/stb_image.c
910
fseek(s->img_file, n - blen, SEEK_CUR);
tests/lib/libc/stdio/t_fflush.c
108
ATF_REQUIRE(fseek(f, 0, SEEK_CUR) == 0);
tests/lib/libc/stdio/t_open_memstream.c
56
ATF_CHECK(fseek(fp, -6, SEEK_SET) == -1);
tests/lib/libc/stdio/t_open_memstream.c
57
ATF_CHECK(fseek(fp, OFFSET, SEEK_SET) == 0);
tests/lib/libc/stdio/t_open_memstream.c
61
ATF_CHECK(fseek(fp, 0, SEEK_SET) == 0);
tests/lib/libc/stdio/t_open_memstream.c
74
ATF_CHECK(fseek(fp, 100, SEEK_END) == 0);
tests/lib/libc/stdio/t_open_memstream.c
77
ATF_CHECK(fseek(fp, 8, SEEK_SET) == 0);
tests/lib/libc/stdio/t_open_memstream.c
81
ATF_CHECK(fseek(fp, -1, SEEK_CUR) == 0);
tests/lib/libc/stdio/t_open_memstream.c
83
ATF_CHECK(fseek(fp, 5, SEEK_CUR) == 0);
usr.bin/ctags/print.c
67
(void)fseek(inf, lineftell, SEEK_SET);
usr.bin/ctags/print.c
97
(void)fseek(inf, saveftell, SEEK_SET);
usr.bin/diff/diffreg.c
1225
fseek(lb, f[i - 1], SEEK_SET);
usr.bin/diff/diffreg.c
1387
fseek(fp, f[pos - 1], SEEK_SET);
usr.bin/diff3/diff3.c
526
(void)fseek(fp[i], (long)-nchar, SEEK_CUR);
usr.bin/diff3/diff3.c
577
fseek(p, 0L, SEEK_SET);
usr.bin/hexdump/display.c
378
if (fseek(stdin, skip, SEEK_SET))
usr.bin/mail/collect.c
138
(void)fseek(nf, 0L, 2);
usr.bin/mail/collect.c
194
(void)fseek(nf, 0L, 2);
usr.bin/mail/edit.c
190
(void)fseek(otf, 0L, 2);
usr.bin/mail/fio.c
221
(void)fseek(otf, 0L, SEEK_END);
usr.bin/mail/fio.c
364
if (fseek(itf, (long)positionof(mp->m_block, mp->m_offset), SEEK_SET) < 0)
usr.bin/mail/quit.c
193
(void)fseek(ibuf, (long)mailsize, 0);
usr.bin/mail/quit.c
333
(void)fseek(fbuf, (long)mailsize, 0);
usr.bin/make/arch.c
493
if (fseek(arch, -(long)elen, SEEK_CUR) != 0)
usr.bin/make/arch.c
511
if (fseek(arch, ((long)size + 1) & ~1, SEEK_CUR) != 0)
usr.bin/make/arch.c
679
if (fseek(arch, -(long)sizeof *out_arh, SEEK_CUR) !=
usr.bin/make/arch.c
715
if (fseek(arch,
usr.bin/make/arch.c
723
if (fseek(arch, -(long)elen, SEEK_CUR) != 0) {
usr.bin/make/arch.c
734
if (fseek(arch, (size + 1) & ~1L, SEEK_CUR) != 0) {
usr.bin/msgs/msgs.c
450
fseek(msgsrc, 0L, 0);
usr.bin/msgs/msgs.c
595
fseek(msgsrc, 0L, 0);
usr.bin/msgs/msgs.c
610
fseek(msgsrc, 0L, 0);
usr.bin/msgs/msgs.c
694
fseek(newmsg, 0L, 2);
usr.bin/msgs/msgs.c
724
fseek(f, oldpos, 0);
usr.bin/msgs/msgs.c
801
fseek(newmsg, oldpos, 0);
usr.bin/msgs/msgs.c
812
fseek(newmsg, oldpos, 0); /* reposition current message */
usr.bin/msgs/msgs.c
863
fseek(infile, 0L, 0);
usr.bin/msgs/msgs.c
891
fseek(infile, frompos, 0);
usr.bin/patch/inp.c
432
fseek(ifp, 0L, SEEK_SET); /* rewind file */
usr.bin/patch/pch.c
265
fseek(pfp, p_base, SEEK_SET);
usr.bin/patch/pch.c
436
fseek(pfp, p_base, SEEK_SET);
usr.bin/patch/pch.c
446
fseek(pfp, file_pos, SEEK_SET);
usr.bin/patch/pch.c
498
fseek(pfp, -1L, SEEK_CUR);
usr.bin/patch/pch.c
796
fseek(pfp, repl_backtrack_position, SEEK_SET);
usr.bin/qsubst/qsubst.c
271
fseek(workf, nls[i], 0);
usr.bin/qsubst/qsubst.c
276
fseek(workf, save + s1l - rahead, 0);
usr.bin/qsubst/qsubst.c
295
fseek(workf, save, 0);
usr.bin/qsubst/qsubst.c
407
fseek(workf, tbeg, 0);
usr.bin/qsubst/qsubst.c
409
fseek(tempf, 0L, 0);
usr.bin/qsubst/qsubst.c
433
fseek(tempf, 0L, 0);
usr.bin/tail/forward.c
151
if (fseek(fp, 0L, SEEK_END) == -1) {
usr.bin/tail/forward.c
229
if (fseek(fp, 0L, SEEK_END) == -1) {
usr.sbin/fstyp/hammer2.c
57
if (fseek(fp, 0, SEEK_END) == -1) {
usr.sbin/isibootd/isibootd.c
257
fseek(cp->file, pos, 0L) < 0 ||
usr.sbin/kvm_mkdb/nlist_aout.c
169
if (fseek(fp, N_SYMOFF(ebuf), SEEK_SET) == -1) {
usr.sbin/kvm_mkdb/nlist_aout.c
212
if (fseek(fp, voff, SEEK_SET) == -1)
usr.sbin/kvm_mkdb/nlist_aout.c
235
if (fseek(fp, cur_off, SEEK_SET) == -1)
usr.sbin/lpr/lpd/printjob.c
504
fseek(cfp, 0L, 0);
usr.sbin/lpr/lpd/printjob.c
868
fseek(cfp, 0L, 0);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
614
fseek(fd, 32 - strlen(part_name) - 1, SEEK_CUR);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
616
fseek(fd, 32 - strlen(part_type) - 1, SEEK_CUR);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
680
fseek(fd, 0x1fe, SEEK_SET);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
709
fseek(fd, 0, SEEK_SET);
usr.sbin/quotacheck/quotacheck.c
636
(void)fseek(qfi, -(long)sizeof(struct dqblk), SEEK_CUR);