Searched refs:_IO_FILE_plus (Results 1 – 18 of 18) sorted by relevance
40 struct _IO_FILE_plus NAME \47 struct _IO_FILE_plus NAME \56 struct _IO_FILE_plus *_IO_list_all = &_IO_2_1_stderr_;
54 _IO_old_file_init_internal ((struct _IO_FILE_plus *) &new_f->fp); in _IO_old_fopen()57 _IO_un_link ((struct _IO_FILE_plus *) &new_f->fp); in _IO_old_fopen()
39 struct _IO_FILE_plus NAME \43 struct _IO_FILE_plus NAME \
104 _IO_old_file_init_internal ((struct _IO_FILE_plus *) &new_f->fp); in _IO_old_fdopen()107 _IO_un_link ((struct _IO_FILE_plus *) &new_f->fp); in _IO_old_fdopen()
50 _IO_un_link ((struct _IO_FILE_plus *) fp); in _IO_old_fclose()
146 struct _IO_FILE_plus;148 extern struct _IO_FILE_plus _IO_2_1_stdin_;149 extern struct _IO_FILE_plus _IO_2_1_stdout_;150 extern struct _IO_FILE_plus _IO_2_1_stderr_;
49 _IO_un_link ((struct _IO_FILE_plus *) fp); in _IO_new_fclose()
34 struct _IO_FILE_plus tmpfil; in __vdprintf_internal()
60 struct _IO_FILE_plus fp; in __fopen_internal()
100 _IO_CAST_FIELD_ACCESS ((THIS), struct _IO_FILE_plus, vtable)324 struct _IO_FILE_plus struct344 struct _IO_FILE_plus __fp;367 extern void _IO_un_link (struct _IO_FILE_plus *) __THROW;369 extern void _IO_link_in (struct _IO_FILE_plus *) __THROW;591 extern void _IO_new_file_init_internal (struct _IO_FILE_plus *)607 extern void _IO_old_file_init_internal (struct _IO_FILE_plus *)741 extern struct _IO_FILE_plus *_IO_list_all;837 extern struct _IO_FILE_plus _IO_stdin_;838 extern struct _IO_FILE_plus _IO_stdout_;[all …]
158 _IO_old_file_init_internal ((struct _IO_FILE_plus *) &new_f->fpx.file); in _IO_old_popen()161 _IO_un_link ((struct _IO_FILE_plus *) &new_f->fpx.file); in _IO_old_popen()
39 struct _IO_FILE_plus fp; in _IO_new_fdopen()
98 _IO_old_file_init_internal (struct _IO_FILE_plus *fp) in _IO_old_file_init_internal()119 _IO_old_file_init (struct _IO_FILE_plus *fp) in _IO_old_file_init()145 _IO_un_link ((struct _IO_FILE_plus *) fp); in _IO_old_file_close_it()209 _IO_link_in ((struct _IO_FILE_plus *) fp); in _IO_old_file_fopen()
33 struct _IO_FILE_plus file;
52 _IO_un_link (struct _IO_FILE_plus *fp) in _IO_un_link()66 _IO_list_all = (struct _IO_FILE_plus *) _IO_list_all->file._chain; in _IO_un_link()86 _IO_link_in (struct _IO_FILE_plus *fp) in libc_hidden_def()618 _IO_un_link ((struct _IO_FILE_plus *) fp); in _IO_default_finish()
41 struct _IO_FILE_plus file;
105 _IO_new_file_init_internal (struct _IO_FILE_plus *fp) in _IO_new_file_init_internal()120 _IO_new_file_init (struct _IO_FILE_plus *fp) in _IO_new_file_init()157 _IO_un_link ((struct _IO_FILE_plus *) fp); in _IO_new_file_close_it()205 _IO_link_in ((struct _IO_FILE_plus *) fp); in libc_hidden_ver()
193 _IO_un_link ((struct _IO_FILE_plus *) fp); in libc_hidden_def()
Completed in 32 milliseconds