HomeSort by: relevance | last modified time | path
    Searched defs:__obstack_free (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
obstack.c 347 __obstack_free (struct obstack *h, void *obj)
345 __obstack_free (struct obstack *h, void *obj) function
obstack.h 191 but gnulib users can override this by defining '__obstack_free'. */
192 #ifndef __obstack_free macro
193 # define __obstack_free obstack_free
195 extern void __obstack_free (struct obstack *obstack, void *block);
411 else (__obstack_free) (__o, __obj); })
510 : (((__obstack_free) ((h), (h)->temp.tempint + (char *) (h)->chunk), 0), 0)))
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
obstack.c 347 __obstack_free (struct obstack *h, void *obj)
345 __obstack_free (struct obstack *h, void *obj) function
obstack.h 191 but gnulib users can override this by defining '__obstack_free'. */
192 #ifndef __obstack_free macro
193 # define __obstack_free obstack_free
195 extern void __obstack_free (struct obstack *obstack, void *block);
411 else (__obstack_free) (__o, __obj); })
510 : (((__obstack_free) ((h), (h)->temp.tempint + (char *) (h)->chunk), 0), 0)))

Completed in 25 milliseconds