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

/external/elfutils/lib/
H A Deu-config.h162 ({ const char *_s = (str); obstack_copy0 (ob, _s, strlen (_s)); })
164 ({ 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 65 milliseconds