Searched refs:closefd (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/native/java/net/
H A Dbsd_close.c197 static int closefd(int fd1, int fd2) { function
256 return closefd(fd, fd2);
265 return closefd(-1, fd);
H A Dlinux_close.c180 static int closefd(int fd1, int fd2) { function
239 return closefd(fd, fd2);
248 return closefd(-1, fd);

Completed in 32 milliseconds