Home
last modified time | relevance | path

Searched refs:BC_UNUSED (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/bc/src/
H A Dbc_fuzzer.c54 BC_UNUSED(argc); in LLVMFuzzerInitialize()
H A Ddc_fuzzer.c54 BC_UNUSED(argc); in LLVMFuzzerInitialize()
H A Dvm.c494 BC_UNUSED(val);
969 BC_UNUSED(promises);
970 BC_UNUSED(execpromises);
977 BC_UNUSED(path);
978 BC_UNUSED(permissions);
H A Drand.c237 BC_UNUSED(ptr); in bc_rand_winrand()
264 BC_UNUSED(ptr); in bc_rand_rand()
H A Dnum.c2222 BC_UNUSED(scale); in bc_num_place()
2239 BC_UNUSED(scale); in bc_num_left()
2254 BC_UNUSED(scale); in bc_num_right()
2754 BC_UNUSED(rdx); in bc_num_printChar()
2755 BC_UNUSED(len); in bc_num_printChar()
2756 BC_UNUSED(bslash); in bc_num_printChar()
2815 BC_UNUSED(len); in bc_num_printHex()
2816 BC_UNUSED(bslash); in bc_num_printHex()
3984 BC_UNUSED(scale); in bc_num_addReq()
4037 BC_UNUSED(scale); in bc_num_powReq()
[all …]
H A Dhistory.c167 BC_UNUSED(el); in bc_history_promptFunc()
/freebsd/contrib/bc/include/
H A Dstatus.h145 #define BC_UNUSED(e) ((void) (e)) macro