Searched refs:_IO_file_sync (Results 1 – 5 of 5) sorted by relevance
/libio/ |
A D | iofopncook.c | 123 JUMP_INIT(sync, _IO_file_sync), 252 JUMP_INIT(sync, _IO_file_sync),
|
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 | libioP.h | 575 extern int _IO_file_sync (FILE *); 576 libc_hidden_proto (_IO_file_sync)
|
A D | oldfileops.c | 749 compat_symbol (libc, _IO_old_file_sync, _IO_file_sync, GLIBC_2_0);
|
A D | fileops.c | 816 libc_hidden_ver (_IO_new_file_sync, _IO_file_sync) in libc_hidden_ver() argument 1425 versioned_symbol (libc, _IO_new_file_sync, _IO_file_sync, GLIBC_2_1);
|
Completed in 13 milliseconds