Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dobstack.h151 struct obstack /* control current object in current chunk */ struct
182 extern void _obstack_newchunk (struct obstack *, int);
183 extern int _obstack_begin (struct obstack *, int, int,
185 extern int _obstack_begin_1 (struct obstack *, int, int,
188 extern int _obstack_memory_used (struct obstack *);
190 void obstack_free (struct obstack *obstack, void *block);
268 ({ struct obstack const *__o = (OBSTACK); \
273 ({ struct obstack const *__o = (OBSTACK); \
278 ({ struct obstack *__o = (OBSTACK); \
286 ({ struct obstack const *__o = (OBSTACK); \
[all …]
H A Dstdio.h865 struct obstack; /* See <obstack.h>. */
868 extern int obstack_printf (struct obstack *__restrict __obstack,
871 extern int obstack_vprintf (struct obstack *__restrict __obstack,
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstdio2.h144 extern int __obstack_printf_chk (struct obstack *__restrict __obstack,
148 extern int __obstack_vprintf_chk (struct obstack *__restrict __obstack,
178 __NTH (obstack_printf (struct obstack *__restrict __obstack, in __NTH()
191 # define obstack_printf(obstack, ...) \ argument
192 __obstack_printf_chk (obstack, __USE_FORTIFY_LEVEL - 1, __VA_ARGS__)
209 __NTH (obstack_vprintf (struct obstack *__restrict __obstack, in __NTH()