Searched refs:fseek (Results 1 - 25 of 122) sorted by relevance

12345

/freebsd-10.3-release/contrib/opie/libmissing/
H A Dpututline.c38 if (fseek(f, i * sizeof(struct utmp), SEEK_SET) < 0)
49 if (fseek(f, i - sizeof(struct utmp), SEEK_SET) < 0)
H A Dgetutline.c44 if (fseek(f, i * sizeof(struct utmp), SEEK_SET) < 0)
/freebsd-10.3-release/contrib/gcc/
H A Dgenchecksum.c47 if (fseek (f, 16, SEEK_SET) != 0)
H A Dc-pch.c192 if (fseek (asm_out_file, asm_file_startpos, SEEK_SET) != 0)
207 /* asm_out_file can be written afterwards, so fseek to clear
209 if (fseek (asm_out_file, 0, SEEK_END) != 0)
215 if (fseek (pch_outfile, 0, SEEK_SET) != 0
406 if (fseek (f, h.asm_size, SEEK_CUR) != 0)
/freebsd-10.3-release/contrib/ntp/sntp/tests/
H A DfileHandlingTest.c52 fseek(file, 0L, SEEK_END);
54 fseek(file, 0L, SEEK_SET);
/freebsd-10.3-release/sys/contrib/dev/acpica/os_specific/service_layers/
H A Doslibcfs.c240 Ret = fseek (File, Offset, SEEK_SET);
244 Ret = fseek (File, Offset, SEEK_END);
/freebsd-10.3-release/contrib/binutils/include/aout/
H A Dencap.h95 fseek ((f), -sizeof (short), 1), \
101 #define HEADER_SEEK(f) (fseek ((f), HEADER_OFFSET((f)), 1))
/freebsd-10.3-release/usr.bin/ctags/
H A Dprint.c59 (void)fseek(inf, lineftell, L_SET);
89 (void)fseek(inf, saveftell, L_SET);
/freebsd-10.3-release/lib/libc/tests/stdio/
H A Dopen_memstream_test.c107 fseek(fp, 0, SEEK_END);
115 fseek(fp, 4, SEEK_END);
128 fseek(fp, 3, SEEK_SET);
132 fseek(fp, 0, SEEK_END);
144 fseek(fp, 4, SEEK_SET);
H A Dopen_wmemstream_test.c107 fseek(fp, 0, SEEK_END);
115 fseek(fp, 4, SEEK_END);
128 fseek(fp, 3, SEEK_SET);
132 fseek(fp, 0, SEEK_END);
144 fseek(fp, 4, SEEK_SET);
/freebsd-10.3-release/crypto/openssl/crypto/bio/
H A Dbio_lcl.h17 # define UP_fseek fseek
/freebsd-10.3-release/lib/libc/stdio/
H A DMakefile.inc13 fputwc.c fputws.c fread.c freopen.c fscanf.c fseek.c fsetpos.c \
39 fputws.3 fread.3 fseek.3 funopen.3 fwide.3 getc.3 \
56 MLINKS+=fseek.3 fgetpos.3 fseek.3 fseeko.3 fseek.3 fsetpos.3 fseek.3 ftell.3 \
57 fseek.3 ftello.3 fseek.3 rewind.3
/freebsd-10.3-release/usr.bin/gprof/
H A Daout.c101 fseek(nfile, (long)(N_SYMOFF(xbuf) + xbuf.a_syms), 0);
122 fseek(nfile, (long)N_SYMOFF(xbuf), 0);
140 fseek(nfile, (long)N_SYMOFF(xbuf), 0);
181 (void) fseek( nfile , N_TXTOFF( xbuf ) , 0 );
/freebsd-10.3-release/contrib/groff/src/devices/xditview/
H A Dpage.c79 fseek (dw->dvi.tmpFile, position, 0);
81 fseek (dw->dvi.file, position, 0);
/freebsd-10.3-release/contrib/libstdc++/include/c/
H A Dstd_cstdio.h57 #undef fseek macro
/freebsd-10.3-release/contrib/opie/libopie/
H A Dwriterec.c72 if (fseek(f, opie->opie_recstart, SEEK_SET))
/freebsd-10.3-release/contrib/libstdc++/include/c_std/
H A Dstd_cstdio.h71 #undef fseek macro
118 using ::fseek;
/freebsd-10.3-release/contrib/wpa/src/utils/
H A Dos_win32.c190 fseek(f, 0, SEEK_END);
192 fseek(f, 0, SEEK_SET);
/freebsd-10.3-release/sys/contrib/dev/acpica/components/utilities/
H A Dutfileio.c192 fseek (fp, 0, SEEK_SET);
267 fseek (fp, 0, SEEK_SET);
/freebsd-10.3-release/release/picobsd/tinyware/help/
H A Dhelp.c107 if (fseek(fd, (long)n, SEEK_CUR)<0) return 1;
149 if (fseek(fd, (long)n, SEEK_CUR)<0) break;
/freebsd-10.3-release/contrib/binutils/libiberty/
H A Dargv.c406 if (fseek (f, 0L, SEEK_END) == -1)
411 if (fseek (f, 0L, SEEK_SET) == -1)
/freebsd-10.3-release/usr.sbin/pmcannotate/
H A Dpmcannotate.c207 if (fseek(fp, agg->ag_offset, SEEK_SET) == -1)
246 if (fseek(fp, agg->ag_offset, SEEK_SET) == -1)
524 fseek(fp, nbytes * -1, SEEK_CUR);
555 fseek(fp, strlen(buffer) * -1, SEEK_CUR);
596 if (fseek(fp, nbytes * -1, SEEK_CUR) == -1)
619 if (fseek(fp, lstart, SEEK_SET) == -1)
645 if (fseek(fp, nbytes * -1, SEEK_CUR) == -1)
650 if (fseek(fp, strlen(buffer) * -1, SEEK_CUR) == -1)
/freebsd-10.3-release/contrib/libstdc++/include/c_compatibility/
H A Dstdio.h76 using std::fseek;
/freebsd-10.3-release/contrib/ntp/lib/isc/unix/
H A Dstdio.c56 r = fseek(f, offset, whence);
/freebsd-10.3-release/contrib/ntp/lib/isc/win32/
H A Dstdio.c55 r = fseek(f, offset, whence);

Completed in 330 milliseconds

12345