Home
last modified time | relevance | path

Searched refs:bc_read_file (Results 1 – 5 of 5) sorted by relevance

/external/bc/include/
Dread.h56 void bc_read_file(const char *path, char **buf);
/external/bc/src/
Dargs.c90 bc_read_file(file, &buf); in bc_args_file()
Dread.c203 void bc_read_file(const char *path, char **buf) { in bc_read_file() function
Dvm.c624 bc_read_file(file, &data);
/external/toybox/toys/pending/
Dbc.c1088 BcStatus bc_read_file(char *path, char **buf) { in bc_read_file() function
5718 s = bc_read_file(file, &data); in bc_vm_file()