Searched refs:_IO_file_seek (Results 1 – 7 of 7) sorted by relevance
/libio/ |
A D | oldiopopen.c | 227 JUMP_INIT(seek, _IO_file_seek),
|
A D | iopopen.c | 310 JUMP_INIT(seek, _IO_file_seek),
|
A D | Versions | 24 _IO_file_overflow; _IO_file_read; _IO_file_seek; _IO_file_seekoff;
|
A D | fileops.c | 1138 _IO_file_seek (FILE *fp, off64_t offset, int dir) in libc_hidden_def() 1142 libc_hidden_def (_IO_file_seek) in libc_hidden_def() argument 1449 JUMP_INIT(seek, _IO_file_seek), 1474 JUMP_INIT(seek, _IO_file_seek), 1498 JUMP_INIT(seek, _IO_file_seek),
|
A D | wfileops.c | 1038 JUMP_INIT(seek, _IO_file_seek), 1064 JUMP_INIT(seek, _IO_file_seek), 1088 JUMP_INIT(seek, _IO_file_seek),
|
A D | libioP.h | 579 extern off64_t _IO_file_seek (FILE *, off64_t, int) __THROW; 580 libc_hidden_proto (_IO_file_seek)
|
A D | oldfileops.c | 737 JUMP_INIT(seek, _IO_file_seek),
|
Completed in 17 milliseconds