Home
last modified time | relevance | path

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

/benchtests/
A Dbench-string.h163 int fdr = open ("/dev/urandom", O_RDONLY); in cmdline_process_function() local
164 if (fdr < 0 || read (fdr, &seed, sizeof (seed)) != sizeof (seed)) in cmdline_process_function()
166 if (fdr >= 0) in cmdline_process_function()
167 close (fdr); in cmdline_process_function()

Completed in 3 milliseconds