Lines Matching refs:off64_t
246 off64_t maxfsize;
304 int truncate64_path(pathname_t *, off64_t);
447 if (lseek64(fd, (off64_t) (MAXFSIZE32 + 1ULL), SEEK_SET) < 0) in main()
448 maxfsize = (off64_t) MAXFSIZE32; in main()
450 maxfsize = (off64_t) MAXFSIZE; in main()
1351 int truncate64_path(pathname_t * name, off64_t length) in truncate64_path()
1803 off64_t off; in dread_f()
1868 off = (off64_t) (lr % stb.st_size); in dread_f()
1904 off64_t off; in dwrite_f()
1958 off = (off64_t) (lr % MIN(stb.st_size + (1024 * 1024), MAXFSIZE)); in dwrite_f()
2256 off64_t off; in read_f()
2294 off = (off64_t) (lr % stb.st_size); in read_f()
2541 off64_t off; in truncate_f()
2658 off64_t off; in write_f()
2688 off = (off64_t) (lr % MIN(stb.st_size + (1024 * 1024), MAXFSIZE)); in write_f()