Home
last modified time | relevance | path

Searched refs:off64_t (Results 1 – 25 of 25) sorted by relevance

/libio/
A Dioseekpos.c29 off64_t
30 _IO_seekpos_unlocked (FILE *fp, off64_t pos, int mode) in _IO_seekpos_unlocked()
50 off64_t
51 _IO_seekpos (FILE *fp, off64_t pos, int mode) in _IO_seekpos()
53 off64_t retval; in _IO_seekpos()
A Dioseekoff.c31 off64_t
32 _IO_seekoff_unlocked (FILE *fp, off64_t offset, int dir, int mode) in _IO_seekoff_unlocked()
63 off64_t
64 _IO_seekoff (FILE *fp, off64_t offset, int dir, int mode) in _IO_seekoff()
66 off64_t retval; in _IO_seekoff()
A Dftello64.c34 off64_t
37 off64_t pos; in __ftello64()
A Dioftell.c35 off64_t pos; in _IO_ftell()
51 if ((off64_t) (long int) pos != pos) in _IO_ftell()
A Dftello.c39 off64_t pos; in __ftello()
55 if ((off64_t) (off_t) pos != pos) in __ftello()
A DlibioP.h191 typedef off64_t (*_IO_seekoff_t) (FILE *FP, off64_t OFF, int DIR,
201 typedef off64_t (*_IO_seekpos_t) (FILE *, off64_t, int);
256 typedef off64_t (*_IO_seek_t) (FILE *, off64_t, int);
459 extern off64_t _IO_default_seekoff (FILE *, off64_t, int, int)
461 extern off64_t _IO_default_seekpos (FILE *, off64_t, int);
465 extern off64_t _IO_default_seek (FILE *, off64_t, int) __THROW;
546 extern off64_t _IO_file_seekoff (FILE *, off64_t, int, int);
579 extern off64_t _IO_file_seek (FILE *, off64_t, int) __THROW;
626 extern off64_t _IO_wfile_seekoff (FILE *, off64_t, int, int);
660 extern off64_t _IO_wstr_seekoff (FILE *, off64_t, int, int)
[all …]
A Diofopncook.c69 static off64_t
70 _IO_cookie_seek (FILE *fp, off64_t offset, int dir) in _IO_cookie_seek()
81 || offset == (off64_t) -1) in _IO_cookie_seek()
101 static off64_t
102 _IO_cookie_seekoff (FILE *fp, off64_t offset, int dir, int mode) in _IO_cookie_seekoff()
221 static off64_t
223 _IO_old_cookie_seek (FILE *fp, off64_t offset, int dir) in _IO_old_cookie_seek()
A Dlibio.h94 #define _IO_pos_BAD ((off64_t) -1)
100 #define _IO_pos_0 ((off64_t) 0)
220 extern off64_t _IO_seekoff (FILE *, off64_t, int, int);
221 extern off64_t _IO_seekpos (FILE *, off64_t, int);
A Dfseeko64.c35 __fseeko64 (FILE *fp, off64_t offset, int whence) in __fseeko64()
A Diofgetpos.c47 off64_t pos; in _IO_new_fgetpos()
65 else if ((off64_t) (__typeof (posp->__pos)) pos != pos) in _IO_new_fgetpos()
A Dfmemopen.c40 off64_t pos; /* current position at the buffer. */
69 off64_t pos = c->append ? c->maxpos : c->pos; in fmemopen_write()
100 fmemopen_seek (void *cookie, off64_t *p, int w) in fmemopen_seek()
102 off64_t np; in fmemopen_seek()
A Doldiofgetpos64.c37 off64_t pos; in _IO_old_fgetpos64()
A Doldfmemopen.c87 off64_t pos;
151 fmemopen_seek (void *cookie, off64_t *p, int w) in fmemopen_seek()
153 off64_t np; in fmemopen_seek()
A Diofgetpos64.c36 off64_t pos; in _IO_new_fgetpos64()
A Dtst-vtables-common.c175 static off64_t
176 method_seekoff (FILE *fp, off64_t offset, int dir, int mode) in method_seekoff()
185 static off64_t
186 method_seekpos (FILE *fp, off64_t offset, int mode) in method_seekpos()
245 static off64_t
246 method_seek (FILE *fp, off64_t offset, int mode) in method_seek()
A Dfileops.c442 off64_t new_pos in libc_hidden_ver()
803 if (new_pos != (off64_t) EOF) in libc_hidden_ver()
839 static off64_t
842 off64_t result, offset = 0; in do_ftell()
898 off64_t
901 off64_t result; in _IO_new_file_seekoff()
902 off64_t delta, new_offset; in _IO_new_file_seekoff()
1057 off64_t in libc_hidden_ver()
1060 off64_t result; in libc_hidden_ver()
1112 static off64_t
[all …]
A Dbug-memstream1.c18 off64_t off = ftello64 (fp); in do_test()
A Dbug-wmemstream1.c19 off64_t off = ftello64 (fp); in do_test()
A Dstrops.c170 enlarge_userbuf (FILE *fp, off64_t offset, int reading) in enlarge_userbuf()
247 off64_t
248 _IO_str_seekoff (FILE *fp, off64_t offset, int dir, int mode) in _IO_str_seekoff()
250 off64_t new_pos; in _IO_str_seekoff()
A Dwstrops.c168 enlarge_userbuf (FILE *fp, off64_t offset, int reading) in enlarge_userbuf()
251 off64_t
252 _IO_wstr_seekoff (FILE *fp, off64_t offset, int dir, int mode) in _IO_wstr_seekoff()
254 off64_t new_pos; in _IO_wstr_seekoff()
A Diofdopen.c157 off64_t new_pos = _IO_SYSSEEK (&new_f->fp.file, 0, _IO_seek_end); in _IO_new_fdopen()
A Dwfileops.c494 off64_t new_pos; in libc_hidden_def()
520 if (new_pos != (off64_t) EOF) in libc_hidden_def()
592 static off64_t
595 off64_t result, offset = 0; in do_ftell_wide()
740 off64_t
741 _IO_wfile_seekoff (FILE *fp, off64_t offset, int dir, int mode) in _IO_wfile_seekoff()
743 off64_t result; in _IO_wfile_seekoff()
744 off64_t delta, new_offset; in _IO_wfile_seekoff()
860 off64_t start_offset = (fp->_offset in _IO_wfile_seekoff()
A Dgenops.c470 off64_t
471 _IO_default_seekpos (FILE *fp, off64_t pos, int mode) in _IO_default_seekpos()
627 off64_t in libc_hidden_def()
628 _IO_default_seekoff (FILE *fp, off64_t offset, int dir, int mode) in libc_hidden_def()
1029 off64_t in libc_hidden_def()
1030 _IO_default_seek (FILE *fp, off64_t offset, int dir) in libc_hidden_def()
A Doldfileops.c433 off64_t
435 _IO_old_file_seekoff (FILE *fp, off64_t offset, int dir, int mode) in _IO_old_file_seekoff()
438 off64_t delta, new_offset; in _IO_old_file_seekoff()
A Dstdio.h70 typedef __off64_t off64_t; typedef

Completed in 69 milliseconds