Searched refs:_IO_file_underflow (Results 1 – 5 of 5) sorted by relevance
/libio/ |
A D | iofopncook.c | 115 JUMP_INIT(underflow, _IO_file_underflow), 244 JUMP_INIT(underflow, _IO_file_underflow),
|
A D | Versions | 25 _IO_file_setbuf; _IO_file_stat; _IO_file_sync; _IO_file_underflow; 89 _IO_file_setbuf; _IO_file_sync; _IO_file_underflow;
|
A D | fileops.c | 538 libc_hidden_ver (_IO_new_file_underflow, _IO_file_underflow) in libc_hidden_ver() argument 1428 versioned_symbol (libc, _IO_new_file_underflow, _IO_file_underflow, GLIBC_2_1); 1437 JUMP_INIT(underflow, _IO_file_underflow),
|
A D | libioP.h | 559 extern int _IO_file_underflow (FILE *); 560 libc_hidden_proto (_IO_file_underflow)
|
A D | oldfileops.c | 752 compat_symbol (libc, _IO_old_file_underflow, _IO_file_underflow, GLIBC_2_0);
|
Completed in 13 milliseconds