/aosp_15_r20/external/ltp/testcases/network/nfs/nfslock01/ |
H A D | nfs_flock.h | 16 #define read_lock(fd, offset, whence, len) \ argument 18 #define write_lock(fd, offset, whence, len) \ argument 20 #define un_lock(fd, offset, whence, len) \ argument 22 #define readb_lock(fd, offset, whence, len) \ argument 24 #define writeb_lock(fd, offset, whence, len) \ argument 26 #define unb_lock(fd, offset, whence, len) \ argument
|
H A D | nfs_flock_func.c | 12 int lock_reg(int fd, int type, off_t offset, int whence, off_t len, int cmd) in lock_reg() 24 int lock_test(int fd, int type, off_t offset, int whence, int len) in lock_test()
|
/aosp_15_r20/external/libwebm/webm_parser/src/ |
H A D | file_reader.cc | 20 #define FSEEK_(stream, offset, whence) _fseeki64(stream, offset, whence) argument 22 #define FSEEK_(stream, offset, whence) \ argument 25 #define FSEEK_(stream, offset, whence) \ argument 28 #define FSEEK_(stream, offset, whence) \ argument
|
/aosp_15_r20/external/trusty/musl/src/stdio/ |
D | fseek.c | 3 int __fseeko_unlocked(FILE *f, off_t off, int whence) in __fseeko_unlocked() 27 int __fseeko(FILE *f, off_t off, int whence) in __fseeko() 36 int fseek(FILE *f, long off, int whence) in fseek()
|
/aosp_15_r20/external/musl/src/stdio/ |
H A D | fseek.c | 4 int __fseeko_unlocked(FILE *f, off_t off, int whence) in __fseeko_unlocked() 34 int __fseeko(FILE *f, off_t off, int whence) in __fseeko() 43 int fseek(FILE *f, long off, int whence) in fseek()
|
/aosp_15_r20/external/pdfium/third_party/libtiff/ |
H A D | tiffiop.h | 258 #define TIFFSeekFile(tif, off, whence) \ argument 330 #define fseek(stream, offset, whence) fseeko(stream, offset, whence) argument 331 #define ftell(stream, offset, whence) ftello(stream, offset, whence) argument 337 #define _TIFF_lseek_f(fildes, offset, whence) \ argument 340 #define _TIFF_fseek_f(stream, offset, whence) \ argument 351 #define _TIFF_lseek_f(fildes, offset, whence) lseek(fildes, offset, whence) argument 353 #define _TIFF_fseek_f(stream, offset, whence) fseek(stream, offset, whence) argument
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/fcntl/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | _pyio.py | 307 def seek(self, pos, whence=0): argument 700 def seek(self, pos, whence=0): argument 855 def seek(self, pos, whence=0): argument 1051 def seek(self, pos, whence=0): argument 1150 def seek(self, pos, whence=0): argument 1249 def seek(self, pos, whence=0): argument 1792 def seek(self, cookie, whence=0): argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | _pyio.py | 372 def seek(self, pos, whence=0): argument 809 def seek(self, pos, whence=0): argument 986 def seek(self, pos, whence=0): argument 1229 def seek(self, pos, whence=0): argument 1321 def seek(self, pos, whence=0): argument 1431 def seek(self, pos, whence=0): argument 1726 def seek(self, pos, whence=SEEK_SET): argument 2451 def seek(self, cookie, whence=0): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | _pyio.py | 372 def seek(self, pos, whence=0): argument 809 def seek(self, pos, whence=0): argument 986 def seek(self, pos, whence=0): argument 1229 def seek(self, pos, whence=0): argument 1321 def seek(self, pos, whence=0): argument 1431 def seek(self, pos, whence=0): argument 1726 def seek(self, pos, whence=SEEK_SET): argument 2451 def seek(self, cookie, whence=0): argument
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | _pyio.py | 372 def seek(self, pos, whence=0): argument 809 def seek(self, pos, whence=0): argument 986 def seek(self, pos, whence=0): argument 1229 def seek(self, pos, whence=0): argument 1321 def seek(self, pos, whence=0): argument 1431 def seek(self, pos, whence=0): argument 1726 def seek(self, pos, whence=SEEK_SET): argument 2451 def seek(self, cookie, whence=0): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | _pyio.py | 372 def seek(self, pos, whence=0): argument 809 def seek(self, pos, whence=0): argument 986 def seek(self, pos, whence=0): argument 1229 def seek(self, pos, whence=0): argument 1321 def seek(self, pos, whence=0): argument 1431 def seek(self, pos, whence=0): argument 1726 def seek(self, pos, whence=SEEK_SET): argument 2451 def seek(self, cookie, whence=0): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | _pyio.py | 372 def seek(self, pos, whence=0): argument 809 def seek(self, pos, whence=0): argument 986 def seek(self, pos, whence=0): argument 1229 def seek(self, pos, whence=0): argument 1321 def seek(self, pos, whence=0): argument 1431 def seek(self, pos, whence=0): argument 1726 def seek(self, pos, whence=SEEK_SET): argument 2451 def seek(self, cookie, whence=0): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | _pyio.py | 372 def seek(self, pos, whence=0): argument 809 def seek(self, pos, whence=0): argument 986 def seek(self, pos, whence=0): argument 1229 def seek(self, pos, whence=0): argument 1321 def seek(self, pos, whence=0): argument 1431 def seek(self, pos, whence=0): argument 1726 def seek(self, pos, whence=SEEK_SET): argument 2451 def seek(self, cookie, whence=0): argument
|
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/ |
H A D | Asset.java | 108 public abstract long seek(long offset, int whence); in seek() 534 long handleSeek(long offset, int whence, long curPosn, long maxPosn) { in handleSeek() 811 public long seek(long offset, int whence) { in seek() 1271 public long seek(long offset, int whence) { in seek()
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/llseek/ |
H A D | llseek03.c | 39 int whence; member 61 static const char *str_whence(int whence) in str_whence()
|
/aosp_15_r20/bionic/libc/stdio/ |
H A D | stdio.cpp | 536 fpos_t __sseek(void* cookie, fpos_t offset, int whence) { in __sseek() 541 off64_t __sseek64(void* cookie, off64_t offset, int whence) { in __sseek64() 551 static off64_t __seek_unlocked(FILE* fp, off64_t offset, int whence) { in __seek_unlocked() 592 int __fseeko64(FILE* fp, off64_t offset, int whence, int off_t_bits) { in __fseeko64() 631 int fseeko(FILE* fp, off_t offset, int whence) { in fseeko() 638 int fseeko64(FILE* fp, off64_t offset, int whence) { in fseeko64()
|
/aosp_15_r20/frameworks/base/libs/androidfw/ |
H A D | Asset.cpp | 341 off64_t Asset::handleSeek(off64_t offset, int whence, off64_t curPosn, off64_t maxPosn) in handleSeek() 541 off64_t _FileAsset::seek(off64_t offset, int whence) in seek() 862 off64_t _CompressedAsset::seek(off64_t offset, int whence) in seek()
|
/aosp_15_r20/external/pdfium/third_party/libopenjpeg/ |
H A 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
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/debugfs/ |
D | dev.c | 657 int seek(int fd, long off, int whence) in seek() 695 int deverrseek(chan_t *channel, long off, int whence) in deverrseek() 704 int devseek(chan_t *channel, long off, int whence) in devseek()
|
/aosp_15_r20/external/arm-trusted-firmware/lib/debugfs/ |
H A D | dev.c | 657 int seek(int fd, long off, int whence) in seek() 695 int deverrseek(chan_t *channel, long off, int whence) in deverrseek() 704 int devseek(chan_t *channel, long off, int whence) in devseek()
|
/aosp_15_r20/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/com/android/ravenwood/ |
H A D | RavenwoodRuntimeNative.java | 34 private static native long nLseek(int fd, long offset, int whence) throws ErrnoException; in nLseek() 69 public static long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException { in lseek()
|