Home
last modified time | relevance | path

Searched refs:obstack_init (Results 1 – 16 of 16) sorted by relevance

/glibc-2.36/sysdeps/ieee754/ldbl-128ibm-compat/
Dtest-obstack-ldbl-compat-template.c39 obstack_init (&ob); in do_test_call()
46 obstack_init (&ob); in do_test_call()
/glibc-2.36/stdio-common/
Dtst-obprintf.c18 obstack_init (&ob); in do_test()
/glibc-2.36/malloc/
Dtst-obstack.c41 obstack_init (&obs); in do_test()
Dobstack.h228 #define obstack_init(h) \ macro
/glibc-2.36/locale/programs/
Dsimple-hash.c81 obstack_init (&htab->mem_pool); in init_hash()
Drepertoire.c133 obstack_init (&result->mem_pool); in repertoire_read()
Dld-collate.c1513 obstack_init (&collate->mempool); in collate_startup()
2149 obstack_init (&weightpool); in collate_output()
2150 obstack_init (&extrapool); in collate_output()
2151 obstack_init (&indirectpool); in collate_output()
Dcharmap.c298 obstack_init (&result->mem_pool); in parse_charmap()
Dlocfile.c573 obstack_init (&file->data); in init_locale_data()
Dld-ctype.c355 obstack_init (&ctype->mempool); in ctype_startup()
/glibc-2.36/elf/
Dsprof.c1059 obstack_init (&shobj->ob_str); in read_symbols()
1060 obstack_init (&shobj->ob_sym); in read_symbols()
1061 obstack_init (&ob_list); in read_symbols()
/glibc-2.36/catgets/
Dgencat.c297 obstack_init (&current->mem_pool); in read_input_file()
936 obstack_init (&string_pool); in write_out()
/glibc-2.36/nscd/
Dmem.c205 obstack_init (&ob); in gc()
/glibc-2.36/debug/
Dtst-fortify.c945 obstack_init (&obs); in do_test()
958 obstack_init (&obs); in do_test()
/glibc-2.36/manual/
Dmemory.texi1960 Also, if the source file uses the macro @code{obstack_init}, it must
1984 @code{obstack_init}.
1986 @deftypefun int obstack_init (struct obstack *@var{obstack-ptr})
1989 @c obstack_init @mtsrace:obstack-ptr @acsmem
2005 @code{obstack_alloc_failed_handler} is called. The @code{obstack_init}
2016 obstack_init (&myobstack);
2026 obstack_init (myobstack_ptr);
2570 source file that uses @code{obstack_init} (@pxref{Creating Obstacks}).
2615 @item void obstack_init (struct obstack *@var{obstack-ptr})
/glibc-2.36/ChangeLog.old/
DChangeLog.155016 obstack_grow0, obstack_init, obstack_int_grow,