Lines Matching refs:deterministic
101 int deterministic = -1; /* Determinism indeterminate. */ variable
601 deterministic = true; in decode_options()
604 deterministic = false; in decode_options()
647 if (deterministic < 0) in default_deterministic()
648 deterministic = DEFAULT_AR_DETERMINISTIC; in default_deterministic()
663 deterministic = true; in ranlib_main()
666 deterministic = false; in ranlib_main()
819 if (newer_only && deterministic > 0) in main()
822 if (newer_only && deterministic < 0 && DEFAULT_AR_DETERMINISTIC) in main()
1290 if (deterministic) in write_archive()
1623 if (deterministic) in ranlib_touch()