Searched refs:bstr_alloc (Results 1 – 3 of 3) sorted by relevance
21 extern struct bstr * bstr_alloc(const char *text);
140 yylval.b = bstr_alloc(yytext);
493 struct bstr * bstr_alloc(const char *text) in bstr_alloc() function