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

/freebsd-10.0-release/contrib/flex/
H A Dbuf.c122 buf_append(dest, src->elts, src->nelts);
133 buf_append (buf, str, n + 1);
135 /* "undo" the '\0' character that buf_append() already copied. */
182 buf_append(buf, &str, 1);
202 buf_append(buf, &str, 1);
233 struct Buf *buf_append (buf, ptr, n_elem)
232 struct Buf *buf_append (buf, ptr, n_elem) function
H A Dmisc.c112 buf_append (&defs_buf, &cpy, 1);
H A Dflexdef.h1112 extern struct Buf *buf_append
H A Dmain.c976 buf_append (&m4defs_buf, &m4defs_init_str, 2);
/freebsd-10.0-release/crypto/openssh/
H A Droaming_common.c118 buf_append(const char *buf, size_t count) function
148 buf_append(buf, ret);

Completed in 85 milliseconds