Home
last modified time | relevance | path

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

12345678910>>...22

/aosp_15_r20/external/ltp/testcases/network/nfs/nfslock01/
H A Dnfs_flock.h16 #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 Dnfs_flock_func.c12 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 Dfile_reader.cc20 #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/
Dfseek.c3 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 Dfseek.c4 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 Dtiffiop.h258 #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 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()
H A 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()
H A 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()
H A 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()
/aosp_15_r20/external/python/cpython2/Lib/
D_pyio.py307 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.py372 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.py372 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.py372 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.py372 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.py372 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.py372 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 DAsset.java108 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 Dllseek03.c39 int whence; member
61 static const char *str_whence(int whence) in str_whence()
/aosp_15_r20/bionic/libc/stdio/
H A Dstdio.cpp536 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 DAsset.cpp341 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 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
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/debugfs/
Ddev.c657 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 Ddev.c657 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 DRavenwoodRuntimeNative.java34 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()

12345678910>>...22