Home
last modified time | relevance | path

Searched defs:whence (Results 1 – 25 of 127) sorted by relevance

123456

/external/ltp/testcases/network/nfs/nfslock01/
Dnfs_flock.h10 #define read_lock(fd, offset, whence, len) \ argument
12 #define write_lock(fd, offset, whence, len) \ argument
14 #define un_lock(fd, offset, whence, len) \ argument
16 #define readb_lock(fd, offset, whence, len) \ argument
18 #define writeb_lock(fd, offset, whence, len) \ argument
20 #define unb_lock(fd, offset, whence, len) \ argument
Dnfs_flock_func.c6 int lock_reg(int fd, int type, off_t offset, int whence, off_t len, int cmd) in lock_reg()
18 int lock_test(int fd, int type, off_t offset, int whence, int len) in lock_test()
/external/curl/src/
Dtool_cb_see.c47 int tool_seek_cb(void *userdata, curl_off_t offset, int whence) in tool_seek_cb()
95 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) argument
101 # define _lseeki64(hnd,ofs,whence) _lseek(hnd,ofs,whence) argument
103 # define _lseeki64(hnd,ofs,whence) _lseek64(hnd,ofs,whence) argument
110 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) argument
/external/ltp/testcases/kernel/syscalls/llseek/
Dllseek03.c39 int whence; member
61 static const char *str_whence(int whence) in str_whence()
Dllseek02.c31 int whence; member
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl11.c128 int do_lock(int cmd, short type, short whence, int start, int len) in do_lock()
139 void do_test(struct flock *fl, short type, short whence, int start, int len) in do_test()
152 compare_lock(struct flock *fl, short type, short whence, int start, int len, in compare_lock()
Dfcntl19.c142 int do_lock(int cmd, short type, short whence, int start, int len) in do_lock()
153 void do_test(struct flock *fl, short type, short whence, int start, int len) in do_test()
166 compare_lock(struct flock *fl, short type, short whence, int start, int len, in compare_lock()
Dfcntl21.c149 int do_lock(int cmd, short type, short whence, int start, int len) in do_lock()
160 void do_test(struct flock *fl, short type, short whence, int start, int len) in do_test()
173 compare_lock(struct flock *fl, short type, short whence, int start, int len, in compare_lock()
Dfcntl20.c141 int do_lock(int cmd, short type, short whence, int start, int len) in do_lock()
152 void do_test(struct flock *fl, short type, short whence, int start, int len) in do_test()
165 compare_lock(struct flock *fl, short type, short whence, int start, int len, in compare_lock()
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dllseek.c32 static off_t my_lseek(int fd, off_t off, int whence) in my_lseek()
37 static off_t my_lseek(int fd, off_t off, int whence) in my_lseek()
/external/pdfium/third_party/libopenjpeg20/
Dopj_includes.h79 # define OPJ_FSEEK(stream,offset,whence) _fseeki64(stream,/* __int64 */ offset,whence) argument
85 # define OPJ_FSEEK(stream,offset,whence) fseek(stream,offset,whence) argument
/external/openscreen/third_party/chromium_quic/demo/
Ddelegates.h75 base::Location whence; member
/external/pdfium/third_party/libtiff/
Dtiffiop.h236 #define TIFFSeekFile(tif, off, whence) \ argument
303 # define fseek(stream,offset,whence) fseeko(stream,offset,whence) argument
304 # define ftell(stream,offset,whence) ftello(stream,offset,whence) argument
311 #define _TIFF_lseek_f(fildes,offset,whence) _lseeki64(fildes,/* __int64 */ offset,whence) argument
313 #define _TIFF_fseek_f(stream,offset,whence) _fseeki64(stream,/* __int64 */ offset,whence) argument
321 #define _TIFF_lseek_f(fildes,offset,whence) lseek(fildes,offset,whence) argument
323 #define _TIFF_fseek_f(stream,offset,whence) fseek(stream,offset,whence) argument
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
Dfunopen.cpp39 off_t f_seek(void *cookie, off_t off, int whence) { in f_seek()
/external/libwebsockets/win32port/zlib/
Dgzlib.c275 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64() argument
351 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() argument
/external/mtools/
Dllong.c67 int mt_lseek(int fd, mt_off_t where, int whence) in mt_lseek()
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
Dfunopen2.cpp41 off_t f_seek(void *cookie, off_t off, int whence) { in f_seek()
/external/compiler-rt/test/msan/Linux/
Dfopencookie.cc28 static int cookie_seek(void *cookie, off64_t *offset, int whence) { in cookie_seek()
/external/llvm-project/compiler-rt/test/msan/Linux/
Dfopencookie.cpp28 static int cookie_seek(void *cookie, off64_t *offset, int whence) { in cookie_seek()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DAsset.java103 public abstract long seek(long offset, int whence); in seek()
538 long handleSeek(long offset, int whence, long curPosn, long maxPosn) in handleSeek()
814 public long seek(long offset, int whence) { in seek()
1274 public long seek(long offset, int whence) { in seek()
/external/ltp/testcases/kernel/syscalls/lseek/
Dlseek02.c32 int whence; member
/external/angle/third_party/zlib/
Dgzlib.c366 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64() argument
443 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() argument
/external/rust/crates/libz-sys/src/zlib/
Dgzlib.c366 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64() argument
443 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() argument
/external/python/cpython2/Modules/zlib/
Dgzlib.c366 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64() argument
443 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() argument
/external/zlib/
Dgzlib.c366 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64() argument
443 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() argument

123456