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

/freebsd-current/contrib/flex/src/
H A Dbuf.c134 struct Buf *buf_strnappend (struct Buf *buf, const char *str, int n)
147 return buf_strnappend (buf, str, (int) strlen (str));
133 struct Buf *buf_strnappend (struct Buf *buf, const char *str, int n) function
H A Dflexdef.h1053 extern struct Buf *buf_strnappend(struct Buf *, const char *str, int nchars);
H A Dmain.c1283 buf_strnappend (&userdef_buf, arg,
/freebsd-current/usr.bin/lex/
H A Dinitscan.c2581 buf_strnappend(&top_buf, yytext, yyleng);
2589 buf_strnappend(&top_buf, yytext, yyleng);
2598 buf_strnappend(&top_buf, yytext, yyleng);
2604 buf_strnappend(&top_buf, escaped_qstart, (int) strlen(escaped_qstart)); variable
2609 buf_strnappend(&top_buf, escaped_qend, (int) strlen(escaped_qend)); variable
2615 buf_strnappend(&top_buf, yytext, yyleng);

Completed in 132 milliseconds