Searched defs:dir (Results 1 – 8 of 8) 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 | 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 | wstrops.c | 252 _IO_wstr_seekoff (FILE *fp, off64_t offset, int dir, int mode) in _IO_wstr_seekoff()
|
A D | strops.c | 248 _IO_str_seekoff (FILE *fp, off64_t offset, int dir, int mode) in _IO_str_seekoff()
|
A D | fileops.c | 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 | wfileops.c | 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()
|
Completed in 21 milliseconds