Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/dist/IO/
Dpoll.c47 fd_set rfd,wfd,efd,ifd; in poll() local
/openbsd/src/bin/cat/
Dcat.c212 int wfd; in raw_cat() local
/openbsd/src/regress/sys/kern/pledge/generic/
Dmanager.c152 drainfd(int rfd, int wfd) in drainfd()
/openbsd/src/regress/sys/fifofs/
Dfifotest.c316 doselect(pid_t writer, int rfd, int wfd, int timeout) in doselect()
/openbsd/src/usr.bin/last/
Dlast.c249 int timesize, wfd, snapfound = 0; in wtmp() local
/openbsd/src/usr.bin/sed/
Ddefs.h64 int wfd; /* Cached file descriptor */ member
/openbsd/src/usr.bin/vi/common/
Drecover.c750 rcv_copy(SCR *sp, int wfd, char *fname) in rcv_copy()
Dexf.c984 int flags, maxnum, nr, num, nw, rfd, wfd, version; in file_backup() local
/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_fd.cpp271 void FdPipeCreate(ThreadState *thr, uptr pc, int rfd, int wfd) { in FdPipeCreate()
/openbsd/src/usr.bin/ssh/
Dchannels.h135 int wfd; /* write fd */ member
Dchannels.c411 channel_register_fds(struct ssh *ssh, Channel *c, int rfd, int wfd, int efd, in channel_register_fds()
475 channel_new(struct ssh *ssh, char *ctype, int type, int rfd, int wfd, int efd, in channel_new()
586 int sock = c->sock, rfd = c->rfd, wfd = c->wfd, efd = c->efd; in channel_close_fds() local
1214 channel_set_fds(struct ssh *ssh, int id, int rfd, int wfd, int efd, in channel_set_fds()
Dssh-keygen.c2592 int r = SSH_ERR_INTERNAL_ERROR, wfd = -1, oerrno; in sign_one() local