Searched refs:nfound (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/CPANInternal-159.1/Net-Telnet-3.03/t/
H A Dselect.t10 $nfound,
21 eval { $nfound = select($bitmask, '', '', 0) };
25 test (defined($nfound) and ($nfound == 0 or $nfound == 1));
/macosx-10.10/sudo-73/src/
H A Dparse.c323 int nfound = 0; local
361 nfound++;
365 return nfound;
378 int nfound = 0; local
417 nfound++;
420 return nfound;
430 int nfound = 0; local
440 nfound += sudo_file_display_priv_long(pw, us, lbuf);
442 nfound += sudo_file_display_priv_short(pw, us, lbuf);
445 return nfound;
459 int nfound = 0; local
511 int nfound = 0; local
531 int atype, nfound = 0; local
[all...]
/macosx-10.10/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dchat2.pl187 local($rmask, $nfound, $timeleft, $thisbuf);
256 ($nfound, $rmask) =
258 if ($nfound) {
/macosx-10.10/OpenSSH-189/openssh/
H A Dssh-pkcs11.c197 CK_ULONG nfound = 0; local
207 if ((rv = f->C_FindObjects(session, obj, 1, &nfound)) != CKR_OK ||
208 nfound != 1) {
209 debug("C_FindObjects failed (nfound %lu nattr %lu): %lu",
210 nfound, nattr, rv);
397 CK_ULONG nfound; local
427 if ((rv = f->C_FindObjects(session, &obj, 1, &nfound)) != CKR_OK
428 || nfound == 0)
/macosx-10.10/ntp-92/ntpd/
H A Dntpd.c1103 int nfound; local
1125 nfound = select(maxactivefd+1, &rdfdes, (fd_set *)0,
1129 nfound = select(maxactivefd+1, &rdfdes, (fd_set *)0,
1132 if (nfound > 0)
1140 else if (nfound == -1 && errno != EINTR)
1144 msyslog(LOG_DEBUG, "select(): nfound=%d, error: %m", nfound);
/macosx-10.10/ntp-92/ntpdate/
H A Dntpdate.c323 int nfound; local
567 nfound = poll(rdfdes, (unsigned int)nbsock, timeout.tv_sec * 1000);
570 nfound = select(maxfd, &rdfdes, (fd_set *)0,
573 if (nfound > 0)
575 else if (nfound == SOCKET_ERROR)
593 "poll(): nfound = %d, error: %m",
595 "select(): nfound = %d, error: %m",
597 nfound);
H A Dntptimeset.c651 int nfound; local
678 nfound = select(fd+1, &rdfdes, (fd_set *)0,
682 nfound = select(fd+1, &rdfdes, (fd_set *)0,
685 if (nfound > 0) {
690 else if (nfound == -1 && errno != EINTR)
694 msyslog(LOG_DEBUG, "select(): nfound=%d, error: %m", nfound);
/macosx-10.10/screen-22/screen/
H A Dsocket.c120 int nfound = 0, ngood = 0, ndead = 0, nwipe = 0, npriv = 0; local
234 nfound++;
311 if (nfound && (lsflag || ngood != 1) && !quietflag)
316 Msg(0, nfound > 1 ? "There are screens on:" : "There is a screen on:");
319 Msg(0, nfound > 1 ? "There are several screens on:" : "There is a suitable screen on:");
387 *nfoundp = nfound - nwipe;
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_exit.c1236 int nfound; local
1251 nfound = 0;
1262 nfound++;
1388 if (nfound == 0) {
1473 int nfound; local
1496 nfound = 0;
1525 nfound++;
1639 if (nfound == 0) {
H A Dkern_sig.c1505 int nfound = 0; local
1520 karg.nfoundp = &nfound;
1540 karg.nfoundp = &nfound;
1551 error = (nfound ? 0 : (posix ? EPERM : ESRCH));
/macosx-10.10/CPANInternal-159.1/Net-Daemon-0.48/lib/Net/
H A DDaemon.pm666 my($nfound) = select($rout=$rin, undef, undef, $t);
667 if ($nfound < 0) {
673 } elsif ($nfound) {
/macosx-10.10/CPANInternal-159.1/Net-Telnet-3.03/lib/Net/
H A DTelnet.pm2086 $nfound,
2119 $nfound = select $ready=$s->{fdmask}, "", "", $timeout;
2122 if (!defined $nfound or $nfound <= 0) { # input not ready
2123 if (defined $nfound and $nfound == 0) { # timed-out
2957 $nfound,
2993 $nfound = select "", $ready=$s->{fdmask}, "", $timeout;
2996 if (!defined $nfound or $nfound <
[all...]

Completed in 188 milliseconds