Symbol: fseek
crypto/libressl/crypto/bio/bss_file.c
222
ret = (long)fseek(fp, num, 0);
crypto/openssh/hostfile.c
527
if (fseek(f, -1L, SEEK_END) == 0 && fgetc(f) != '\n')
crypto/openssh/hostfile.c
529
if (fseek(f, 0L, SEEK_END) != 0 || (addnl && fputc('\n', f) != '\n')) {
crypto/openssh/moduli.c
506
if (fseek(f, 0, SEEK_SET) != 0) {
games/boggle/boggle/word.c
107
return (fseek(fp, offset, ptrname));
games/hangman/getword.c
58
fseek(inf, pos, SEEK_SET);
games/phantasia/fight.c
916
fseek(Monstfp, (long)which * (long)SZ_MONSTERSTRUCT, SEEK_SET);
games/phantasia/fight.c
947
fseek(Monstfp, (long)which * (long)SZ_MONSTERSTRUCT, SEEK_SET);
games/phantasia/gamesupport.c
475
fseek(Monstfp, 0L, SEEK_SET);
games/phantasia/gamesupport.c
516
fseek(Playersfp, 0L, SEEK_SET);
games/phantasia/gamesupport.c
548
fseek(Playersfp, loc, SEEK_SET);
games/phantasia/gamesupport.c
612
fseek(fp, loc, SEEK_SET);
games/phantasia/interplayer.c
36
fseek(Playersfp, 0L, SEEK_SET);
games/phantasia/interplayer.c
409
fseek(Energyvoidfp, 0L, SEEK_SET);
games/phantasia/interplayer.c
569
fseek(Playersfp, 0L, SEEK_SET);
games/phantasia/interplayer.c
623
fseek(Playersfp, 0L, SEEK_SET);
games/phantasia/interplayer.c
699
fseek(Playersfp, 0L, SEEK_SET);
games/phantasia/interplayer.c
731
fseek(Energyvoidfp, 0L, SEEK_SET);
games/phantasia/interplayer.c
817
fseek(fp, 0L, SEEK_SET);
games/phantasia/interplayer.c
865
fseek(Energyvoidfp, 0L, SEEK_SET);
games/phantasia/interplayer.c
973
fseek(Energyvoidfp, loc, SEEK_SET);
games/phantasia/interplayer.c
976
fseek(Energyvoidfp, 0L, SEEK_SET);
games/phantasia/interplayer.c
997
fseek(Energyvoidfp, 0L, SEEK_SET);
games/phantasia/main.c
672
fseek(Playersfp, 0L, SEEK_SET);
games/phantasia/main.c
688
fseek(Playersfp, 0L, SEEK_SET);
games/phantasia/main.c
699
fseek(Playersfp, 0L, SEEK_SET);
games/phantasia/main.c
719
fseek(Playersfp, 0L, SEEK_SET);
games/phantasia/misc.c
1129
fseek(Messagefp, 0L, SEEK_SET);
games/phantasia/misc.c
1314
fseek(fp, 0L, SEEK_SET);
games/phantasia/misc.c
589
fseek(Playersfp, 0L, SEEK_SET);
games/phantasia/misc.c
621
fseek(Playersfp, 0L, SEEK_SET);
games/phantasia/misc.c
756
fseek(Monstfp, 13L * SZ_MONSTERSTRUCT, SEEK_SET);
games/phantasia/misc.c
759
fseek(Monstfp, 13L * SZ_MONSTERSTRUCT, SEEK_SET);
games/phantasia/misc.c
815
fseek(Playersfp, place, SEEK_SET);
games/phantasia/misc.c
942
fseek(Playersfp, loc, 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/tetris/scores.c
196
if (fseek(sf, 0L, SEEK_SET) == -1)
include/stdio.h
232
int fseek(FILE *, long, int);
lib/libc/xdr/xdr_stdio.c
155
return ((fseek((FILE *)xdrs->x_private, (long)pos, 0) < 0) ?
lib/libevtr/evtr.c
1313
if (fseek(evtr->f, 0, SEEK_SET)) {
lib/libevtr/evtr.c
1580
if (fseek(evtr->f, bytes, SEEK_CUR)) {
lib/libevtr/evtr.c
1691
if (fseek(evtr->f, skip, SEEK_CUR)) {
libexec/diff3prog/diff3prog.c
516
(void)fseek(fp[i], (long)-nchar, SEEK_CUR);
libexec/diff3prog/diff3prog.c
557
(void)fseek(fp[2], (long)de[n].new.from, SEEK_SET);
libexec/dma/local.c
196
if (fseek(it->mailf, 0, SEEK_SET) != 0) {
libexec/dma/mail.c
110
if (fseek(it->mailf, 0, SEEK_SET) != 0)
libexec/dma/net.c
472
if (fseek(it->mailf, 0, SEEK_SET) != 0) {
sbin/dump/itime.c
175
if (fseek(df, 0L, 0) < 0)
sbin/hammer/cmd_cleanup.c
530
fseek(fp, 0L, 2);
sbin/quotacheck/quotacheck.c
369
if (fseek(qfo, (long)offset, SEEK_SET) < 0) {
sbin/rconfig/server.c
183
fseek(fp, 0L, 2);
sbin/rconfig/server.c
185
fseek(fp, 0L, 0);
tools/tools/ath/athprom/athprom.c
905
fseek(ftemplate, forchan, SEEK_SET);
tools/tools/ath/athprom/athprom.c
935
fseek(ftemplate, forpdgain, SEEK_SET);
tools/tools/ath/athprom/athprom.c
944
fseek(ftemplate, forpcdac, SEEK_SET);
tools/tools/ath/athprom/athprom.c
954
fseek(ftemplate, forctl, SEEK_SET);
tools/tools/drm/radeon/mkregtable/mkregtable.c
646
fseek(file, 0, SEEK_END);
tools/tools/drm/radeon/mkregtable/mkregtable.c
648
fseek(file, 0, SEEK_SET);
usr.bin/calendar/io.c
656
if (fseek(fp, 0L, SEEK_END) == -1 || ftell(fp) == 0) {
usr.bin/ctags/print.c
53
fseek(inf, lineftell, L_SET);
usr.bin/ctags/print.c
83
fseek(inf, saveftell, L_SET);
usr.bin/diff/diffreg.c
1119
fseek(lb, f[i - 1], SEEK_SET);
usr.bin/diff/diffreg.c
1256
fseek(fp, f[pos - 1], SEEK_SET);
usr.bin/dsynth/html.c
471
fseek(fp, 0, SEEK_END);
usr.bin/dsynth/html.c
478
fseek(fp, -2, SEEK_END);
usr.bin/locate/locate/locate.c
250
fseek(fp, (long)0, SEEK_SET) == -1)
usr.bin/mkstr/mkstr.c
284
fseek(mesgread, (long) hp->hpt, 0);
usr.bin/msgs/msgs.c
422
fseek(msgsrc, 0L, 0);
usr.bin/msgs/msgs.c
567
fseek(msgsrc, 0L, 0);
usr.bin/msgs/msgs.c
582
fseek(msgsrc, 0L, 0);
usr.bin/msgs/msgs.c
671
fseek(newmsg, 0L, 2);
usr.bin/msgs/msgs.c
700
fseek(f, oldpos, 0);
usr.bin/msgs/msgs.c
777
fseek(newmsg, oldpos, 0);
usr.bin/msgs/msgs.c
787
fseek(newmsg, oldpos, 0); /* reposition current message */
usr.bin/msgs/msgs.c
842
fseek(infile, 0L, 0);
usr.bin/msgs/msgs.c
870
fseek(infile, frompos, 0);
usr.bin/patch/inp.c
342
fseek(ifp, 0L, SEEK_SET); /* rewind file */
usr.bin/strfile/strfile.c
156
fseek(outf, (long)sizeof(Tbl), SEEK_SET);
usr.bin/tftp/tftpsubs.c
217
fseek(file, -1, 1); /* smash lf on top of the cr */
usr.bin/xstr/xstr.c
388
fseek(mesgwrit, hp->hpt, 0);
usr.sbin/cron/lib/env.c
152
fseek(f, filepos, 0);
usr.sbin/fstyp/fstyp.c
97
error = fseek(fp, off, SEEK_SET);
usr.sbin/fstyp/hammer2.c
169
if (fseek(fp, io_base, SEEK_SET) == -1) {
usr.sbin/fstyp/hammer2.c
44
if (fseek(fp, 0, SEEK_END) == -1) {
usr.sbin/inetd/inetd.c
1406
fseek(fconfig, 0L, SEEK_SET);
usr.sbin/lpr/lpd/printjob.c
551
fseek(cfp, 0L, 0);
usr.sbin/lpr/lpd/printjob.c
954
fseek(cfp, 0L, 0);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
613
fseek(fd, 32 - strlen(part_name) - 1, SEEK_CUR);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
615
fseek(fd, 32 - strlen(part_type) - 1, SEEK_CUR);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
679
fseek(fd, 0x1fe, SEEK_SET);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
708
fseek(fd, 0, SEEK_SET);
usr.sbin/pflogd/pflogd.c
393
fseek(fp, 0L, SEEK_SET);
usr.sbin/pflogd/pflogd.c
422
fseek(fp, ph.caplen, SEEK_CUR);