Home
last modified time | relevance | path

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

/string/
A Dtest-string.h109 int fdr = open ("/dev/urandom", O_RDONLY); in cmdline_process_function() local
110 if (fdr < 0 || read (fdr, &seed, sizeof (seed)) != sizeof (seed)) in cmdline_process_function()
112 if (fdr >= 0) in cmdline_process_function()
113 close (fdr); in cmdline_process_function()

Completed in 5 milliseconds