Lines Matching refs:ofile
124 struct _IO_obstack_file ofile; in __obstack_vprintf_internal() 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()
154 _IO_str_init_static_internal ((struct _IO_strfile_ *) &new_f.ofile, 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()
165 new_f.ofile.obstack = obstack; 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()