Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dobstack.h190 void obstack_free (struct obstack *obstack, void *block);
278 ({ struct obstack *__o = (OBSTACK); \
294 ({ struct obstack *__o = (OBSTACK); \
304 ({ struct obstack *__o = (OBSTACK); \
315 ({ struct obstack *__o = (OBSTACK); \
327 ({ struct obstack *__o = (OBSTACK); \
334 ({ struct obstack *__o = (OBSTACK); \
355 ({ struct obstack *__o = (OBSTACK); \
364 ({ struct obstack *__h = (OBSTACK); \
370 ({ struct obstack *__h = (OBSTACK); \
[all …]
A Dstdio.h858 struct obstack; /* See <obstack.h>. */
861 extern int obstack_printf (struct obstack *__restrict __obstack,
864 extern int obstack_vprintf (struct obstack *__restrict __obstack,
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/gnu/
A Dobprintf.c10 obstack_vprintf (struct obstack *obstack, const char *format, va_list args) in obstack_vprintf() argument
15 obstack_grow(obstack, s, n); in obstack_vprintf()
21 obstack_printf (struct obstack *obstack, const char *format, ...) in libc_hidden_def()
26 n = obstack_vprintf (obstack, format, ap); in libc_hidden_def()
A Dobstack.c126 struct obstack *_obstack_compat; in strong_alias()
160 _obstack_begin (struct obstack *h,
207 _obstack_begin_1 (struct obstack *h, int size, int alignment, in _obstack_begin_1()
261 _obstack_newchunk (struct obstack *h, int length) in _obstack_newchunk()
333 int _obstack_allocated_p (struct obstack *h, void *obj);
336 _obstack_allocated_p (struct obstack *h, void *obj) in _obstack_allocated_p()
359 obstack_free (struct obstack *h, void *obj) in obstack_free()
395 _obstack_memory_used (struct obstack *h) in _obstack_memory_used()
A DMakefile.in11 CSRC-$(UCLIBC_HAS_OBSTACK) := obstack.c obprintf.c
/l4re-core-master/uclibc/lib/contrib/uclibc/test/malloc/
A Dtst-obstack.c40 struct obstack obs; in test_obstack_alloc()
76 struct obstack ob; in test_obstack_printf()
A DMakefile.in11 TESTS_DISABLED += tst-obstack
/l4re-core-master/uclibc/lib/contrib/uclibc/test/
A D.gitignore133 malloc/tst-obstack
/l4re-core-master/uclibc/lib/contrib/uclibc/
A DTODO150 c) Implement the obstack printf funcs for glibc compat.
A DMakefile.in296 HEADERS_RM-$(UCLIBC_HAS_OBSTACK) += obstack.h
/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/
A Dtst-regex2.dat838 * malloc/obstack.c [_LIBC] (obstack_free): Change into strong_alias
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/
A DConfig.in667 An obstack is a structure in which memory can be dynamically allocated

Completed in 24 milliseconds