Searched refs:bc_vec_string (Results  1 – 8 of 8) sorted by relevance
| /external/bc/src/ | 
| D | history.c | 189 		bc_vec_string(&v, bc_history_editrc_len - 1, bc_history_editrc + 1);  in bc_history_init() 193 		bc_vec_string(&v, strlen(home), home);  in bc_history_init() 239 		bc_vec_string(vec, 1, "\n");  in bc_history_line() 291 		bc_vec_string(vec, strlen(line), line);  in bc_history_line() 351 		bc_vec_string(vec, 1, "\n");  in bc_history_line() 378 		bc_vec_string(vec, len, h->line);  in bc_history_line() 386 	else bc_vec_string(vec, 1, "\n");  in bc_history_line() 1320 	bc_vec_string(&h->buf, strlen(str), str);  in bc_history_edit_next() 1954 				bc_vec_string(&h->buf, 0, "");  in bc_history_edit()
  | 
| D | bc_lex.c | 143 	bc_vec_string(&l->str, len, l->buf + l->i);  in bc_lex_string()
  | 
| D | lex.c | 269 	bc_vec_string(&l->str, i, buf);  in bc_lex_name()
  | 
| D | file.c | 162 				bc_vec_string(&vm->history.extras, f->len - i, f->buf + i);  in bc_file_flushErr()
  | 
| D | bc_parse.c | 1274 		bc_vec_string(&p->l.str, sizeof(bc_parse_one) - 1, bc_parse_one);  in bc_parse_for() 1442 		bc_vec_string(&p->buf, p->l.str.len, p->l.str.v);  in bc_parse_func() 1515 		bc_vec_string(&p->buf, p->l.str.len - 1, p->l.str.v);  in bc_parse_auto()
  | 
| D | vector.c | 288 bc_vec_string(BcVec* restrict v, size_t len, const char* restrict str)  in bc_vec_string()  function
  | 
| /external/bc/include/ | 
| D | vector.h | 255 bc_vec_string(BcVec* restrict v, size_t len, const char* restrict str);
  | 
| /external/toybox/toys/pending/ | 
| D | bc.c | 945 void bc_vec_string(BcVec *v, size_t len, char *str) {  in bc_vec_string()  function 2570   bc_vec_string(&l->str, i, buf);  in bc_lex_name() 2671   bc_vec_string(&l->str, len, l->buf + l->i);  in bc_lex_string() 3749     bc_vec_string(&p->l.str, strlen(bc_parse_const1), bc_parse_const1);  in bc_parse_for()
  |