Searched refs:Fseek (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_atari.c80 return Fseek(off, (int) fd, whence);
81 current_off = Fseek(0, (int) fd, SEEK_CUR); /* find out where we are */
86 new_off = Fseek(off, (int) fd, whence);
91 new_off = Fseek(0, (int) fd, SEEK_END); /* go to eof */
123 pos = Fseek(0, (int) fd, SEEK_CUR);
124 eof = Fseek(0, (int) fd, SEEK_END);
125 Fseek(pos, (int) fd, SEEK_SET);
/macosx-10.10/gpatch-3/patch/
H A Dutil.h48 void Fseek (FILE *, file_offset, int);
H A Dpch.c220 Fseek (pfp, p_start, SEEK_SET);
311 Fseek (pfp, p_base, SEEK_SET);
466 Fseek (pfp, previous_line, SEEK_SET);
765 Fseek (i, p_base, SEEK_SET);
783 Fseek (i, file_pos, SEEK_SET);
1158 Fseek (pfp, repl_backtrack_position, SEEK_SET);
1653 Fseek (pfp, line_beginning, SEEK_SET);
H A Dinp.c381 Fseek (ifp, (off_t) 0, SEEK_SET); /* rewind file */
H A Dutil.c1005 Fseek (FILE *stream, file_offset offset, int ptrname) function

Completed in 75 milliseconds