Home
last modified time | relevance | path

Searched defs:obstack (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dobstack.h150 struct obstack /* control current object in current chunk */ struct
153 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ argument
166 struct _obstack_chunk *(*chunkfun) (void *, long); argument
167 void (*freefun) (void *, struct _obstack_chunk *); argument
179 /* Declare the external functions we use; they are in obstack.c. */ argument
/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()

Completed in 3 milliseconds