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

12345

/freebsd-10.0-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.0-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.0-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.0-release/usr.bin/ctags/
H A Dprint.c59 (void)fseek(inf, lineftell, L_SET);
89 (void)fseek(inf, saveftell, L_SET);
/freebsd-10.0-release/tools/regression/lib/libc/stdio/
H A Dtest-open_memstream.c109 fseek(fp, 0, SEEK_END);
117 fseek(fp, 4, SEEK_END);
130 fseek(fp, 3, SEEK_SET);
134 fseek(fp, 0, SEEK_END);
146 fseek(fp, 4, SEEK_SET);
H A Dtest-open_wmemstream.c109 fseek(fp, 0, SEEK_END);
117 fseek(fp, 4, SEEK_END);
130 fseek(fp, 3, SEEK_SET);
134 fseek(fp, 0, SEEK_END);
146 fseek(fp, 4, SEEK_SET);
H A Dtest-fmemopen.c27 * Test basic FILE * functions (fread, fwrite, fseek, fclose) against
172 rc = fseek(fp, 0, SEEK_END);
190 rc = fseek(fp, 0, SEEK_SET);
/freebsd-10.0-release/sys/contrib/dev/acpica/compiler/
H A Daslfileio.c166 fseek (fp, 0, SEEK_END);
171 fseek (fp, Offset, SEEK_SET);
315 Error = fseek (Gbl_Files[FileId].Handle, Offset, SEEK_SET);
/freebsd-10.0-release/crypto/openssl/crypto/bio/
H A Dbio_lcl.h17 #define UP_fseek fseek
/freebsd-10.0-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.0-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.0-release/contrib/libstdc++/include/c/
H A Dstd_cstdio.h57 #undef fseek macro
/freebsd-10.0-release/contrib/opie/libopie/
H A Dwriterec.c72 if (fseek(f, opie->opie_recstart, SEEK_SET))
H A Dreadrec.c121 if (fseek(f, opie->opie_recstart, SEEK_SET))
/freebsd-10.0-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbfileio.c259 fseek (fp, 0, SEEK_END);
261 fseek (fp, 0, SEEK_SET);
276 fseek (fp, 0, SEEK_SET);
356 fseek (fp, 0, SEEK_SET);
/freebsd-10.0-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.0-release/contrib/libstdc++/include/c_std/
H A Dstd_cstdio.h71 #undef fseek macro
118 using ::fseek;
/freebsd-10.0-release/contrib/wpa/src/utils/
H A Dos_win32.c190 fseek(f, 0, SEEK_END);
192 fseek(f, 0, SEEK_SET);
/freebsd-10.0-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.0-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.0-release/contrib/libstdc++/include/c_compatibility/
H A Dstdio.h76 using std::fseek;
/freebsd-10.0-release/contrib/bmake/
H A Darch.c729 fseek(arch, -elen, SEEK_CUR);
740 fseek(arch, (size + 1) & ~1, SEEK_CUR);
960 fseek(arch, -sizeof(struct ar_hdr), SEEK_CUR);
990 fseek(arch, -sizeof(struct ar_hdr) - elen, SEEK_CUR);
993 fseek(arch, -elen, SEEK_CUR);
1008 fseek(arch, (size + 1) & ~1, SEEK_CUR);
/freebsd-10.0-release/contrib/dialog/
H A Dtailbox.c120 if (fseek(fp, 0L, SEEK_END) == -1
133 if (fseek(fp, fpos, SEEK_SET) == -1)
162 if (fseek(fp, fpos + offset, SEEK_SET) == -1)

Completed in 147 milliseconds

12345