Home
last modified time | relevance | path

Searched refs:off_t (Results 1 – 12 of 12) sorted by relevance

/libio/
A Dftello.c36 off_t
55 if ((off64_t) (off_t) pos != pos) in __ftello()
A Dfseeko.c35 __fseeko (FILE *fp, off_t offset, int whence) in __fseeko()
A Dtst-eof.c41 if (lseek (fd, 0, SEEK_SET) == (off_t) -1) in do_test()
A Doldiofgetpos.c37 off_t pos; in _IO_old_fgetpos()
A Dbug-ftell.c42 off_t o = ftello (fp); in do_test()
A Dbug-mmap-fflush.c34 off_t o; in do_test()
A Dbug-ungetc2.c6 check (FILE *fp, off_t o) in check()
A Dtst-atime.c71 if (lseek (fd, 0, SEEK_SET) == (off_t) -1) in do_test()
A Doldfileops.c206 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 Diofopncook.c226 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 Dtst-ftell-active-handler.c438 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 Dstdio.h63 typedef __off_t off_t; typedef
65 typedef __off64_t off_t; typedef

Completed in 19 milliseconds