Home
last modified time | relevance | path

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

/libio/
A Dobprintf.c124 struct _IO_obstack_file ofile; in __obstack_vprintf_internal() member
131 new_f.ofile.file.file._lock = 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()
171 obstack_blank_fast (obstack, (new_f.ofile.file.file._IO_write_ptr in __obstack_vprintf_internal()
[all …]

Completed in 4 milliseconds