Searched refs:wout (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/usr.bin/perl/cpan/libnet/lib/Net/FTP/ |
H A D | dataconn.pm | 90 my ($rin, $rout, $win, $wout, $tout, $nfound); 97 $nfound = select($rout = $rin, $wout = $win, undef, $tout = $timeout);
|
/openbsd/gnu/usr.bin/perl/dist/Net-Ping/lib/Net/ |
H A D | Ping.pm | 952 my ($wbits, $wout, $wexc); 953 $wout = $wexc = $wbits = ""; 957 ($wout = $wbits), 962 if ($nfound && vec($wout, $self->{fh}->fileno, 1)) { 1564 my $wout = $wbits; 1567 while ($wout !~ /^\0*\z/) { 1568 if (vec($wout, $fd, 1)) { 1570 vec($wout, $fd, 1) = 0; 1581 if (defined($winner_fd) or my $nfound = mselect(undef, ($wout=$wbits), undef, $timeout)) { 1588 while ($wout !~ /^\0*\z/ && [all …]
|
/openbsd/usr.bin/vi/common/ |
H A D | recover.c | 415 goto wout; in rcv_mailfile() 421 goto wout; in rcv_mailfile() 427 goto wout; in rcv_mailfile() 433 wout: *t2++ = '\n'; in rcv_mailfile()
|
/openbsd/gnu/usr.bin/perl/cpan/libnet/lib/Net/ |
H A D | Cmd.pm | 206 my $wout; 207 my $nfound = select(undef, $wout = $win, undef, $pending);
|
/openbsd/gnu/llvm/libcxx/src/ |
H A D | locale.cpp | 4607 wchar_t wout; in checked_string_to_char_convert() local 4608 if (!checked_string_to_wchar_convert(wout, ptr, __loc)) in checked_string_to_char_convert() 4611 if ((res = __libcpp_wctob_l(wout, __loc)) != char_traits<char>::eof()) { in checked_string_to_char_convert() 4617 switch (wout) { in checked_string_to_char_convert()
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlfunc.pod | 7590 select(my $rout = $rin, my $wout = $win, my $eout = $ein, 7596 select(my $rout = $rin, my $wout = $win, my $eout = $ein, undef);
|