Searched refs:RANDSRC (Results 1 – 1 of 1) sorted by relevance
33 #define RANDSRC "/dev/urandom" macro115 if ((randfd < 0) && (randfd = open(RANDSRC, O_RDONLY)) < 0) { in init_random()116 perror("open " RANDSRC); in init_random()