Searched defs:pos (Results 1 - 25 of 41) sorted by relevance

12

/seL4-camkes-master/projects/musllibc/src/stdio/
H A Dfsetpos.c3 int fsetpos(FILE *f, const fpos_t *pos) argument
H A Dfgetpos.c3 int fgetpos(FILE *restrict f, fpos_t *restrict pos) argument
H A Dftell.c7 off_t pos = f->seek(f, 0, local
18 off_t pos; local
27 off_t pos = __ftello(f); local
[all...]
H A Dopen_memstream.c9 size_t pos; member in struct:cookie
[all...]
H A Dfmemopen.c7 size_t pos, len, size; member in struct:cookie
[all...]
H A Dopen_wmemstream.c10 size_t pos; member in struct:cookie
[all...]
H A Dvfscanf.c72 off_t pos = 0; local
H A Dvfwscanf.c99 off_t pos = 0, cnt; local
/seL4-camkes-master/projects/musllibc/src/linux/
H A Dreadahead.c5 ssize_t readahead(int fd, off_t pos, size_t len) argument
H A Dsync_file_range.c6 int sync_file_range(int fd, off_t pos, off_t len, unsigned flags) argument
/seL4-camkes-master/projects/seL4_libs/libsel4simple/src/
H A Dsimple.c15 bool simple_is_untyped_cap(simple_t *simple, seL4_CPtr pos) argument
/seL4-camkes-master/projects/util_libs/libutils/include/utils/
H A Dcircular_buffer.h40 static inline off_t _next_pos(circ_buf_t *cb, off_t pos) argument
/seL4-camkes-master/tools/riscv-pk/util/
H A Dsnprintf.c12 size_t pos = 0; local
[all...]
/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/src/
H A Dstrconv.c30 char *pos; local
46 char *pos; local
H A Ddump.c73 const char *pos, *end, *lim; local
H A Dpack_unpack.c17 size_t pos; member in struct:__anon505
31 size_t pos; member in struct:__anon506
/seL4-camkes-master/tools/rumprun/platform/hw/arch/x86/
H A Dserialcons.c59 int pos = 0; variable
/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/test/suites/api/
H A Dtest_load.c16 char *pos; local
/seL4-camkes-master/tools/rumprun/include/bmk-core/
H A Djsmn.h74 unsigned int pos; /* offset in the JSON string */ member in struct:__anon885
/seL4-camkes-master/tools/rumprun/lib/librumprun_base/
H A Dsyscall_mman.c54 mmap(void *addr, size_t len, int prot, int flags, int fd, off_t pos) argument
/seL4-camkes-master/projects/picotcp/modules/
H A Dpico_strings.c69 static inline int revert_and_shift(char *buf, int len, int pos) argument
82 int pos = 0; local
/seL4-camkes-master/projects/picotcp/test/examples/
H A Dtcpecho.c7 static int pos = 0, len = 0; variable
/seL4-camkes-master/tools/rumprun/lib/librumpkern_mman/
H A Dsys_mman.c123 off_t pos = SCARG(uap, pos); local
/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/doc/
H A Dgithub_commits.c33 int pos; member in struct:write_result
/seL4-camkes-master/tools/cogent/impl/fs/ext2/cogent/plat/linux/
H A Dmodule.c173 ext2fs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata) argument
192 ext2fs_write_begin_nolock(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata) argument
204 ext2fs_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) argument
223 ext2fs_write_end_nolock(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) argument
[all...]

Completed in 137 milliseconds

12