Home
last modified time | relevance | path

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

1234567

/external/ltp/testcases/network/nfs/nfslock01/
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
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()
/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()
D__stdio_seek.c3 off_t __stdio_seek(FILE *f, off_t off, int whence) in __stdio_seek()
/external/musl/src/stdio/
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()
D__stdio_seek.c4 off_t __stdio_seek(FILE *f, off_t off, int whence) in __stdio_seek()
/external/libwebm/webm_parser/src/
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
/external/ltp/testcases/kernel/syscalls/llseek/
Dllseek03.c39 int whence; member
61 static const char *str_whence(int whence) in str_whence()
/external/ltp/testcases/kernel/syscalls/fcntl/
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()
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()
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()
/external/musl/src/unistd/mipsn32/
Dlseek.c4 off_t __lseek(int fd, off_t offset, int whence) in __lseek()
/external/trusty/musl/src/unistd/
Dlseek.c4 off_t lseek(int fd, off_t offset, int whence) in lseek()
/external/musl/src/unistd/
Dlseek.c4 off_t __lseek(int fd, off_t offset, int whence) in __lseek()
/external/musl/src/unistd/x32/
Dlseek.c4 off_t __lseek(int fd, off_t offset, int whence) in __lseek()
/external/pdfium/third_party/libopenjpeg/
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/curl/src/
Dtool_cb_see.c48 int tool_seek_cb(void *userdata, curl_off_t offset, int whence) in tool_seek_cb()
/external/llvm-libc/src/__support/File/linux/
DlseekImpl.h25 LIBC_INLINE ErrorOr<off_t> lseekimpl(int fd, off_t offset, int whence) { in lseekimpl()
/external/cronet/stable/third_party/llvm-libc/src/src/__support/File/linux/
DlseekImpl.h25 LIBC_INLINE ErrorOr<off_t> lseekimpl(int fd, off_t offset, int whence) { in lseekimpl()
/external/cronet/tot/third_party/llvm-libc/src/src/__support/File/linux/
DlseekImpl.h25 LIBC_INLINE ErrorOr<off_t> lseekimpl(int fd, off_t offset, int whence) { in lseekimpl()
/external/mesa3d/src/compiler/rust/
Drust_helpers.c25 int compiler_rs_fseek(FILE *f, long offset, int whence) in compiler_rs_fseek()
/external/openscreen/third_party/chromium_quic/demo/
Ddelegates.h75 base::Location whence; member
/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/ltp/testcases/kernel/syscalls/pwrite/
Dpwrite04.c33 static void l_seek(int fdesc, off_t offset, int whence, off_t checkoff) in l_seek()

1234567