/third_party/ltp/testcases/kernel/mem/mmapstress/ |
H A D | mmapstress07.c | 169 if (lseek64(rwfd, sparseoff, SEEK_SET) < 0) { 185 if (lseek64(rwfd, holesize, SEEK_CUR) == -1) { 229 if (lseek64(rwfd, sparseoff + e_pageskip * pagesize, SEEK_SET) == -1) { 248 if (lseek64(rofd, sparseoff, SEEK_SET) == -1) {
|
H A D | mmapstress10.c | 354 if (lseek64(fd, sparseoffset, SEEK_SET) < 0) { 722 if ((off = lseek64(fd_writer, 0, SEEK_END)) == -1) { 816 if (lseek64(fd, sparseoffset, SEEK_SET) < 0) {
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
H A D | lseek.c | 45 lseek64(fd, 0, SEEK_SET); in lseek64_0100() 46 offset = lseek64(fd, DataArry[i], SEEK_SET); in lseek64_0100()
|
/third_party/ltp/testcases/kernel/fs/ftest/ |
H A D | ftest08.c | 26 * this is the same as ftest4, except that it uses lseek64 29 * fsync, sync, lseek64, read, write 333 if (lseek64(fd, CHUNK(chunk), 0) < 0) { in dotest() 335 NULL, "\tTest[%d]: lseek64(0) fail at %" in dotest() 415 if (lseek64(fd, -xfr, 1) < 0) { in dotest() 417 NULL, "\tTest[%d]: lseek64(1) fail at %" in dotest() 455 if (lseek64(fd, CHUNK(i), 0) < in dotest() 458 NULL, "\tTest[%d]: lseek64 fail at %" in dotest()
|
H A D | ftest05.c | 25 * this is the same as ftest1, except that it uses lseek64 28 * lseek64, read, write 330 if (lseek64(fd, CHUNK(chunk), 0) < (off64_t) 0) { in dotest() 332 "\tTest[%d]: lseek64(0) fail at %Lx", in dotest() 412 if (lseek64(fd, -((off64_t) xfr), 1) < (off64_t) 0) { in dotest() 414 "\tTest[%d]: lseek64(1) fail at %Lx", in dotest()
|
H A D | ftest07.c | 26 * this is the same as ftest3, except that it uses lseek64 29 * lseek64, readv, writev, 392 if (lseek64(fd, CHUNK(chunk), 0) < 0) { in dotest() 395 "\tTest[%d]: lseek64(0) fail at %Lx, errno = %d.", in dotest() 489 if (lseek64(fd, -((off64_t) xfr), 1) < 0) { in dotest() 492 "\tTest[%d]: lseek64(1) fail at %Lx, errno = %d.", in dotest()
|
H A D | ftest06.c | 25 * this is the same as ftest2, except that it uses lseek64 28 * open, close, read, write, lseek64, 286 seekval = lseek64(fd, (off64_t) (rand() % M), 0); in crfile() 287 warn(seekval, "lseek64", 0); in crfile() 293 warn(seekval, "lseek64", 0); in crfile()
|
/third_party/musl/src/unistd/x32/ |
H A D | lseek.c | 15 weak_alias(__lseek, lseek64);
|
/third_party/musl/src/unistd/ |
H A D | lseek.c | 15 weak_alias(__lseek, lseek64);
|
/third_party/musl/src/unistd/mipsn32/ |
H A D | lseek.c | 20 weak_alias(__lseek, lseek64);
|
/third_party/NuttX/fs/vfs/ |
H A D | fs_lseek64.c | 145 * Name: lseek64 148 * The lseek64() function repositions the offset of the open file associated 159 * The lseek64() function allows the file offset to be set beyond the end of the 181 off64_t lseek64(int fd, off64_t offset, int whence) in lseek64() function
|
/third_party/gptfdisk/ |
H A D | support.h | 14 // Darwin (Mac OS) & FreeBSD: disk IOCTLs are different, and there is no lseek64 16 #define lseek64 lseek macro
|
H A D | diskio-unix.cc | 47 #define lseek64 lseek macro 329 sought = lseek64(fd, seekTo, SEEK_SET); in Seek()
|
/third_party/ffmpeg/libavformat/ |
H A D | os_support.h | 94 # define lseek(f,p,w) lseek64((f), (p), (w))
|
/third_party/ltp/testcases/kernel/fs/fsstress/ |
H A D | fsstress.c | 421 if (lseek64(fd, (off64_t) (MAXFSIZE32 + 1ULL), SEEK_SET) < 0) in main() 1846 lseek64(fd, off, SEEK_SET); in dread_f() 1936 lseek64(fd, off, SEEK_SET); in dwrite_f() 1952 lseek64(fd, off, SEEK_SET); in dwrite_f() 2271 lseek64(fd, off, SEEK_SET); in read_f() 2666 lseek64(fd, off, SEEK_SET); in write_f()
|
/third_party/musl/porting/liteos_a/user/include/ |
H A D | unistd.h | 220 #define lseek64 lseek macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | unistd.h | 196 #define lseek64 lseek macro
|
/third_party/musl/porting/linux/user/include/ |
H A D | unistd.h | 223 #define lseek64 lseek macro
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | unistd.h | 220 #define lseek64 lseek macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | unistd.h | 196 #define lseek64 lseek macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | unistd.h | 201 off64_t lseek64(int, off64_t, int);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | unistd.h | 196 #define lseek64 lseek macro
|
/third_party/musl/include/ |
H A D | unistd.h | 262 #define lseek64 lseek macro
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | gzlib.c | 12 # define LSEEK lseek64
|
/third_party/node/deps/zlib/ |
H A D | gzlib.c | 13 # define LSEEK lseek64
|