Searched refs:obstack_copy0 (Results 1 – 7 of 7) sorted by relevance
/glibc-2.36/locale/programs/ |
D | charmap.c | 387 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()
|
D | repertoire.c | 239 from_name = (char *) obstack_copy0 (&result->mem_pool, in repertoire_read() 302 to_name = (char *) obstack_copy0 (&result->mem_pool, in repertoire_read()
|
D | ld-collate.c | 341 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/ |
D | obstack.h | 380 # define obstack_copy0(OBSTACK, where, length) \ macro 484 # define obstack_copy0(h, where, length) \ macro
|
/glibc-2.36/manual/ |
D | memory.texi | 2102 @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/ |
D | ChangeLog.12 | 10035 (obstack_copy, obstack_copy0): Rename the second argument as 10037 * malloc/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
|
D | ChangeLog.15 | 5015 obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
|