Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dread.h56 BcStatus
74 BcStatus
H A Dvm.h796 BcStatus
1049 BcStatus
1050 bc_vm_atexit(BcStatus status);
H A Ddc.h50 BcStatus
H A Dfile.h178 BcStatus
H A Dstatus.h400 typedef enum BcStatus enum
423 } BcStatus; typedef
H A Dhistory.h416 BcStatus
H A Dbc.h53 BcStatus
/freebsd/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.c59 BcStatus s; in main()
125 s = bc_vm_atexit((BcStatus) vm->status); in main()
H A Dread.c131 BcStatus
241 BcStatus
244 BcStatus s; in bc_read_line()
H A Dhistory.c227 BcStatus
230 BcStatus s = BC_STATUS_SUCCESS; in bc_history_line()
351 BcStatus
354 BcStatus s = BC_STATUS_SUCCESS; in bc_history_line()
696 static BcStatus
1821 static BcStatus
1847 BcStatus s; in bc_history_edit()
2061 BcStatus
2064 BcStatus s; in bc_history_line()
H A Dbc.c48 BcStatus
H A Ddc.c48 BcStatus
H A Dvm.c363 BcStatus s;
364 BcStatus fout_s;
1151 BcStatus s;
1577 BcStatus
1770 return (BcStatus) vm->status;
1841 BcStatus
1842 bc_vm_atexit(BcStatus status)
1845 BcStatus s = BC_STATUS_IS_ERROR(status) ? status : BC_STATUS_SUCCESS;
H A Dbc_fuzzer.c78 BcStatus s; in LLVMFuzzerTestOneInput()
H A Ddc_fuzzer.c78 BcStatus s; in LLVMFuzzerTestOneInput()
H A Dprogram.c722 BcStatus s; in bc_program_read()
3740 BcStatus s; in bc_program_exec()