/libio/ |
A D | ioseekpos.c | 29 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 D | ioseekoff.c | 31 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 D | ftello64.c | 34 off64_t 37 off64_t pos; in __ftello64()
|
A D | ioftell.c | 35 off64_t pos; in _IO_ftell() 51 if ((off64_t) (long int) pos != pos) in _IO_ftell()
|
A D | ftello.c | 39 off64_t pos; in __ftello() 55 if ((off64_t) (off_t) pos != pos) in __ftello()
|
A D | libioP.h | 191 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 D | iofopncook.c | 69 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 D | libio.h | 94 #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 D | fseeko64.c | 35 __fseeko64 (FILE *fp, off64_t offset, int whence) in __fseeko64()
|
A D | iofgetpos.c | 47 off64_t pos; in _IO_new_fgetpos() 65 else if ((off64_t) (__typeof (posp->__pos)) pos != pos) in _IO_new_fgetpos()
|
A D | fmemopen.c | 40 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 D | oldiofgetpos64.c | 37 off64_t pos; in _IO_old_fgetpos64()
|
A D | oldfmemopen.c | 87 off64_t pos; 151 fmemopen_seek (void *cookie, off64_t *p, int w) in fmemopen_seek() 153 off64_t np; in fmemopen_seek()
|
A D | iofgetpos64.c | 36 off64_t pos; in _IO_new_fgetpos64()
|
A D | tst-vtables-common.c | 175 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 D | fileops.c | 442 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 D | bug-memstream1.c | 18 off64_t off = ftello64 (fp); in do_test()
|
A D | bug-wmemstream1.c | 19 off64_t off = ftello64 (fp); in do_test()
|
A D | strops.c | 170 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 D | wstrops.c | 168 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 D | iofdopen.c | 157 off64_t new_pos = _IO_SYSSEEK (&new_f->fp.file, 0, _IO_seek_end); in _IO_new_fdopen()
|
A D | wfileops.c | 494 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 D | genops.c | 470 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 D | oldfileops.c | 433 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 D | stdio.h | 70 typedef __off64_t off64_t; typedef
|