Home
last modified time | relevance | path

Searched refs:lseek64 (Results 1 - 25 of 37) sorted by relevance

12

/third_party/ltp/testcases/kernel/mem/mmapstress/
H A Dmmapstress07.c169 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 Dmmapstress10.c354 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 Dlseek.c45 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 Dftest08.c26 * 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 Dftest05.c25 * 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 Dftest07.c26 * 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 Dftest06.c25 * 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 Dlseek.c15 weak_alias(__lseek, lseek64);
/third_party/musl/src/unistd/
H A Dlseek.c15 weak_alias(__lseek, lseek64);
/third_party/musl/src/unistd/mipsn32/
H A Dlseek.c20 weak_alias(__lseek, lseek64);
/third_party/NuttX/fs/vfs/
H A Dfs_lseek64.c145 * 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 Dsupport.h14 // Darwin (Mac OS) & FreeBSD: disk IOCTLs are different, and there is no lseek64
16 #define lseek64 lseek macro
H A Ddiskio-unix.cc47 #define lseek64 lseek macro
329 sought = lseek64(fd, seekTo, SEEK_SET); in Seek()
/third_party/ffmpeg/libavformat/
H A Dos_support.h94 # define lseek(f,p,w) lseek64((f), (p), (w))
/third_party/ltp/testcases/kernel/fs/fsstress/
H A Dfsstress.c421 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 Dunistd.h220 #define lseek64 lseek macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dunistd.h196 #define lseek64 lseek macro
/third_party/musl/porting/linux/user/include/
H A Dunistd.h223 #define lseek64 lseek macro
/third_party/musl/porting/liteos_m/user/include/
H A Dunistd.h220 #define lseek64 lseek macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dunistd.h196 #define lseek64 lseek macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dunistd.h201 off64_t lseek64(int, off64_t, int);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dunistd.h196 #define lseek64 lseek macro
/third_party/musl/include/
H A Dunistd.h262 #define lseek64 lseek macro
/third_party/node/deps/v8/third_party/zlib/
H A Dgzlib.c12 # define LSEEK lseek64
/third_party/node/deps/zlib/
H A Dgzlib.c13 # define LSEEK lseek64

Completed in 21 milliseconds

12