Searched refs:_IO_file_seekoff (Results 1 – 5 of 5) sorted by relevance
/libio/ |
A D | Versions | 24 _IO_file_overflow; _IO_file_read; _IO_file_seek; _IO_file_seekoff; 88 _IO_file_fopen; _IO_file_init; _IO_file_overflow; _IO_file_seekoff;
|
A D | iofopncook.c | 107 return _IO_file_seekoff (fp, offset, dir, mode); in _IO_cookie_seekoff()
|
A D | libioP.h | 546 extern off64_t _IO_file_seekoff (FILE *, off64_t, int, int); 547 libc_hidden_proto (_IO_file_seekoff)
|
A D | oldfileops.c | 751 compat_symbol (libc, _IO_old_file_seekoff, _IO_file_seekoff, GLIBC_2_0);
|
A D | fileops.c | 1055 libc_hidden_ver (_IO_new_file_seekoff, _IO_file_seekoff) in libc_hidden_ver() argument 1427 versioned_symbol (libc, _IO_new_file_seekoff, _IO_file_seekoff, GLIBC_2_1);
|
Completed in 13 milliseconds