Home
last modified time | relevance | path

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.c28 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 Dftello.c19 __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.c20 register __offmax_t *pos) in __stdio_adjust_position()
22 __offmax_t oldpos; in __stdio_adjust_position()
A Dopen_memstream.c69 static int oms_seek(register void *cookie, __offmax_t *pos, int whence) in oms_seek()
71 __offmax_t p = *pos; in oms_seek()
A Dfmemopen.c83 static int fmo_seek(register void *cookie, __offmax_t *pos, int whence) in fmo_seek()
85 __offmax_t p = *pos; in fmo_seek()
A Dfseeko.c27 __offmax_t pos = offset; in FSEEK()
A D_stdio.h101 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 DuClibc_stdio.h168 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