Searched refs:obstack (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/libroot/posix/glibc/extensions/
H A Dobstack.c0 /* obstack.c - subroutines used implicitly by object stack macros
26 #include <obstack.h>
28 #include "obstack.h"
32 incremented whenever callers compiled using an old obstack.h can no
33 longer properly call the functions in this obstack.c. */
108 /* The non-GNU-C macros copy the obstack into this global variable
111 struct obstack *_obstack;
148 /* Initialize an obstack H for use. Specify chunk size SIZE (0 means default).
158 struct obstack *h;
216 struct obstack *
[all...]
H A Dobstack.h0 /* obstack.h - object stack macros
39 them before using any obstack macros.
41 Each independent stack is represented by a `struct obstack'.
42 Each of the obstack macros expects a pointer to such a structure
59 With obstacks, you can work differently. Use one obstack for all symbol
60 names. As you read a symbol, grow the name in the obstack gradually.
95 Exactly one object is growing in an obstack at any one time.
96 You can run one obstack per control block.
98 Because of the way we do it, you can `unwind' an obstack
165 struct obstack /* contro
164 struct obstack /* control current object in current chunk */ struct
[all...]
/haiku/src/system/libroot/posix/glibc/libio/
H A Diolibio.h50 struct obstack;
51 extern int _IO_obstack_vprintf __P ((struct obstack *, const char *,
53 extern int _IO_obstack_printf __P ((struct obstack *, const char *, ...));
H A Dstdio.h648 struct obstack; /* See <obstack.h>. */
650 /* Write formatted output to an obstack. */
651 extern int obstack_printf (struct obstack *__restrict __obstack,
654 extern int obstack_vprintf (struct obstack *__restrict __obstack,

Completed in 41 milliseconds