Searched refs:randomize_fd (Results 1 – 4 of 4) sorted by relevance
5 SRCS= random.c randomize_fd.c
41 int randomize_fd(int fd, int type, int unique, double denom);
153 ret = randomize_fd(fd, random_type, unique_output, denom); in main()
95 randomize_fd(int fd, int type, int unique, double denom) in randomize_fd() function