Searched refs:bc_file (Results 1 – 1 of 1) sorted by relevance
158 ScopedFILE bc_file; in main() local167 bc_file.reset(fopen(argv[1], "w+")); in main()168 if (!bc_file) { in main()187 puts_fp(bc_file.get(), "/* This script, when run through the UNIX bc utility, " in main()189 puts_fp(bc_file.get(), "/* tr a-f A-F < bn_test.out | sed s/BAsE/base/ | bc " in main()191 puts_fp(bc_file.get(), "obase=16\nibase=16\n"); in main()193 message(bc_file.get(), "BN_add"); in main()194 if (!test_add(bc_file.get())) { in main()197 flush_fp(bc_file.get()); in main()199 message(bc_file.get(), "BN_sub"); in main()[all …]