Home
last modified time | relevance | path

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

123456

/third_party/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()
/third_party/musl/porting/uniproton/kernel/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.c49 off_t __stdio_seek(FILE *f, off_t off, int whence) in __stdio_seek()
/third_party/musl/porting/liteos_m/kernel/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.c49 off_t __stdio_seek(FILE *f, off_t off, int whence) in __stdio_seek()
/third_party/musl/src/stdio/
Dfseek.c7 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.c4 off_t __stdio_seek(FILE *f, off_t off, int whence) in __stdio_seek()
/third_party/musl/porting/liteos_a/kernel/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()
/third_party/NuttX/fs/vfs/
Dfs_lseek.c58 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()
Dfs_lseek64.c76 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/
Dfs.c72 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/
Dtool_cb_see.c50 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/
Dllseek03.c39 int whence; member
61 static const char *str_whence(int whence) in str_whence()
/third_party/ltp/testcases/kernel/syscalls/fcntl/
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()
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()
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()
/third_party/musl/src/unistd/mipsn32/
Dlseek.c4 off_t __lseek(int fd, off_t offset, int whence) in __lseek()
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dllseek.c32 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/
Dlseek.c4 off_t __lseek(int fd, off_t offset, int whence) in __lseek()
/third_party/musl/src/unistd/x32/
Dlseek.c4 off_t __lseek(int fd, off_t offset, int whence) in __lseek()
/third_party/ffmpeg/tools/
Dtrasher.c33 static void checked_seek(FILE *stream, int64_t offset, int whence) in checked_seek()
/third_party/ltp/testcases/kernel/syscalls/pwrite/
Dpwrite04.c33 static void l_seek(int fdesc, off_t offset, int whence, off_t checkoff) in l_seek()

123456