Home
last modified time | relevance | path

Searched refs:BcStatus (Results 1 – 17 of 17) sorted by relevance

/src/contrib/bc/include/
H A Dread.h56 BcStatus
74 BcStatus
H A Dvm.h795 BcStatus
1048 BcStatus
1049 bc_vm_atexit(BcStatus status);
H A Ddc.h50 BcStatus
H A Dfile.h178 BcStatus
H A Dhistory.h392 BcStatus
H A Dstatus.h400 typedef enum BcStatus enum
423 } BcStatus; typedef
H A Dbc.h53 BcStatus
/src/contrib/bc/src/
H A Dfile.c90 static BcStatus
122 BcStatus
125 BcStatus s; in bc_file_flushErr()
186 BcStatus s; in bc_file_flush()
235 BcStatus s = bc_file_output(f->fd, buf, n); in bc_file_write()
H A Dmain.c58 BcStatus s; in main()
124 s = bc_vm_atexit((BcStatus) vm->status); in main()
H A Dread.c131 BcStatus
230 BcStatus
233 BcStatus s; in bc_read_line()
H A Dhistory.c228 BcStatus
231 BcStatus s = BC_STATUS_SUCCESS; in bc_history_line()
341 BcStatus
344 BcStatus s = BC_STATUS_SUCCESS; in bc_history_line()
686 static BcStatus
1811 static BcStatus
1837 BcStatus s; in bc_history_edit()
2051 BcStatus
2054 BcStatus s; in bc_history_line()
H A Dvm.c338 BcStatus s;
339 BcStatus fout_s;
1126 BcStatus s;
1552 BcStatus
1745 return (BcStatus) vm->status;
1816 BcStatus
1817 bc_vm_atexit(BcStatus status)
1820 BcStatus s = BC_STATUS_IS_ERROR(status) ? status : BC_STATUS_SUCCESS;
H A Dbc.c48 BcStatus
H A Ddc.c48 BcStatus
H A Ddc_fuzzer.c77 BcStatus s; in LLVMFuzzerTestOneInput()
H A Dbc_fuzzer.c77 BcStatus s; in LLVMFuzzerTestOneInput()
H A Dprogram.c732 BcStatus s; in bc_program_read()
3779 BcStatus s; in bc_program_exec()