| /third_party/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()
|
| /third_party/musl/porting/uniproton/kernel/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 | 49 off_t __stdio_seek(FILE *f, off_t off, int whence) in __stdio_seek()
|
| /third_party/musl/porting/liteos_m/kernel/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 | 49 off_t __stdio_seek(FILE *f, off_t off, int whence) in __stdio_seek()
|
| /third_party/musl/src/stdio/ |
| D | fseek.c | 7 int __fseeko_unlocked(FILE *f, off_t off, int whence) in __fseeko_unlocked() 37 int __fseeko(FILE *f, off_t off, int whence) in __fseeko() 49 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()
|
| /third_party/musl/porting/liteos_a/kernel/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()
|
| /third_party/NuttX/fs/vfs/ |
| D | fs_lseek.c | 58 off_t file_seek(struct file *filep, off_t offset, int whence) in file_seek() 161 off_t lseek(int fd, off_t offset, int whence) in lseek()
|
| D | fs_lseek64.c | 76 off64_t file_seek64(struct file *filep, off64_t offset, int whence) in file_seek64() 181 off64_t lseek64(int fd, off64_t offset, int whence) in lseek64()
|
| /third_party/musl/porting/liteos_a_newlib/kernel/src/ |
| D | fs.c | 72 off_t _lseek(int fd, off_t offset, int whence) in _lseek() 77 int __wrap__fseeko_r(struct _reent *ptr, register FILE *fp, _off_t offset, int whence) in __wrap__fseeko_r() 119 off_t _lseek(int fd, off_t offset, int whence) in _lseek() 124 int __wrap__fseeko_r(struct _reent *ptr, register FILE *fp, _off_t offset, int whence) in __wrap__fseeko_r()
|
| /third_party/curl/src/ |
| D | tool_cb_see.c | 50 int tool_seek_cb(void *userdata, curl_off_t offset, int whence) in tool_seek_cb() 99 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) argument
|
| /third_party/ltp/testcases/kernel/syscalls/llseek/ |
| D | llseek03.c | 39 int whence; member 61 static const char *str_whence(int whence) in str_whence()
|
| /third_party/ltp/testcases/kernel/syscalls/fcntl/ |
| 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 | 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 | 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()
|
| /third_party/musl/src/unistd/mipsn32/ |
| D | lseek.c | 4 off_t __lseek(int fd, off_t offset, int whence) in __lseek()
|
| /third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
| D | llseek.c | 32 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()
|
| /third_party/musl/src/unistd/ |
| D | lseek.c | 4 off_t __lseek(int fd, off_t offset, int whence) in __lseek()
|
| /third_party/musl/src/unistd/x32/ |
| D | lseek.c | 4 off_t __lseek(int fd, off_t offset, int whence) in __lseek()
|
| /third_party/ffmpeg/tools/ |
| D | trasher.c | 33 static void checked_seek(FILE *stream, int64_t offset, int whence) in checked_seek()
|
| /third_party/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()
|