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