Searched refs:buf_append (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/flex/src/ |
H A D | buf.c | 127 buf_append(dest, src->elts, src->nelts); in buf_concat() 135 buf_append (buf, str, n + 1); in buf_strnappend() 180 buf_append(buf, &str, 1); in buf_m4_define() 201 buf_append(buf, &str, 1); in buf_m4_undefine() 230 struct Buf *buf_append (struct Buf *buf, const void *ptr, int n_elem) in buf_append() function
|
H A D | misc.c | 110 buf_append (&defs_buf, &cpy, 1); in action_define()
|
H A D | flexdef.h | 1050 extern struct Buf *buf_append(struct Buf * buf, const void *ptr, int n_elem);
|
H A D | main.c | 988 buf_append (&m4defs_buf, &m4defs_init_str, 2); in flexinit()
|
/freebsd/contrib/flex/ |
H A D | ChangeLog | 889 * src/buf.c: casts in buf_append() to get rid of warnings
|