Searched refs:off_t (Results 1 – 12 of 12) sorted by relevance
/libio/ |
A D | ftello.c | 36 off_t 55 if ((off64_t) (off_t) pos != pos) in __ftello()
|
A D | fseeko.c | 35 __fseeko (FILE *fp, off_t offset, int whence) in __fseeko()
|
A D | tst-eof.c | 41 if (lseek (fd, 0, SEEK_SET) == (off_t) -1) in do_test()
|
A D | oldiofgetpos.c | 37 off_t pos; in _IO_old_fgetpos()
|
A D | bug-ftell.c | 42 off_t o = ftello (fp); in do_test()
|
A D | bug-mmap-fflush.c | 34 off_t o; in do_test()
|
A D | bug-ungetc2.c | 6 check (FILE *fp, off_t o) in check()
|
A D | tst-atime.c | 71 if (lseek (fd, 0, SEEK_SET) == (off_t) -1) in do_test()
|
A D | oldfileops.c | 206 if (_IO_SEEKOFF (fp, (off_t)0, _IO_seek_end, _IOS_INPUT|_IOS_OUTPUT) in _IO_old_file_fopen() 225 if (_IO_SEEKOFF (fp, (off_t)0, _IO_seek_cur, _IOS_INPUT|_IOS_OUTPUT) in _IO_old_file_attach() 272 off_t new_pos in old_do_write() 418 off_t new_pos = _IO_SYSSEEK (fp, delta, 1); in _IO_old_file_sync() 419 if (new_pos != (off_t) EOF) in _IO_old_file_sync() 437 off_t result; in _IO_old_file_seekoff() 510 off_t rel_offset = (offset - fp->_old_offset in _IO_old_file_seekoff()
|
A D | iofopncook.c | 226 int (*seek_cb) (FILE *, off_t, int) in _IO_old_cookie_seek() 227 = (int (*) (FILE *, off_t, int)) cfile->__io_functions.seek; in _IO_old_cookie_seek()
|
A D | tst-ftell-active-handler.c | 438 off_t seek_ret = lseek (fd, file_len - 1, SEEK_SET); in do_write_test() 551 off_t seek_ret = lseek (fd, file_len - 1, SEEK_SET); in do_append_test() 566 off_t new_seek_ret = lseek (fd, 0, SEEK_CUR); in do_append_test()
|
A D | stdio.h | 63 typedef __off_t off_t; typedef 65 typedef __off64_t off_t; typedef
|
Completed in 19 milliseconds