Symbol: fseek
crypto/heimdal/appl/ftp/ftp/ftp.c
1081
if (fseek (fout, 0L, SEEK_SET) < 0)
crypto/heimdal/appl/ftp/ftp/ftp.c
1090
if (fseek (fout, 0L, SEEK_CUR) < 0) {
crypto/heimdal/appl/ftp/ftp/ftp.c
760
rc = fseek (fin, (long) restart_point, SEEK_SET);
crypto/heimdal/appl/ftp/ftpd/ftpd.c
1149
if (fseek(fout, 0L, SEEK_CUR) < 0) {
crypto/heimdal/lib/hdb/mkey.c
316
fseek(f, 0, SEEK_END);
crypto/krb5/src/lib/krb5/ccache/cc_file.c
433
if (flen && fseek(fp, flen, SEEK_CUR) != 0)
crypto/krb5/src/lib/krb5/keytab/kt_file.c
1101
if (fseek(KTFILEP(id), start_pos + size, SEEK_SET) == -1) {
crypto/krb5/src/lib/krb5/keytab/kt_file.c
1150
if (fseek(KTFILEP(id), 0L, SEEK_CUR) < 0)
crypto/krb5/src/lib/krb5/keytab/kt_file.c
1256
if (fseek(KTFILEP(id), commit_point, SEEK_SET)) {
crypto/krb5/src/lib/krb5/keytab/kt_file.c
1323
if (fseek(fp, 0, SEEK_SET))
crypto/krb5/src/lib/krb5/keytab/kt_file.c
1335
if (fseek(fp, 0, SEEK_CUR))
crypto/krb5/src/lib/krb5/keytab/kt_file.c
1349
if (fseek(fp, size, SEEK_CUR))
crypto/krb5/src/lib/krb5/keytab/kt_file.c
1360
if (fseek(fp, size, SEEK_CUR))
crypto/krb5/src/lib/krb5/keytab/kt_file.c
1369
if (fseek(fp, *size_needed, SEEK_CUR))
crypto/krb5/src/lib/krb5/keytab/kt_file.c
1374
if (fseek(fp, zero_point, SEEK_SET))
crypto/krb5/src/lib/krb5/keytab/kt_file.c
300
if (fseek(KTFILEP(id), KTSTARTOFF(id), SEEK_SET) == -1) {
crypto/krb5/src/lib/krb5/keytab/kt_file.c
490
if (fseek(KTFILEP(id), *fileoff, 0) == -1) {
crypto/krb5/src/lib/krb5/keytab/kt_file.c
545
if (fseek(KTFILEP(id), 0, 2) == -1) {
crypto/krb5/src/lib/krb5/keytab/kt_file.c
844
if (fseek(KTFILEP(id), delete_point, SEEK_SET)) {
crypto/krb5/src/lib/krb5/keytab/kt_file.c
858
if (fseek(KTFILEP(id), delete_point, SEEK_SET)) {
crypto/krb5/src/lib/krb5/keytab/kt_file.c
911
if (fseek(KTFILEP(id), 0L, SEEK_CUR) < 0)
crypto/krb5/src/lib/krb5/keytab/kt_file.c
927
if (fseek(KTFILEP(id), -size, SEEK_CUR)) {
crypto/krb5/src/lib/krb5/unicode/ucdata/ucgendat.c
1636
fseek(out, sizeof(krb5_ui_2) << 1, 0L);
crypto/krb5/src/lib/krb5/unicode/ucdata/ucgendat.c
1729
fseek(out, sizeof(krb5_ui_2) << 1, 0L);
crypto/krb5/src/lib/rpc/xdr_stdio.c
154
return ((fseek((FILE *)xdrs->x_private, (long)pos, 0) < 0) ?
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_services.c
254
fseek(pfile, 0, SEEK_SET);
crypto/krb5/src/util/profile/prof_parse.c
374
fseek (f, offset, SEEK_CUR);
crypto/libecc/src/tests/ec_utils.c
1155
ret = fseek(in_file, (long)(raw_data_len - st_siglen),
crypto/libecc/src/tests/ec_utils.c
1206
if (fseek(in_file, 0, SEEK_SET)) {
crypto/libecc/src/tests/ec_utils.c
490
if (fseek(in_file, 0L, SEEK_END)) {
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) {
crypto/openssl/crypto/bio/bio_local.h
160
#define UP_fseek fseek
crypto/openssl/crypto/bio/bss_file.c
193
ret = (long)fseek(fp, num, 0);
crypto/openssl/crypto/http/http_client.c
323
if (BIO_get_fp(req, &fp) == 1 && fseek(fp, 0, SEEK_END) == 0) {
crypto/openssl/crypto/http/http_client.c
325
(void)fseek(fp, 0, SEEK_SET);
crypto/openssl/ms/applink.c
129
OPENSSL_ApplinkTable[APPLINK_FSEEK] = fseek;
include/stdio.h
281
int fseek(FILE *, long, int);
lib/libc/gen/getutxent.c
137
fseek(uf, len - sizeof(*fu), SEEK_CUR);
lib/libc/tests/stdio/fmemopen2_test.c
168
rc = fseek(fp, 0, SEEK_END);
lib/libc/tests/stdio/fmemopen2_test.c
186
rc = fseek(fp, 0, SEEK_SET);
lib/libc/tests/stdio/open_memstream2_test.c
104
fseek(fp, 0, SEEK_END);
lib/libc/tests/stdio/open_memstream2_test.c
112
fseek(fp, 4, SEEK_END);
lib/libc/tests/stdio/open_memstream2_test.c
125
fseek(fp, 3, SEEK_SET);
lib/libc/tests/stdio/open_memstream2_test.c
129
fseek(fp, 0, SEEK_END);
lib/libc/tests/stdio/open_memstream2_test.c
141
fseek(fp, 4, SEEK_SET);
lib/libc/tests/stdio/open_wmemstream_test.c
104
fseek(fp, 0, SEEK_END);
lib/libc/tests/stdio/open_wmemstream_test.c
112
fseek(fp, 4, SEEK_END);
lib/libc/tests/stdio/open_wmemstream_test.c
125
fseek(fp, 3, SEEK_SET);
lib/libc/tests/stdio/open_wmemstream_test.c
129
fseek(fp, 0, SEEK_END);
lib/libc/tests/stdio/open_wmemstream_test.c
141
fseek(fp, 4, SEEK_SET);
lib/libc/xdr/xdr_stdio.c
153
return ((fseek((FILE *)xdrs->x_private, (long)pos, 0) < 0) ?
lib/libsysdecode/tests/sysdecode_test.c
79
ATF_REQUIRE(fseek(fp, 0, SEEK_SET) == 0);
lib/libunbound/config.h
1386
#define fseeko fseek
libexec/tftpd/tftp-file.c
81
int r = fseek(file, -1, SEEK_END);
sbin/dump/itime.c
176
if (fseek(df, 0L, 0) < 0)
sbin/restore/dirs.c
612
(void) fseek(mf, node.extsize, SEEK_CUR);
stand/ficl/fileaccess.c
370
pushIor(pVM, fseek(ff->f, ud, SEEK_SET) == 0);
stand/ficl/fileaccess.c
82
fseek(f, 0, SEEK_SET);
tools/regression/gaithrstress/gaithrstress.c
161
if (ferror(fp) || fseek(fp, 0, SEEK_SET) != 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
659
fseek(file, 0, SEEK_END);
tools/tools/drm/radeon/mkregtable/mkregtable.c
661
fseek(file, 0, SEEK_SET);
usr.bin/ctags/print.c
53
(void)fseek(inf, lineftell, L_SET);
usr.bin/ctags/print.c
83
(void)fseek(inf, saveftell, L_SET);
usr.bin/diff/diffreg.c
1295
fseek(lb, f[i - 1], SEEK_SET);
usr.bin/diff/diffreg.c
1470
fseek(fp, f[pos - 1], SEEK_SET);
usr.bin/diff3/diff3.c
625
(void)fseek(fp[i], (long)-nchar, SEEK_CUR);
usr.bin/diff3/diff3.c
671
fseek(p, 0L, SEEK_SET);
usr.bin/etdump/etdump.c
83
if (fseek(iso, sector * ISO_DEFAULT_BLOCK_SIZE, SEEK_SET) != 0) {
usr.bin/fortune/strfile/strfile.c
152
fseek(outf, (long)sizeof(Tbl), SEEK_SET);
usr.bin/gprof/gprof.c
265
fseek(pfile, sizeof(struct ophdr), SEEK_SET);
usr.bin/indent/indent.c
1261
if (input == NULL || fseek(input, 0, SEEK_SET) != 0)
usr.bin/kdump/kdump.c
470
fseek(stdin, KTR_OFFSET_V0, SEEK_CUR) < 0)
usr.bin/lastcomm/lastcomm.c
133
if (fseek(fp, 0l, SEEK_END) == -1)
usr.bin/lastcomm/readrec.c
235
if (fseek(f, -roffsetof(struct acctv3, ac_trailer),
usr.bin/locate/locate/locate.c
245
fseek(fp, (long)0, SEEK_SET) == -1)
usr.bin/mkstr/mkstr.c
282
fseek(mesgread, (long) hp->hpt, 0);
usr.bin/patch/inp.c
338
fseek(ifp, 0L, SEEK_SET); /* rewind file */
usr.bin/xstr/xstr.c
377
fseek(mesgwrit, hp->hpt, 0);
usr.sbin/config/main.cc
767
r = fseek(fp, off, SEEK_CUR);
usr.sbin/cron/lib/env.c
226
fseek(f, filepos, 0);
usr.sbin/fstyp/fstyp.c
120
error = fseek(fp, off, SEEK_SET);
usr.sbin/fstyp/hammer2.c
99
if (fseek(fp, io_base, SEEK_SET) == -1) {
usr.sbin/inetd/inetd.c
1580
fseek(fconfig, 0L, SEEK_SET);
usr.sbin/lpr/lpd/printjob.c
567
fseek(cfp, 0L, 0);
usr.sbin/lpr/lpd/printjob.c
973
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/pmcannotate/pmcannotate.c
213
if (fseek(fp, agg->ag_offset, SEEK_SET) == -1)
usr.sbin/pmcannotate/pmcannotate.c
252
if (fseek(fp, agg->ag_offset, SEEK_SET) == -1)
usr.sbin/pmcannotate/pmcannotate.c
549
fseek(fp, nbytes * -1, SEEK_CUR);
usr.sbin/pmcannotate/pmcannotate.c
580
fseek(fp, strlen(buffer) * -1, SEEK_CUR);
usr.sbin/pmcannotate/pmcannotate.c
621
if (fseek(fp, nbytes * -1, SEEK_CUR) == -1)
usr.sbin/pmcannotate/pmcannotate.c
644
if (fseek(fp, lstart, SEEK_SET) == -1)
usr.sbin/pmcannotate/pmcannotate.c
670
if (fseek(fp, nbytes * -1, SEEK_CUR) == -1)
usr.sbin/pmcannotate/pmcannotate.c
675
if (fseek(fp, strlen(buffer) * -1, SEEK_CUR) == -1)
usr.sbin/rtsold/dump.c
65
if (fseek(fp, 0, SEEK_SET) != 0) {