Searched defs:offset (Results 1 – 14 of 14) sorted by relevance
/libio/ |
A D | ioseekoff.c | 32 _IO_seekoff_unlocked (FILE *fp, off64_t offset, int dir, int mode) in _IO_seekoff_unlocked() 64 _IO_seekoff (FILE *fp, off64_t offset, int dir, int mode) in _IO_seekoff()
|
A D | fseek.c | 31 fseek (FILE *fp, long int offset, int whence) in fseek()
|
A D | fseeko64.c | 35 __fseeko64 (FILE *fp, off64_t offset, int whence) in __fseeko64()
|
A D | fseeko.c | 35 __fseeko (FILE *fp, off_t offset, int whence) in __fseeko()
|
A D | iofopncook.c | 70 _IO_cookie_seek (FILE *fp, off64_t offset, int dir) in _IO_cookie_seek() 102 _IO_cookie_seekoff (FILE *fp, off64_t offset, int dir, int mode) in _IO_cookie_seekoff() 223 _IO_old_cookie_seek (FILE *fp, off64_t offset, int dir) in _IO_old_cookie_seek()
|
A D | bug-ungetc.c | 33 long offset, diff; in do_test() local
|
A D | wstrops.c | 168 enlarge_userbuf (FILE *fp, off64_t offset, int reading) in enlarge_userbuf() 252 _IO_wstr_seekoff (FILE *fp, off64_t offset, int dir, int mode) in _IO_wstr_seekoff()
|
A D | strops.c | 170 enlarge_userbuf (FILE *fp, off64_t offset, int reading) in enlarge_userbuf() 248 _IO_str_seekoff (FILE *fp, off64_t offset, int dir, int mode) in _IO_str_seekoff()
|
A D | tst-ftell-active-handler.c | 144 long offset = ftell (fp); in do_ftruncate_test() local 248 long offset = ftell (fp); in do_rewind_test() local 458 long offset = ftell (fp); in do_write_test() local 526 long offset = ftell (fp); in do_append_test() local
|
A D | wfileops.c | 595 off64_t result, offset = 0; in do_ftell_wide() local 741 _IO_wfile_seekoff (FILE *fp, off64_t offset, int dir, int mode) in _IO_wfile_seekoff()
|
A D | tst-vtables-common.c | 176 method_seekoff (FILE *fp, off64_t offset, int dir, int mode) in method_seekoff() 186 method_seekpos (FILE *fp, off64_t offset, int mode) in method_seekpos() 246 method_seek (FILE *fp, off64_t offset, int mode) in method_seek()
|
A D | fileops.c | 842 off64_t result, offset = 0; in do_ftell() local 899 _IO_new_file_seekoff (FILE *fp, off64_t offset, int dir, int mode) in _IO_new_file_seekoff() 1113 _IO_file_seekoff_maybe_mmap (FILE *fp, off64_t offset, int dir, in _IO_file_seekoff_maybe_mmap()
|
A D | oldfileops.c | 435 _IO_old_file_seekoff (FILE *fp, off64_t offset, int dir, int mode) in _IO_old_file_seekoff()
|
A D | libioP.h | 942 uintptr_t offset = ptr - (uintptr_t) __start___libc_IO_vtables; in IO_validate_vtable() local
|
Completed in 32 milliseconds