/third_party/NuttX/fs/vfs/ |
H A D | fs_fsync.c | 50 int file_fsync(struct file *filep) in file_fsync() argument 98 struct file *filep = NULL; in fsync() local [all...] |
H A D | fs_dupfd.c | 79 int file_dup(struct file *filep, int minfd) in file_dup() argument 123 struct file *filep; in fs_dupfd() local [all...] |
H A D | fs_getfilep.c | 73 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 D | fs_lseek64.c | 76 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 D | fs_lseek.c | 58 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 D | fs_ioctl.c | 81 struct file *filep; in fs_ioctl() local
|
H A D | fs_read.c | 64 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 D | fs_write.c | 66 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 D | fs_truncate64.c | 63 static int file_truncate64(struct file *filep, off64_t length) in file_truncate64() argument 141 struct file *filep = NULL; in ftruncate64() local
|
H A D | fs_truncate.c | 44 static int file_truncate(struct file *filep, off_t length) in file_truncate() argument 124 struct file *filep = NULL; in ftruncate() local
|
H A D | fs_pread64.c | 65 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 D | fs_pread.c | 47 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 D | fs_pwrite64.c | 65 static ssize_t file_pwrite64(struct file *filep, const void *buf,
in file_pwrite64() argument 152 struct file *filep;
in pwrite64() local
|
H A D | fs_pwrite.c | 47 ssize_t file_pwrite(struct file *filep, const void *buf, in file_pwrite() argument 134 struct file *filep; in pwrite() local
|
H A D | fs_fcntl.c | 67 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 D | fs_open.c | 149 struct file *filep = NULL; in fp_open() local
|
/third_party/NuttX/drivers/pipes/ |
H A D | fifo.c | 37 static ssize_t fifo_map(struct file* filep, LosVmMapRegion *region) in fifo_map() argument
|
H A D | pipe.c | 60 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 D | pipe_common.c | 169 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 D | fs_opendir.c | 159 struct file *filep = NULL; in do_opendir() local
|
H A D | fs_readdir.c | 191 struct file *filep = NULL; in do_readdir() local
|
/third_party/NuttX/fs/driver/ |
H A D | fs_blockproxy.c | 154 struct file *filep = NULL; in block_proxy() local
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | funlockfile.c | 28 FILE *filep = fopen(path, "r+"); in child_func() local
|
/third_party/NuttX/drivers/bch/ |
H A D | bchdev_driver.c | 84 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 D | tool_operhlp.c | 126 const char *filep = strrchr(filename, '/'); in add_file_name_to_url() local
|