Searched defs:buf_strnappend (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/flex/src/
H A Dbuf.c133 struct Buf *buf_strnappend (struct Buf *buf, const char *str, int n) function
/freebsd-current/usr.bin/lex/
H A Dinitscan.c2604 buf_strnappend(&top_buf, escaped_qstart, (int) strlen(escaped_qstart)); variable
2609 buf_strnappend(&top_buf, escaped_qend, (int) strlen(escaped_qend)); variable

Completed in 78 milliseconds