Searched refs:__offmax_t (Results 1 – 8 of 8) 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() 30 __offmax_t res; in _cs_seek() 52 int attribute_hidden __stdio_seek(FILE *stream, register __offmax_t *pos, int whence) in __stdio_seek() 54 __offmax_t res; in __stdio_seek()
|
A D | ftello.c | 19 __offmax_t pos = ftello64(stream); in FTELL() 21 if ((sizeof(long) >= sizeof(__offmax_t)) || (((long) pos) == pos)) { in FTELL() 30 __offmax_t pos = 0; in FTELL()
|
A D | _adjust_pos.c | 20 register __offmax_t *pos) in __stdio_adjust_position() 22 __offmax_t oldpos; in __stdio_adjust_position()
|
A D | open_memstream.c | 69 static int oms_seek(register void *cookie, __offmax_t *pos, int whence) in oms_seek() 71 __offmax_t p = *pos; in oms_seek()
|
A D | fmemopen.c | 83 static int fmo_seek(register void *cookie, __offmax_t *pos, int whence) in fmo_seek() 85 __offmax_t p = *pos; in fmo_seek()
|
A D | fseeko.c | 27 __offmax_t pos = offset; in FSEEK()
|
A D | _stdio.h | 101 extern int _cs_seek(void *cookie, __offmax_t *pos, int whence) attribute_hidden; 127 extern int __stdio_seek(FILE *stream, register __offmax_t *pos, int whence) attribute_hidden; 405 extern int __stdio_adjust_position(FILE *__restrict stream, __offmax_t *pos) attribute_hidden;
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/ |
A D | uClibc_stdio.h | 168 typedef __off64_t __offmax_t; /* TODO -- rename this? */ typedef 170 typedef __off_t __offmax_t; /* TODO -- rename this? */ typedef 183 typedef int __io_seek_fn(void *__cookie, __offmax_t *__pos, int __whence);
|
Completed in 10 milliseconds