Searched refs:randomize_fd (Results 1 – 4 of 4) sorted by relevance
6 SRCS= random.c randomize_fd.c
49 int randomize_fd(int fd, int type, int unique, double denom);
154 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