Home
last modified time | relevance | path

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

1234

/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/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()
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()
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()
Dfcntl06.c138 int do_lock(int cmd, short type, short whence, int start, int len) in do_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/pdfium/third_party/libtiff/
Dtiffiop.h221 #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/
Dfopencookie.cc28 static int cookie_seek(void *cookie, off64_t *offset, int whence) { in cookie_seek()
/external/ltp/testcases/kernel/syscalls/lseek/
Dlseek02.c49 int whence; member
Dlseek01.c37 int whence; member
/external/python/cpython3/Lib/
Dchunk.py98 def seek(self, pos, whence=0): argument
/external/python/cpython2/Lib/
Dchunk.py98 def seek(self, pos, whence=0): argument
Dmultifile.py58 def seek(self, pos, whence=0): 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/src/
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/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/writev/
Dwritev02.c230 void l_seek(int fdesc, off_t offset, int whence) in l_seek()
Dwritev05.c282 long l_seek(int fdesc, long offset, int whence) in l_seek()
/external/e2fsprogs/lib/blkid/
Dllseek.c95 blkid_loff_t blkid_llseek(int fd, blkid_loff_t offset, int whence) in blkid_llseek()
/external/ltp/testcases/kernel/syscalls/pwrite/
Dpwrite04.c241 void l_seek(int fdesc, off_t offset, int whence, off_t checkoff) in l_seek()
/external/ltp/testcases/kernel/syscalls/pread/
Dpread01.c285 void l_seek(int fdesc, off_t offset, int whence, off_t checkoff) in l_seek()

1234