Searched refs:buf_append (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/flex/src/
H A Dbuf.c128 buf_append(dest, src->elts, src->nelts);
136 buf_append (buf, str, n + 1);
138 /* "undo" the '\0' character that buf_append() already copied. */
181 buf_append(buf, &str, 1);
202 buf_append(buf, &str, 1);
231 struct Buf *buf_append (struct Buf *buf, const void *ptr, int n_elem)
230 struct Buf *buf_append (struct Buf *buf, const void *ptr, int n_elem) function
H A Dflexdef.h1050 extern struct Buf *buf_append(struct Buf * buf, const void *ptr, int n_elem);
H A Dmisc.c110 buf_append (&defs_buf, &cpy, 1);
H A Dmain.c989 buf_append (&m4defs_buf, &m4defs_init_str, 2);

Completed in 98 milliseconds