Home
last modified time | relevance | path

Searched refs:bc_vec_string (Results 1 – 8 of 8) sorted by relevance

/external/bc/include/
Dvector.h74 void bc_vec_string(BcVec *restrict v, size_t len, const char *restrict str);
/external/bc/src/
Dbc_lex.c90 bc_vec_string(&l->str, len, l->buf + l->i); in bc_lex_string()
Dlex.c179 bc_vec_string(&l->str, i, buf); in bc_lex_name()
Dfile.c106 bc_vec_string(&vm.history.extras, f->len - i, f->buf + i); in bc_file_flushErr()
Dhistory.c836 bc_vec_string(&h->buf, strlen(str), str); in bc_history_edit_next()
1236 bc_vec_string(&h->buf, 0, ""); in bc_history_edit()
1332 bc_vec_string(vec, BC_HIST_BUF_LEN(h), h->buf.v); in bc_history_line()
Dvector.c195 void bc_vec_string(BcVec *restrict v, size_t len, const char *restrict str) { in bc_vec_string() function
Dbc_parse.c716 bc_vec_string(&p->l.str, sizeof(bc_parse_one) - 1, bc_parse_one); in bc_parse_for()
830 bc_vec_string(&p->buf, p->l.str.len, p->l.str.v); in bc_parse_func()
880 bc_vec_string(&p->buf, p->l.str.len - 1, p->l.str.v); in bc_parse_auto()
/external/toybox/toys/pending/
Dbc.c940 void bc_vec_string(BcVec *v, size_t len, char *str) { in bc_vec_string() function
2565 bc_vec_string(&l->str, i, buf); in bc_lex_name()
2666 bc_vec_string(&l->str, len, l->buf + l->i); in bc_lex_string()
3744 bc_vec_string(&p->l.str, strlen(bc_parse_const1), bc_parse_const1); in bc_parse_for()