reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
823 struct obstack; /* See <obstack.h>. */
184 extern void _obstack_newchunk (struct obstack *, int); 185 extern int _obstack_begin (struct obstack *, int, int, 187 extern int _obstack_begin_1 (struct obstack *, int, int, 190 extern int _obstack_memory_used (struct obstack *) __attribute_pure__; 197 extern void __obstack_free (struct obstack *, void *);usr/include/stdio.h
826 extern int obstack_printf (struct obstack *__restrict __obstack, 829 extern int obstack_vprintf (struct obstack *__restrict __obstack,