Home
last modified time | relevance | path

Searched refs:_IO_FILE_plus (Results 1 – 18 of 18) sorted by relevance

/libio/
A Dstdfiles.c40 struct _IO_FILE_plus NAME \
47 struct _IO_FILE_plus NAME \
56 struct _IO_FILE_plus *_IO_list_all = &_IO_2_1_stderr_;
A Doldiofopen.c54 _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()
A Doldstdfiles.c39 struct _IO_FILE_plus NAME \
43 struct _IO_FILE_plus NAME \
A Doldiofdopen.c104 _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()
A Doldiofclose.c50 _IO_un_link ((struct _IO_FILE_plus *) fp); in _IO_old_fclose()
A Dlibio.h146 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_;
A Diofclose.c49 _IO_un_link ((struct _IO_FILE_plus *) fp); in _IO_new_fclose()
A Diovdprintf.c34 struct _IO_FILE_plus tmpfil; in __vdprintf_internal()
A Diofopen.c60 struct _IO_FILE_plus fp; in __fopen_internal()
A DlibioP.h100 _IO_CAST_FIELD_ACCESS ((THIS), struct _IO_FILE_plus, vtable)
324 struct _IO_FILE_plus struct
344 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 …]
A Doldiopopen.c158 _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()
A Diofdopen.c39 struct _IO_FILE_plus fp; in _IO_new_fdopen()
A Doldfileops.c98 _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()
A Dobprintf.c33 struct _IO_FILE_plus file;
A Dgenops.c52 _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()
A Diopopen.c41 struct _IO_FILE_plus file;
A Dfileops.c105 _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()
A Dwgenops.c193 _IO_un_link ((struct _IO_FILE_plus *) fp); in libc_hidden_def()

Completed in 32 milliseconds