Searched refs:socket_to_fd (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Droken-common.h420 #define socket_to_fd rk_socket_to_fd macro
422 socket_to_fd(rk_socket_t, int);
H A Dmini_inetd.c57 int fd = socket_to_fd(as, 0);
59 /* We would use _O_RDONLY for the socket_to_fd() call for
H A Dsocket.c327 * functions after calling socket_to_fd(), it should not be closed
332 socket_to_fd(rk_socket_t sock, int flags) function
/macosx-10.9.5/emacs-92/emacs/src/
H A Dw32.c3016 int socket_to_fd (SOCKET s);
3035 return socket_to_fd (s);
3043 socket_to_fd (SOCKET s)
3383 fd = socket_to_fd (t);
3041 socket_to_fd (SOCKET s) function

Completed in 125 milliseconds