Searched refs:obstack_alloc (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dobstack.h369 # define obstack_alloc(OBSTACK,length) \
480 # define obstack_alloc(h,length) \
365 # define obstack_alloc macro
475 # define obstack_alloc macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dobstack.h369 # define obstack_alloc(OBSTACK,length) \
480 # define obstack_alloc(h,length) \
365 # define obstack_alloc macro
475 # define obstack_alloc macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dkwset.c102 = (struct trie *) obstack_alloc(&kwset->obstack, sizeof (struct trie));
169 link = (struct tree *) obstack_alloc(&kwset->obstack,
175 link->trie = (struct trie *) obstack_alloc(&kwset->obstack,
402 kwset->target = (char *) obstack_alloc(&kwset->obstack, kwset->mind);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgmerge.c837 copy = (char *) obstack_alloc (&pool, len + 1);
865 (char *) obstack_alloc (&pool,
896 extended = (char *) obstack_alloc (&pool, msgid_bugs_len + 1);
926 extended = (char *) obstack_alloc (&pool, pot_date_len + 1);

Completed in 43 milliseconds