Searched refs:_IO_file_read (Results 1 – 7 of 7) sorted by relevance
/libio/ |
A D | oldiopopen.c | 225 JUMP_INIT(read, _IO_file_read),
|
A D | iopopen.c | 308 JUMP_INIT(read, _IO_file_read),
|
A D | Versions | 24 _IO_file_overflow; _IO_file_read; _IO_file_seek; _IO_file_seekoff;
|
A D | fileops.c | 1129 _IO_file_read (FILE *fp, void *buf, ssize_t size) in _IO_file_read() function 1135 libc_hidden_def (_IO_file_read) in libc_hidden_def() argument 1447 JUMP_INIT(read, _IO_file_read), 1472 JUMP_INIT(read, _IO_file_read), 1496 JUMP_INIT(read, _IO_file_read),
|
A D | wfileops.c | 1036 JUMP_INIT(read, _IO_file_read), 1062 JUMP_INIT(read, _IO_file_read), 1086 JUMP_INIT(read, _IO_file_read),
|
A D | libioP.h | 573 extern ssize_t _IO_file_read (FILE *, void *, ssize_t); 574 libc_hidden_proto (_IO_file_read)
|
A D | oldfileops.c | 735 JUMP_INIT(read, _IO_file_read),
|
Completed in 16 milliseconds