Home
last modified time | relevance | path

Searched defs:wfd (Results 1 – 6 of 6) sorted by relevance

/external/libxml2/
Dnanohttp.c452 fd_set wfd; in xmlNanoHTTPSend() local
847 fd_set wfd; in xmlNanoHTTPConnectAttempt() local
/external/netcat/
Dnetcat.c764 int n, wfd = fileno(stdin); in readwrite() local
/external/qemu/telephony/
Dsysdeps_posix.c423 fd_set rfd, wfd, efd; in sys_single_loop() local
/external/openssh/
Dchannels.h98 int wfd; /* write fd */ member
Dchannels.c224 channel_register_fds(Channel *c, int rfd, int wfd, int efd, in channel_register_fds()
265 channel_new(char *ctype, int type, int rfd, int wfd, int efd, in channel_new()
759 channel_set_fds(int id, int rfd, int wfd, int efd, in channel_set_fds()
/external/qemu/
Dposix-aio-compat.c57 int rfd, wfd; member