Home
last modified time | relevance | path

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

/freebsd/usr.bin/random/
H A DMakefile3 SRCS= random.c randomize_fd.c
H A Drandomize_fd.h41 int randomize_fd(int fd, int type, int unique, double denom);
H A Drandom.c141 ret = randomize_fd(fd, random_type, unique_output, denom); in main()
H A Drandomize_fd.c94 randomize_fd(int fd, int type, int unique, double denom) in randomize_fd() function