Searched refs:_IO_wfile_seekoff (Results 1 – 3 of 3) sorted by relevance
/libio/ |
A D | wfileops.c | 741 _IO_wfile_seekoff (FILE *fp, off64_t offset, int dir, int mode) in _IO_wfile_seekoff() function 951 libc_hidden_def (_IO_wfile_seekoff) in libc_hidden_def() argument 1031 JUMP_INIT(seekoff, _IO_wfile_seekoff), 1057 JUMP_INIT(seekoff, _IO_wfile_seekoff), 1081 JUMP_INIT(seekoff, _IO_wfile_seekoff),
|
A D | Versions | 109 _IO_wdo_write; _IO_wfile_jumps; _IO_wfile_overflow; _IO_wfile_seekoff;
|
A D | libioP.h | 626 extern off64_t _IO_wfile_seekoff (FILE *, off64_t, int, int); 627 libc_hidden_proto (_IO_wfile_seekoff)
|
Completed in 10 milliseconds