Searched refs:obstack_1grow_fast (Results 1 – 4 of 4) sorted by relevance
/glibc-2.36/malloc/ |
D | obstack.h | 254 #define obstack_1grow_fast(h, achar) (*((h)->next_free)++ = (achar)) macro 322 obstack_1grow_fast (__o, datum); \ 454 obstack_1grow_fast (h, datum))
|
/glibc-2.36/locale/programs/ |
D | ld-collate.c | 2168 obstack_1grow_fast (&weightpool, sect->rules[j]); in collate_output() 2272 obstack_1grow_fast (&extrapool, curp->nmbs - 1); in collate_output() 2274 obstack_1grow_fast (&extrapool, curp->mbs[i]); in collate_output() 2294 obstack_1grow_fast (&extrapool, curp->mbs[i]); in collate_output() 2313 obstack_1grow_fast (&extrapool, runp->nmbs - 1); in collate_output() 2316 obstack_1grow_fast (&extrapool, runp->mbs[i]); in collate_output() 2321 obstack_1grow_fast (&extrapool, '\0'); in collate_output() 2340 obstack_1grow_fast (&extrapool, 0); in collate_output() 2342 obstack_1grow_fast (&extrapool, 0); in collate_output() 2346 obstack_1grow_fast (&extrapool, '\0'); in collate_output()
|
/glibc-2.36/manual/ |
D | memory.texi | 2287 @c obstack_1grow_fast dup @mtsrace:obstack-ptr @acucorrupt @acsmem 2388 @deftypefun void obstack_1grow_fast (struct obstack *@var{obstack-ptr}, char @var{c}) 2391 @c obstack_1grow_fast @mtsrace:obstack-ptr @acucorrupt @acsmem 2393 The function @code{obstack_1grow_fast} adds one byte containing the 2458 obstack_1grow_fast (obstack, *ptr++); 2664 @item void obstack_1grow_fast (struct obstack *@var{obstack-ptr}, char @var{data-char})
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.15 | 5012 * malloc/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
|