Lines Matching refs:deterministic
97 int deterministic = -1; /* Determinism indeterminate. */ variable
571 deterministic = TRUE; in decode_options()
574 deterministic = FALSE; in decode_options()
602 if (deterministic < 0) in default_deterministic()
603 deterministic = DEFAULT_AR_DETERMINISTIC; in default_deterministic()
618 deterministic = TRUE; in ranlib_main()
621 deterministic = FALSE; in ranlib_main()
769 if (newer_only && deterministic > 0) in main()
772 if (newer_only && deterministic < 0 && DEFAULT_AR_DETERMINISTIC) in main()
1165 if (deterministic) in write_archive()
1475 if (deterministic) in ranlib_touch()