Searched refs:_IO_file_doallocate (Results 1 – 9 of 9) sorted by relevance
/libio/ |
A D | filedoalloc.c | 77 _IO_file_doallocate (FILE *fp) in _IO_file_doallocate() function 107 libc_hidden_def (_IO_file_doallocate)
|
A D | wfiledoalloc.c | 70 _IO_file_doallocate (fp); in _IO_wfile_doallocate()
|
A D | iofopncook.c | 124 JUMP_INIT(doallocate, _IO_file_doallocate), 253 JUMP_INIT(doallocate, _IO_file_doallocate),
|
A D | oldiopopen.c | 224 JUMP_INIT(doallocate, _IO_file_doallocate),
|
A D | iopopen.c | 307 JUMP_INIT(doallocate, _IO_file_doallocate),
|
A D | Versions | 22 _IO_file_close; _IO_file_close_it; _IO_file_doallocate;
|
A D | fileops.c | 1446 JUMP_INIT(doallocate, _IO_file_doallocate), 1471 JUMP_INIT(doallocate, _IO_file_doallocate), 1495 JUMP_INIT(doallocate, _IO_file_doallocate),
|
A D | libioP.h | 542 extern int _IO_file_doallocate (FILE *) __THROW; 543 libc_hidden_proto (_IO_file_doallocate)
|
A D | oldfileops.c | 734 JUMP_INIT(doallocate, _IO_file_doallocate),
|
Completed in 18 milliseconds