Home
last modified time | relevance | path

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

/trueos/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 …]
/trueos/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()
448 CK_ULONG nfound; in pkcs11_fetch_keys_filter() local
465 if ((rv = f->C_FindObjects(session, &obj, 1, &nfound)) != CKR_OK in pkcs11_fetch_keys_filter()
466 || nfound == 0) in pkcs11_fetch_keys_filter()
/trueos/contrib/ntp/ntpd/
HDntpd.c997 int nfound;
1019 nfound = select(maxactivefd+1, &rdfdes, (fd_set *)0,
1023 nfound = select(maxactivefd+1, &rdfdes, (fd_set *)0,
1026 if (nfound > 0)
1034 else if (nfound == -1 && errno != EINTR)
1038 netsyslog(LOG_DEBUG, "select(): nfound=%d, error: %m", nfound);
/trueos/libexec/bootpd/bootpgw/
HDbootpgw.c164 int nfound, readfds; local
445 nfound = select(s + 1, (fd_set *)&readfds, NULL, NULL,
447 if (nfound < 0) {
/trueos/sbin/savecore/
HDsavecore.c92 static int nfound, nsaved, nerr; /* statistics */ variable
551 nfound++; in DoFile()
760 nfound = nsaved = nerr = 0; in main()
830 if (nfound == 0) { in main()
/trueos/contrib/ntp/ntpdate/
HDntptimeset.c651 int nfound; in ntptimesetmain() local
678 nfound = select(fd+1, &rdfdes, (fd_set *)0, in ntptimesetmain()
682 nfound = select(fd+1, &rdfdes, (fd_set *)0, in ntptimesetmain()
685 if (nfound > 0) { in ntptimesetmain()
690 else if (nfound == -1 && errno != EINTR) in ntptimesetmain()
694 msyslog(LOG_DEBUG, "select(): nfound=%d, error: %m", nfound); in ntptimesetmain()
HDntpdate.c332 int nfound; in ntpdatemain() local
596 nfound = poll(rdfdes, (unsigned int)nbsock, timeout.tv_sec * 1000); in ntpdatemain()
599 nfound = select(maxfd, &rdfdes, (fd_set *)0, in ntpdatemain()
602 if (nfound > 0) in ntpdatemain()
604 else if (nfound == SOCKET_ERROR) in ntpdatemain()
626 nfound); in ntpdatemain()
/trueos/sys/kern/
HDkern_exit.c1149 int error, nfound, ret; in kern_wait6() local
1184 nfound = 0; in kern_wait6()
1192 nfound++; in kern_wait6()
1292 nfound++; in kern_wait6()
1296 if (nfound == 0) { in kern_wait6()
HDkern_ktrace.c866 int nfound, ret = 0; local
946 nfound = 0;
954 nfound++;
960 if (nfound == 0) {
/trueos/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()
/trueos/libexec/bootpd/
HDbootpd.c191 int nfound; local
517 nfound = select(s + 1, &readfds, NULL, NULL,
519 if (nfound < 0) {
/trueos/sys/compat/svr4/
HDsvr4_misc.c1196 int nfound, status; local
1258 nfound = 0;
1274 nfound++;
1360 if (nfound == 0) {