Searched refs:random_source (Results 1 – 1 of 1) sorted by relevance
73 static const char *random_source = DEFAULT_RANDOM_SORT_SEED_FILE; variable994 if (strcmp(random_source, DEFAULT_RANDOM_SORT_SEED_FILE) == 0) { in set_random_seed()1000 fseed = openfile(random_source, "r"); in set_random_seed()1014 closefile(fseed, random_source); in set_random_seed()1027 b = random_fromfile(random_source); in set_random_seed()1210 random_source = strdup(optarg); in main()