Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Devalfunc.c7535 static int dev_urandom_state = NOTDONE; // FAIL or OK once tried in init_srand() local
7544 if (dev_urandom_state != FAIL) in init_srand()
7556 dev_urandom_state = FAIL; in init_srand()
7562 dev_urandom_state = FAIL; in init_srand()
7565 dev_urandom_state = OK; in init_srand()
7571 if (dev_urandom_state != OK) in init_srand()