/external/ltp/testcases/network/nfs/nfslock01/ |
D | nfs_flock.h | 10 #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
|
D | nfs_flock_func.c | 6 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/ |
D | tool_cb_see.c | 47 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/fcntl/ |
D | fcntl11.c | 128 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()
|
D | fcntl20.c | 141 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()
|
D | fcntl19.c | 142 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()
|
D | fcntl21.c | 149 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()
|
D | fcntl06.c | 138 int do_lock(int cmd, short type, short whence, int start, int len) in do_lock()
|
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | llseek.c | 32 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/ |
D | opj_includes.h | 79 # 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/pdfium/third_party/libtiff/ |
D | tiffiop.h | 221 #define TIFFSeekFile(tif, off, whence) \ argument 289 # define fseek(stream,offset,whence) fseeko(stream,offset,whence) argument 290 # define ftell(stream,offset,whence) ftello(stream,offset,whence) argument 297 #define _TIFF_lseek_f(fildes,offset,whence) _lseeki64(fildes,/* __int64 */ offset,whence) argument 299 #define _TIFF_fseek_f(stream,offset,whence) _fseeki64(stream,/* __int64 */ offset,whence) argument 307 #define _TIFF_lseek_f(fildes,offset,whence) lseek(fildes,offset,whence) argument 309 #define _TIFF_fseek_f(stream,offset,whence) fseek(stream,offset,whence) argument
|
/external/compiler-rt/test/msan/Linux/ |
D | fopencookie.cc | 28 static int cookie_seek(void *cookie, off64_t *offset, int whence) { in cookie_seek()
|
/external/ltp/testcases/kernel/syscalls/lseek/ |
D | lseek02.c | 49 int whence; member
|
D | lseek01.c | 37 int whence; member
|
/external/python/cpython3/Lib/ |
D | chunk.py | 98 def seek(self, pos, whence=0): argument
|
/external/python/cpython2/Lib/ |
D | chunk.py | 98 def seek(self, pos, whence=0): argument
|
D | multifile.py | 58 def seek(self, pos, whence=0): argument
|
/external/python/cpython2/Modules/zlib/ |
D | gzlib.c | 366 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/src/ |
D | gzlib.c | 366 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64() argument 443 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() argument
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | Asset.java | 103 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/writev/ |
D | writev02.c | 230 void l_seek(int fdesc, off_t offset, int whence) in l_seek()
|
D | writev05.c | 282 long l_seek(int fdesc, long offset, int whence) in l_seek()
|
/external/e2fsprogs/lib/blkid/ |
D | llseek.c | 95 blkid_loff_t blkid_llseek(int fd, blkid_loff_t offset, int whence) in blkid_llseek()
|
/external/ltp/testcases/kernel/syscalls/pwrite/ |
D | pwrite04.c | 241 void l_seek(int fdesc, off_t offset, int whence, off_t checkoff) in l_seek()
|
/external/ltp/testcases/kernel/syscalls/pread/ |
D | pread01.c | 285 void l_seek(int fdesc, off_t offset, int whence, off_t checkoff) in l_seek()
|