Searched defs:obstack_printf (Results 1 – 3 of 3) sorted by relevance
27 int __attribute__((__format__(printf, 2, 3))) obstack_printf(struct obstack *obs, const char *form… in obstack_printf() function
202 # define obstack_printf(obstack, ...) \ macro