Searched refs:_IO_new_fsetpos64 (Results 1 – 3 of 3) sorted by relevance
/libio/ |
A D | iofsetpos.c | 30 #define _IO_new_fsetpos64 __renamed__IO_new_fsetpos64 macro 36 #undef _IO_new_fsetpos64 74 strong_alias (_IO_new_fsetpos, _IO_new_fsetpos64) 75 strong_alias (_IO_new_fsetpos64, __new_fsetpos64) 77 versioned_symbol (libc, _IO_new_fsetpos64, _IO_fsetpos64, GLIBC_2_2);
|
A D | iofsetpos64.c | 34 _IO_new_fsetpos64 (FILE *fp, const fpos64_t *posp) in _IO_new_fsetpos64() function 59 strong_alias (_IO_new_fsetpos64, __new_fsetpos64) 61 versioned_symbol (libc, _IO_new_fsetpos64, _IO_fsetpos64, GLIBC_2_2);
|
A D | libioP.h | 502 extern int _IO_new_fsetpos64 (FILE *, const __fpos64_t *);
|
Completed in 8 milliseconds