Home
last modified time | relevance | path

Searched defs:filep (Results 1 - 25 of 36) sorted by relevance

12

/third_party/NuttX/fs/vfs/
H A Dfs_fsync.c50 int file_fsync(struct file *filep) in file_fsync() argument
98 struct file *filep = NULL; in fsync() local
[all...]
H A Dfs_dupfd.c79 int file_dup(struct file *filep, int minfd) in file_dup() argument
123 struct file *filep; in fs_dupfd() local
[all...]
H A Dfs_getfilep.c73 static int fs_getfilep_normal(int fd, struct file **filep) in fs_getfilep_normal() argument
113 int fs_getfilep(int fd, struct file **filep) in fs_getfilep() argument
H A Dfs_lseek64.c76 off64_t file_seek64(struct file *filep, off64_t offset, int whence) in file_seek64() argument
183 struct file *filep; lseek64() local
[all...]
H A Dfs_lseek.c58 off_t file_seek(struct file *filep, off_t offset, int whence) in file_seek() argument
163 struct file *filep; lseek() local
[all...]
H A Dfs_ioctl.c81 struct file *filep; in fs_ioctl() local
H A Dfs_read.c64 ssize_t file_read(struct file *filep, void *buf, size_t nbytes) in file_read() argument
136 struct file *filep = NULL; in read() local
[all...]
H A Dfs_write.c66 ssize_t file_write(struct file *filep, const void *buf, size_t nbytes) in file_write() argument
160 struct file *filep; in write() local
[all...]
H A Dfs_truncate64.c63 static int file_truncate64(struct file *filep, off64_t length) in file_truncate64() argument
141 struct file *filep = NULL; in ftruncate64() local
H A Dfs_truncate.c44 static int file_truncate(struct file *filep, off_t length) in file_truncate() argument
124 struct file *filep = NULL; in ftruncate() local
H A Dfs_pread64.c65 ssize_t file_pread64(struct file *filep, void *buf, size_t nbytes, in file_pread64() argument
148 struct file *filep; in pread64() local
H A Dfs_pread.c47 ssize_t file_pread(struct file *filep, void *buf, size_t nbytes, in file_pread() argument
130 struct file *filep; in pread() local
H A Dfs_pwrite64.c65 static ssize_t file_pwrite64(struct file *filep, const void *buf, in file_pwrite64() argument
152 struct file *filep; in pwrite64() local
H A Dfs_pwrite.c47 ssize_t file_pwrite(struct file *filep, const void *buf, in file_pwrite() argument
134 struct file *filep; in pwrite() local
H A Dfs_fcntl.c67 int file_vfcntl(struct file *filep, int cmd, va_list ap) in file_vfcntl() argument
259 struct file *filep = NULL; fcntl() local
321 struct file *filep = NULL; fcntl64() local
[all...]
H A Dfs_open.c149 struct file *filep = NULL; in fp_open() local
/third_party/NuttX/drivers/pipes/
H A Dfifo.c37 static ssize_t fifo_map(struct file* filep, LosVmMapRegion *region) in fifo_map() argument
H A Dpipe.c60 static ssize_t pipe_map(struct file* filep, LosVmMapRegion *region) in pipe_map() argument
131 static int pipe_close(struct file *filep) in pipe_close() argument
249 struct file *filep = NULL; in pipe() local
[all...]
H A Dpipe_common.c169 int pipecommon_open(struct file *filep) in pipecommon_open() argument
278 int pipecommon_close(struct file *filep) in pipecommon_close() argument
376 pipecommon_read(struct file *filep, char *buffer, size_t len) pipecommon_read() argument
536 pipecommon_write(struct file *filep, const char *buffer, size_t len) pipecommon_write() argument
698 pipecommon_poll(struct file *filep, poll_table *table) pipecommon_poll() argument
775 pipecommon_ioctl(struct file *filep, int cmd, unsigned long arg) pipecommon_ioctl() argument
[all...]
/third_party/NuttX/fs/dirent/
H A Dfs_opendir.c159 struct file *filep = NULL; in do_opendir() local
H A Dfs_readdir.c191 struct file *filep = NULL; in do_readdir() local
/third_party/NuttX/fs/driver/
H A Dfs_blockproxy.c154 struct file *filep = NULL; in block_proxy() local
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dfunlockfile.c28 FILE *filep = fopen(path, "r+"); in child_func() local
/third_party/NuttX/drivers/bch/
H A Dbchdev_driver.c84 static int bch_open(struct file *filep) in bch_open() argument
115 static int bch_close(struct file *filep) in bch_close() argument
174 bch_seek(struct file *filep, off_t offset, int whence) bch_seek() argument
238 bch_read(struct file *filep, char *buffer, size_t len) bch_read() argument
261 bch_write(struct file *filep, const char *buffer, size_t len) bch_write() argument
292 bch_ioctl(struct file *filep, int cmd, unsigned long arg) bch_ioctl() argument
[all...]
/third_party/curl/src/
H A Dtool_operhlp.c126 const char *filep = strrchr(filename, '/'); in add_file_name_to_url() local

Completed in 7 milliseconds

12