Home
last modified time | relevance | path

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

/src/contrib/bc/src/
H A Dbc_fuzzer.c48 static bool bc_C; variable
57 bc_C = false; in LLVMFuzzerInitialize()
68 bc_C = (strcmp(name, "bc_fuzzer_C") == 0); in LLVMFuzzerInitialize()
102 bc_C ? bc_fuzzer_args_C : bc_fuzzer_args_c); in LLVMFuzzerTestOneInput()