/external/ltp/testcases/network/nfs/nfslock01/ |
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
|
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()
|
/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()
|
D | __stdio_seek.c | 3 off_t __stdio_seek(FILE *f, off_t off, int whence) in __stdio_seek()
|
/external/musl/src/stdio/ |
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()
|
D | __stdio_seek.c | 4 off_t __stdio_seek(FILE *f, off_t off, int whence) in __stdio_seek()
|
/external/libwebm/webm_parser/src/ |
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
|
/external/ltp/testcases/kernel/syscalls/llseek/ |
D | llseek03.c | 39 int whence; member 61 static const char *str_whence(int whence) in str_whence()
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
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 | 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 | 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()
|
/external/musl/src/unistd/mipsn32/ |
D | lseek.c | 4 off_t __lseek(int fd, off_t offset, int whence) in __lseek()
|
/external/trusty/musl/src/unistd/ |
D | lseek.c | 4 off_t lseek(int fd, off_t offset, int whence) in lseek()
|
/external/musl/src/unistd/ |
D | lseek.c | 4 off_t __lseek(int fd, off_t offset, int whence) in __lseek()
|
/external/musl/src/unistd/x32/ |
D | lseek.c | 4 off_t __lseek(int fd, off_t offset, int whence) in __lseek()
|
/external/pdfium/third_party/libopenjpeg/ |
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/curl/src/ |
D | tool_cb_see.c | 48 int tool_seek_cb(void *userdata, curl_off_t offset, int whence) in tool_seek_cb()
|
/external/llvm-libc/src/__support/File/linux/ |
D | lseekImpl.h | 25 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/ |
D | lseekImpl.h | 25 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/ |
D | lseekImpl.h | 25 LIBC_INLINE ErrorOr<off_t> lseekimpl(int fd, off_t offset, int whence) { in lseekimpl()
|
/external/mesa3d/src/compiler/rust/ |
D | rust_helpers.c | 25 int compiler_rs_fseek(FILE *f, long offset, int whence) in compiler_rs_fseek()
|
/external/openscreen/third_party/chromium_quic/demo/ |
D | delegates.h | 75 base::Location whence; member
|
/external/libwebsockets/win32port/zlib/ |
D | gzlib.c | 275 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/ |
D | pwrite04.c | 33 static void l_seek(int fdesc, off_t offset, int whence, off_t checkoff) in l_seek()
|