Home
last modified time | relevance | path

Searched refs:obstack_copy0 (Results 1 – 6 of 6) sorted by relevance

/external/elfutils/
Dconfig.h116 ({ const char *_s = (str); obstack_copy0 (ob, _s, strlen (_s)); })
118 ({ const char *_s = (str); obstack_copy0 (ob, _s, strnlen (_s, n)); })
Dconfig.h.in115 ({ const char *_s = (str); obstack_copy0 (ob, _s, strlen (_s)); })
117 ({ const char *_s = (str); obstack_copy0 (ob, _s, strnlen (_s, n)); })
Dconfigure.ac221 ({ const char *_s = (str); obstack_copy0 (ob, _s, strlen (_s)); })
223 ({ const char *_s = (str); obstack_copy0 (ob, _s, strnlen (_s, n)); })
/external/bison/lib/
Dobstack.h373 # define obstack_copy0(OBSTACK,where,length) \ macro
477 # define obstack_copy0(h,where,length) \ macro
/external/elfutils/autom4te.cache/
Dtraces.0324 ({ const char *_s = (str); obstack_copy0 (ob, _s, strlen (_s)); })
326 ({ const char *_s = (str); obstack_copy0 (ob, _s, strnlen (_s, n)); })
/external/bison/
DChangeLog14232 (obstack_copy, obstack_copy0): Rename the second argument as
14234 * lib/obstack.h (obstack_copy, obstack_copy0, obstack_grow)