Home
last modified time | relevance | path

Searched refs:obstack_copy0 (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/locale/programs/
Dcharmap.c387 result->code_set_name = obstack_copy0 (&result->mem_pool, in parse_charmap()
391 result->repertoiremap = obstack_copy0 (&result->mem_pool, in parse_charmap()
515 from_name = (char *) obstack_copy0 (&result->mem_pool, in parse_charmap()
598 to_name = (char *) obstack_copy0 (&result->mem_pool, in parse_charmap()
693 from_name = (char *) obstack_copy0 (&result->mem_pool, in parse_charmap()
748 to_name = (char *) obstack_copy0 (&result->mem_pool, in parse_charmap()
791 from_name = (char *) obstack_copy0 (&result->mem_pool, in parse_charmap()
828 to_name = (char *) obstack_copy0 (&result->mem_pool, in parse_charmap()
Drepertoire.c239 from_name = (char *) obstack_copy0 (&result->mem_pool, in repertoire_read()
302 to_name = (char *) obstack_copy0 (&result->mem_pool, in repertoire_read()
Dld-collate.c341 newp->name = name == NULL ? NULL : obstack_copy0 (&collate->mempool, in new_element()
345 newp->mbs = obstack_copy0 (&collate->mempool, mbs, mbslen); in new_element()
407 newp->name = obstack_copy0 (&collate->mempool, name, len); in new_symbol()
1044 elem->mbs = obstack_copy0 (&collate->mempool, in insert_value()
1431 elem->mbs = obstack_copy0 (&collate->mempool, in handle_ellipsis()
/glibc-2.36/malloc/
Dobstack.h380 # define obstack_copy0(OBSTACK, where, length) \ macro
484 # define obstack_copy0(h, where, length) \ macro
/glibc-2.36/manual/
Dmemory.texi2102 @deftypefun {void *} obstack_copy0 (struct obstack *@var{obstack-ptr}, void *@var{address}, int @va…
2105 @c obstack_copy0 @mtsrace:obstack-ptr @acucorrupt @acsmem
2112 The @code{obstack_copy0} function is convenient for copying a sequence
2120 return obstack_copy0 (&myobstack, addr, size);
2277 This is the growing-object analogue of @code{obstack_copy0}. It adds
2626 @item void *obstack_copy0 (struct obstack *@var{obstack-ptr}, void *@var{address}, int @var{size})
/glibc-2.36/ChangeLog.old/
DChangeLog.1210035 (obstack_copy, obstack_copy0): Rename the second argument as
10037 * malloc/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
DChangeLog.155015 obstack_copy, obstack_copy0, obstack_finish, obstack_grow,