/freebsd/contrib/libfido2/fuzz/ |
H A D | fuzz_pcsc.c | 156 size_t ndevs, nfound; in test_manifest() local 161 r = fido_pcsc_manifest(NULL, 0, &nfound); in test_manifest() 162 assert(r == FIDO_OK && nfound == 0); in test_manifest() 163 r = fido_pcsc_manifest(NULL, 1, &nfound); in test_manifest() 168 fido_pcsc_manifest(devlist, ndevs, &nfound) != FIDO_OK) in test_manifest() 171 for (size_t i = 0; i < nfound; i++) { in test_manifest()
|
H A D | fuzz_hid.c | 178 size_t ndevs, nfound; in manifest() local 193 fido_dev_info_manifest(devlist, ndevs, &nfound) != FIDO_OK) in manifest() 195 for (size_t i = 0; i < nfound; i++) { in manifest()
|
/freebsd/usr.sbin/bsdconfig/share/media/ |
H A D | wlan.subr | 147 nfound \ 1019 local ssid ussid matches nmatches nconfigs nfound help desc w 1044 menuitem_$u set nfound $nmatches 1058 menuitem_$u get nfound nfound 1059 nfound=$(( $nfound + $nmatches )) 1060 menuitem_$u set nfound $nfound 1083 menuitem_$n get nfound nfound 1084 [ $nfound -gt 0 ] && desc="$desc $nfound $msg_found" 1115 local ssid ussid matched nfound help flags f 1139 menuitem_$u set nfound 1 [all …]
|
/freebsd/libexec/bootpd/bootpgw/ |
H A D | bootpgw.c | 152 int nfound, readfds; in main() local 436 nfound = select(s + 1, (fd_set *)&readfds, NULL, NULL, in main() 438 if (nfound < 0) { in main()
|
/freebsd/contrib/libfido2/src/ |
H A D | u2f.c | 817 size_t nfound = 0; in u2f_authenticate() local 834 &fa->allow_list.ptr[i], fa, nfound, ms))) { in u2f_authenticate() 839 nfound++; in u2f_authenticate() 851 fa->stmt_len = nfound; in u2f_authenticate() 853 if (nfound == 0) in u2f_authenticate()
|
/freebsd/sys/kern/ |
H A D | kern_exit.c | 1279 int error, nfound, ret; in kern_wait6() local 1317 nfound = 0; in kern_wait6() 1341 nfound++; in kern_wait6() 1397 if (nfound == 0) { in kern_wait6() 1405 nfound++; in kern_wait6() 1410 if (nfound == 0) { in kern_wait6()
|
/freebsd/contrib/ntp/ntpdate/ |
H A D | ntpdate.c | 318 int nfound; in ntpdatemain() local 573 nfound = poll(rdfdes, (unsigned int)nbsock, timeout.tv_sec * 1000); in ntpdatemain() 576 nfound = select(maxfd, &rdfdes, NULL, NULL, in ntpdatemain() 579 if (nfound > 0) in ntpdatemain() 581 else if (nfound == SOCKET_ERROR) in ntpdatemain() 603 nfound); in ntpdatemain()
|
/freebsd/sbin/savecore/ |
H A D | savecore.c | 112 static int nfound, nsaved, nerr; /* statistics */ variable 848 nfound++; in DoLiveFile() 1081 nfound++; in DoFile() 1439 nfound = nsaved = nerr = 0; in main() 1552 if (nfound == 0) { in main()
|
/freebsd/libexec/bootpd/ |
H A D | bootpd.c | 179 int nfound; in main() local 508 nfound = select(s + 1, &readfds, NULL, NULL, in main() 510 if (nfound < 0) { in main()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_io.c | 3660 int nfound; local 3681 nfound = select(maxactivefd + 1, &rdfdes, NULL, 3689 nfound = select(maxactivefd + 1, 3694 if (nfound < 0 && sanitize_fdset(errno)) { 3699 nfound = select(maxactivefd + 1, 3704 if (nfound > 0) { 3710 } else if (nfound == -1 && errno != EINTR) { 3715 msyslog(LOG_DEBUG, "select(): nfound=%d, error: %m", nfound); 3717 DPRINTF(3, ("select() returned %d: %m\n", nfound));
|
/freebsd/crypto/openssh/ |
H A D | ssh-pkcs11.c | 221 CK_ULONG nfound = 0; in pkcs11_find() local 231 if ((rv = f->C_FindObjects(session, obj, 1, &nfound)) != CKR_OK || in pkcs11_find() 232 nfound != 1) { in pkcs11_find() 234 nfound, nattr, rv); in pkcs11_find()
|