Searched refs:fsetpos (Results 1 - 8 of 8) sorted by path

/haiku/headers/cpp/
H A Diostdio.h78 #define fsetpos _IO_fsetpos macro
/haiku/src/system/libroot/posix/glibc/include/
H A Dstdio_private.h88 # define fsetpos(fp, posp) _IO_new_fsetpos (fp, posp) macro
/haiku/src/system/libroot/posix/glibc/libio/
H A Diofsetpos.c67 versioned_symbol (libc, __new_fsetpos, fsetpos, GLIBC_2_2);
H A Dstdio.h97 /* The type of the second argument to `fgetpos' and `fsetpos'. */
562 extern int fsetpos (FILE *__stream, __const fpos_t *__pos) __THROW;
567 extern int __REDIRECT (fsetpos,
572 # define fsetpos fsetpos64
/haiku/headers/posix/
H A Dstdio.h126 extern int fsetpos(FILE *stream, const fpos_t *position);
/haiku/headers/private/kernel/boot/
H A Dstdio.h64 extern int fsetpos(FILE *stream, const fpos_t *position);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1795 void fsetpos() {} function
H A Dlibroot_stubs_legacy.c1742 void fsetpos() {} function

Completed in 115 milliseconds