Searched refs:obstack (Results 1 – 6 of 6) sorted by relevance
/haiku/src/system/libroot/posix/glibc/extensions/ |
H A D | obstack.c | 111 struct obstack *_obstack; 158 struct obstack *h; in _obstack_begin() 216 struct obstack *h; in _obstack_begin_1() 282 struct obstack *h; in _obstack_newchunk() 356 int _obstack_allocated_p (struct obstack *h, POINTER obj); 361 struct obstack *h; in _obstack_allocated_p() 389 struct obstack *h; in _obstack_free() 427 struct obstack *h; 460 struct obstack *h; 526 POINTER (obstack_base) (obstack) [all …]
|
H A D | obstack.h | 164 struct obstack /* control current object in current chunk */ struct 198 extern void _obstack_newchunk (struct obstack *, int); 199 extern void _obstack_free (struct obstack *, void *); 200 extern int _obstack_begin (struct obstack *, int, int, 202 extern int _obstack_begin_1 (struct obstack *, int, int, 205 extern int _obstack_memory_used (struct obstack *); 219 void obstack_init (struct obstack *obstack); 221 void * obstack_alloc (struct obstack *obstack, int size); 223 void * obstack_copy (struct obstack *obstack, const void *address, int size); 224 void * obstack_copy0 (struct obstack *obstack, const void *address, int size); [all …]
|
H A D | Jamfile | 23 obstack.c
|
/haiku/src/system/libroot/posix/glibc/libio/ |
H A D | iolibio.h | 50 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 D | stdio.h | 648 struct obstack; /* See <obstack.h>. */ 651 extern int obstack_printf (struct obstack *__restrict __obstack, 654 extern int obstack_vprintf (struct obstack *__restrict __obstack,
|
H A D | Jamfile | 5 # obstack functionality
|