Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gdb/gdb/cli/
HDcli-decode.c46 int *nfound);
864 int ignore_help_classes, int *nfound) in find_cmd() argument
869 *nfound = 0; in find_cmd()
875 (*nfound)++; in find_cmd()
878 *nfound = 1; in find_cmd()
926 int len, tmp, nfound; in lookup_cmd_1() local
968 nfound = 0; in lookup_cmd_1()
969 found = find_cmd (command, len, clist, ignore_help_classes, &nfound); in lookup_cmd_1()
975 if (!found || nfound == 0) in lookup_cmd_1()
982 found = find_cmd (command, len, clist, ignore_help_classes, &nfound); in lookup_cmd_1()
[all …]
/freebsd-11-stable/usr.sbin/bsdconfig/share/media/
HDwlan.subr148 nfound \
1020 local ssid ussid matches nmatches nconfigs nfound help desc w
1045 menuitem_$u set nfound $nmatches
1059 menuitem_$u get nfound nfound
1060 nfound=$(( $nfound + $nmatches ))
1061 menuitem_$u set nfound $nfound
1084 menuitem_$n get nfound nfound
1085 [ $nfound -gt 0 ] && desc="$desc $nfound $msg_found"
1116 local ssid ussid matched nfound help flags f
1140 menuitem_$u set nfound 1
[all …]
/freebsd-11-stable/crypto/openssh/
HDssh-pkcs11.c198 CK_ULONG nfound = 0; in pkcs11_find() local
208 if ((rv = f->C_FindObjects(session, obj, 1, &nfound)) != CKR_OK || in pkcs11_find()
209 nfound != 1) { in pkcs11_find()
211 nfound, nattr, rv); in pkcs11_find()
460 CK_ULONG nfound; in pkcs11_fetch_keys_filter() local
477 if ((rv = f->C_FindObjects(session, &obj, 1, &nfound)) != CKR_OK in pkcs11_fetch_keys_filter()
478 || nfound == 0) in pkcs11_fetch_keys_filter()
/freebsd-11-stable/libexec/bootpd/bootpgw/
HDbootpgw.c164 int nfound, readfds; local
445 nfound = select(s + 1, (fd_set *)&readfds, NULL, NULL,
447 if (nfound < 0) {
/freebsd-11-stable/sys/kern/
HDkern_exit.c1191 int error, nfound, ret; in kern_wait6() local
1226 nfound = 0; in kern_wait6()
1235 nfound++; in kern_wait6()
1294 if (nfound == 0) { in kern_wait6()
1302 nfound++; in kern_wait6()
1307 if (nfound == 0) { in kern_wait6()
HDkern_ktrace.c893 int nfound, ret = 0; in sys_ktrace() local
973 nfound = 0; in sys_ktrace()
981 nfound++; in sys_ktrace()
987 if (nfound == 0) { in sys_ktrace()
/freebsd-11-stable/sbin/savecore/
HDsavecore.c95 static int nfound, nsaved, nerr; /* statistics */ variable
617 nfound++; in DoFile()
825 nfound = nsaved = nerr = 0; in main()
900 if (nfound == 0) { in main()
/freebsd-11-stable/contrib/ntp/ntpdate/
HDntpdate.c318 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-11-stable/contrib/gdb/gdb/
HDsymtab.c2683 sort_search_symbols (struct symbol_search *prevtail, int nfound) in sort_search_symbols() argument
2689 * nfound); in sort_search_symbols()
2691 for (i = 0; i < nfound; i++) in sort_search_symbols()
2699 qsort (symbols, nfound, sizeof (struct symbol_search *), in sort_search_symbols()
2703 for (i = 0; i < nfound; i++) in sort_search_symbols()
2926 int nfound = 0; in search_symbols() local
2953 nfound ++; in search_symbols()
2956 if (nfound > 0) in search_symbols()
2963 tail = sort_search_symbols (&dummy, nfound); in search_symbols()
2969 tail = sort_search_symbols (prevtail, nfound); in search_symbols()
/freebsd-11-stable/libexec/bootpd/
HDbootpd.c191 int nfound; local
517 nfound = select(s + 1, &readfds, NULL, NULL,
519 if (nfound < 0) {
/freebsd-11-stable/contrib/ntp/ntpd/
HDntp_io.c3631 int nfound; local
3652 nfound = select(maxactivefd + 1, &rdfdes, NULL,
3660 nfound = select(maxactivefd + 1,
3665 if (nfound < 0 && sanitize_fdset(errno)) {
3670 nfound = select(maxactivefd + 1,
3675 if (nfound > 0) {
3681 } else if (nfound == -1 && errno != EINTR) {
3686 msyslog(LOG_DEBUG, "select(): nfound=%d, error: %m", nfound);
3688 DPRINTF(3, ("select() returned %d: %m\n", nfound));
/freebsd-11-stable/sys/compat/svr4/
HDsvr4_misc.c1187 int nfound, status; local
1249 nfound = 0;
1265 nfound++;
1351 if (nfound == 0) {