Searched refs:all_ok (Results 1 – 6 of 6) sorted by relevance
32 static int all_ok = 1; variable43 all_ok = 0; in expect_slice_eq()82 all_ok = 0; in expect_combined_equiv()97 all_ok = 0; in expect_binary_header()175 return all_ok ? 0 : 1; in main()
32 static int all_ok = 1; variable43 all_ok = 0; in expect_slice_eq()167 return all_ok ? 0 : 1; in main()
234 all_ok = True242 all_ok = all_ok and ok256 return all_ok269 all_ok = main(sys.argv[1:]) variable270 sys.exit(0 if all_ok else 1)
196 bool all_ok = true; in Run() local235 all_ok = all_ok && in Run()240 return all_ok ? EXIT_SUCCESS : EXIT_FAILURE; in Run()
2537 bool all_ok = true; in Start() local2544 cursor = entry_end, all_ok = all_ok && ok) { in Start()2557 all_ok = false; in Start()2666 return all_ok; in Start()
2730 int all_ok = 1; in main() local3078 #define CHECK(x) if (x > 1e-3) { printf(#x " failed: %g\n", x); all_ok = 0; } in main()3084 if (all_ok) printf("Everything looks fine.\n"); in main()3120 return all_ok ? 0 : 1; in main()