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

/freebsd-10.0-release/contrib/gdb/gdb/cli/
H A Dcli-decode.c46 int *nfound);
864 found in nfound */
868 int ignore_help_classes, int *nfound)
873 *nfound = 0;
879 (*nfound)++;
882 *nfound = 1;
930 int len, tmp, nfound;
972 nfound = 0;
973 found = find_cmd (command, len, clist, ignore_help_classes, &nfound);
979 if (!found || nfound
863 find_cmd(char *command, int len, struct cmd_list_element *clist, int ignore_help_classes, int *nfound) argument
926 int len, tmp, nfound; local
1288 int len, tmp, nfound; local
[all...]
/freebsd-10.0-release/crypto/openssh/
H A Dssh-pkcs11.c196 CK_ULONG nfound = 0; local
206 if ((rv = f->C_FindObjects(session, obj, 1, &nfound)) != CKR_OK ||
207 nfound != 1) {
208 debug("C_FindObjects failed (nfound %lu nattr %lu): %lu",
209 nfound, nattr, rv);
396 CK_ULONG nfound; local
426 if ((rv = f->C_FindObjects(session, &obj, 1, &nfound)) != CKR_OK
427 || nfound == 0)
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Dntpd.c997 int nfound; local
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);
/freebsd-10.0-release/libexec/bootpd/bootpgw/
H A Dbootpgw.c166 int nfound, readfds;
447 nfound = select(s + 1, (fd_set *)&readfds, NULL, NULL,
449 if (nfound < 0) {
164 int nfound, readfds; local
/freebsd-10.0-release/sbin/savecore/
H A Dsavecore.c92 static int nfound, nsaved, nerr; /* statistics */ variable
547 nfound++;
739 nfound = nsaved = nerr = 0;
809 if (nfound == 0) {
/freebsd-10.0-release/sys/kern/
H A Dkern_exit.c1066 int error, nfound, ret; local
1101 nfound = 0;
1109 nfound++;
1209 nfound++;
1213 if (nfound == 0) {
H A Dkern_ktrace.c867 int nfound, ret = 0; local
947 nfound = 0;
955 nfound++;
961 if (nfound == 0) {
/freebsd-10.0-release/contrib/ntp/ntpdate/
H A Dntpdate.c332 int nfound; local
596 nfound = poll(rdfdes, (unsigned int)nbsock, timeout.tv_sec * 1000);
599 nfound = select(maxfd, &rdfdes, (fd_set *)0,
602 if (nfound > 0)
604 else if (nfound == SOCKET_ERROR)
622 "poll(): nfound = %d, error: %m",
624 "select(): nfound = %d, error: %m",
626 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);
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dsymtab.c2687 /* Sort the ``nfound'' symbols in the list after prevtail. Leave
2691 sort_search_symbols (struct symbol_search *prevtail, int nfound)
2697 * nfound);
2699 for (i = 0; i < nfound; i++)
2707 qsort (symbols, nfound, sizeof (struct symbol_search *),
2711 for (i = 0; i < nfound; i++)
2934 int nfound = 0;
2961 nfound ++;
2964 if (nfound > 0)
2971 tail = sort_search_symbols (&dummy, nfound);
2683 sort_search_symbols(struct symbol_search *prevtail, int nfound) argument
2926 int nfound = 0; local
[all...]
/freebsd-10.0-release/libexec/bootpd/
H A Dbootpd.c193 int nfound;
519 nfound = select(s + 1, &readfds, NULL, NULL,
521 if (nfound < 0) {
191 int nfound; local
/freebsd-10.0-release/sys/compat/svr4/
H A Dsvr4_misc.c1182 int nfound, status; local
1244 nfound = 0;
1260 nfound++;
1346 if (nfound == 0) {

Completed in 120 milliseconds