Searched refs:obstack (Results 1 – 13 of 13) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | obstack.h | 149 struct obstack /* control current object in current chunk */ struct 180 extern void _obstack_newchunk (struct obstack *, int); 181 extern int _obstack_begin (struct obstack *, int, int, 183 extern int _obstack_begin_1 (struct obstack *, int, int, 186 extern int _obstack_memory_used (struct obstack *); 193 extern void __obstack_free (struct obstack *obstack, void *block); 271 ({ struct obstack const *__o = (OBSTACK); \ 276 ({ struct obstack const *__o = (OBSTACK); \ 281 ({ struct obstack *__o = (OBSTACK); \ 289 ({ struct obstack const *__o = (OBSTACK); \ [all …]
|
D | obstack.c | 109 struct obstack *_obstack_compat; 143 _obstack_begin (struct obstack *h, in _obstack_begin() 190 _obstack_begin_1 (struct obstack *h, int size, int alignment, in _obstack_begin_1() 244 _obstack_newchunk (struct obstack *h, int length) in _obstack_newchunk() 318 int _obstack_allocated_p (struct obstack *h, void *obj); 321 _obstack_allocated_p (struct obstack *h, void *obj) in _obstack_allocated_p() 344 __obstack_free (struct obstack *h, void *obj) in __obstack_free() 380 _obstack_memory_used (struct obstack *h) in strong_alias()
|
D | stdio.in.h | 276 struct obstack; 282 extern int obstack_printf (struct obstack *obs, const char *format, ...) 284 extern int obstack_vprintf (struct obstack *obs, const char *format,
|
D | gnulib.mk | 455 EXTRA_DIST += obstack.c obstack.h 457 EXTRA_libsed_a_SOURCES += obstack.c
|
D | Makefile.in | 609 obstack.c obstack.h pathmax.h quote.c quote.h quotearg.c \ 647 mkstemp.c obstack.c quote.c quotearg.c realloc.c regcomp.c \ 736 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obstack.Po@am__quote@
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | xemacs.good | 25 " m4/obstack.m4" 65 …/gettext.m4 m4/glibc21.m4 m4/iconv.m4 m4/isc-posix.m4 m4/lcmessage.m4 m4/obstack.m4 m4/progtest.m4"
|
D | xemacs.inp | 25 m4/obstack.m4 65 …4/gettext.m4 m4/glibc21.m4 m4/iconv.m4 m4/isc-posix.m4 m4/lcmessage.m4 m4/obstack.m4 m4/progtest.m4
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | gnulib-comp.m4 | 94 dnl Note: AC_FUNC_OBSTACK does AC_LIBSOURCES([obstack.h, obstack.c]). 307 lib/obstack.c 308 lib/obstack.h
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | bootstrap.sh.in | 127 ${CC} -DHAVE_CONFIG_H -I.. -I. -c obstack.c || exit 1
|
D | bootstrap.sh | 127 ${CC} -DHAVE_CONFIG_H -I.. -I. -c obstack.c || exit 1
|
D | ChangeLog | 497 * lib/obstack.h: include config.h. 608 * lib/obstack.h: Get current version.
|
D | configure | 18741 struct obstack mem;
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | compile.c | 130 static struct obstack obs;
|