Searched refs:obstack_copy0 (Results 1 – 6 of 6) sorted by relevance
/external/elfutils/ |
D | config.h | 116 ({ const char *_s = (str); obstack_copy0 (ob, _s, strlen (_s)); }) 118 ({ const char *_s = (str); obstack_copy0 (ob, _s, strnlen (_s, n)); })
|
D | config.h.in | 115 ({ const char *_s = (str); obstack_copy0 (ob, _s, strlen (_s)); }) 117 ({ const char *_s = (str); obstack_copy0 (ob, _s, strnlen (_s, n)); })
|
D | configure.ac | 221 ({ 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/ |
D | obstack.h | 373 # define obstack_copy0(OBSTACK,where,length) \ macro 477 # define obstack_copy0(h,where,length) \ macro
|
/external/elfutils/autom4te.cache/ |
D | traces.0 | 324 ({ const char *_s = (str); obstack_copy0 (ob, _s, strlen (_s)); }) 326 ({ const char *_s = (str); obstack_copy0 (ob, _s, strnlen (_s, n)); })
|
/external/bison/ |
D | ChangeLog | 14232 (obstack_copy, obstack_copy0): Rename the second argument as 14234 * lib/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
|