Searched refs:_IO_file_close (Results 1 – 5 of 5) sorted by relevance
/libio/ |
A D | Versions | 22 _IO_file_close; _IO_file_close_it; _IO_file_doallocate;
|
A D | fileops.c | 1163 _IO_file_close (FILE *fp) in _IO_file_close() function 1169 libc_hidden_def (_IO_file_close) in libc_hidden_def() argument 1450 JUMP_INIT(close, _IO_file_close), 1499 JUMP_INIT(close, _IO_file_close),
|
A D | libioP.h | 556 extern int _IO_file_close (FILE *) __THROW; 557 libc_hidden_proto (_IO_file_close)
|
A D | wfileops.c | 1039 JUMP_INIT(close, _IO_file_close), 1089 JUMP_INIT(close, _IO_file_close),
|
A D | oldfileops.c | 738 JUMP_INIT(close, _IO_file_close),
|
Completed in 15 milliseconds