Searched refs:__obstack_free (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.h190 but gnulib users can override this by defining '__obstack_free'. */
191 #ifndef __obstack_free macro
192 # define __obstack_free obstack_free
194 extern void __obstack_free (struct obstack *obstack, void *block);
410 else (__obstack_free) (__o, __obj); })
509 : (((__obstack_free) ((h), (h)->temp.tempint + (char *) (h)->chunk), 0), 0)))
H A Dobstack.c346 __obstack_free (struct obstack *h, void *obj)
344 __obstack_free (struct obstack *h, void *obj) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dobstack.h190 but gnulib users can override this by defining '__obstack_free'. */
191 #ifndef __obstack_free macro
192 # define __obstack_free obstack_free
194 extern void __obstack_free (struct obstack *obstack, void *block);
410 else (__obstack_free) (__o, __obj); })
509 : (((__obstack_free) ((h), (h)->temp.tempint + (char *) (h)->chunk), 0), 0)))
H A Dobstack.c346 __obstack_free (struct obstack *h, void *obj)
344 __obstack_free (struct obstack *h, void *obj) function

Completed in 102 milliseconds