Searched defs:whence (Results 1 – 6 of 6) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/ |
A D | _cs_funcs.c | 28 int attribute_hidden _cs_seek(void *cookie, register __offmax_t *pos, int whence) in _cs_seek() 52 int attribute_hidden __stdio_seek(FILE *stream, register __offmax_t *pos, int whence) in __stdio_seek()
|
A D | fseeko.c | 19 int FSEEK(register FILE *stream, OFFSET_TYPE offset, int whence) in FSEEK()
|
A D | open_memstream.c | 69 static int oms_seek(register void *cookie, __offmax_t *pos, int whence) in oms_seek()
|
A D | fmemopen.c | 83 static int fmo_seek(register void *cookie, __offmax_t *pos, int whence) in fmo_seek()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/misc/ |
A D | seek.c | 16 int whence; in main() member
|
/l4re-core-master/libc_backends/lib/l4re_file/ |
A D | file.cc | 265 off_t lseek(int fd, off_t offset, int whence) in lseek()
|
Completed in 6 milliseconds