Lines Matching refs:file
33 struct _IO_FILE_plus file; member
131 new_f.ofile.file.file._lock = NULL; in __obstack_vprintf_internal()
134 _IO_no_init (&new_f.ofile.file.file, _IO_USER_LOCK, -1, NULL, NULL); in __obstack_vprintf_internal()
135 _IO_JUMPS (&new_f.ofile.file) = &_IO_obstack_jumps; in __obstack_vprintf_internal()
158 assert (size == (new_f.ofile.file.file._IO_write_end in __obstack_vprintf_internal()
159 - new_f.ofile.file.file._IO_write_base)); in __obstack_vprintf_internal()
160 assert (new_f.ofile.file.file._IO_write_ptr in __obstack_vprintf_internal()
161 == (new_f.ofile.file.file._IO_write_base in __obstack_vprintf_internal()
167 result = __vfprintf_internal (&new_f.ofile.file.file, format, args, in __obstack_vprintf_internal()
171 obstack_blank_fast (obstack, (new_f.ofile.file.file._IO_write_ptr in __obstack_vprintf_internal()
172 - new_f.ofile.file.file._IO_write_end)); in __obstack_vprintf_internal()