Searched refs:obstack_copy0 (Results 1 - 2 of 2) sorted by relevance

/external/elfutils/0.153/lib/
H A Deu-config.h147 ({ const char *_s = (str); obstack_copy0 (ob, _s, strlen (_s)); })
149 ({ const char *_s = (str); obstack_copy0 (ob, _s, strnlen (_s, n)); })
/external/bison/lib/
H A Dobstack.h381 # define obstack_copy0(OBSTACK,where,length) \
486 # define obstack_copy0(h,where,length) \
377 # define obstack_copy0 macro
481 # define obstack_copy0 macro

Completed in 58 milliseconds