Home
last modified time | relevance | path

Searched refs:seed_text (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Python/
Dinitconfig.c1601 const char *seed_text = config_get_env(config, "PYTHONHASHSEED"); in config_init_hash_seed() local
1605 if (seed_text && strcmp(seed_text, "random") != 0) { in config_init_hash_seed()
1606 const char *endptr = seed_text; in config_init_hash_seed()
1609 seed = strtoul(seed_text, (char **)&endptr, 10); in config_init_hash_seed()