Searched refs:seed_text (Results 1 – 1 of 1) sorted by relevance
1253 const char *seed_text = config_get_env(config, "PYTHONHASHSEED"); in config_init_hash_seed() local1257 if (seed_text && strcmp(seed_text, "random") != 0) { in config_init_hash_seed()1258 const char *endptr = seed_text; in config_init_hash_seed()1261 seed = strtoul(seed_text, (char **)&endptr, 10); in config_init_hash_seed()