Home
last modified time | relevance | path

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

/netbsd/external/gpl3/binutils/dist/binutils/
H A Dstrings.c809 unsigned int num_found = 0; in print_unicode_buffer() local
820 num_found = 0; in print_unicode_buffer()
828 num_found = 0; in print_unicode_buffer()
835 num_found = 0; in print_unicode_buffer()
842 num_found = 0; in print_unicode_buffer()
847 if (num_found == 0) in print_unicode_buffer()
851 ++ num_found; in print_unicode_buffer()
853 if (num_found >= string_min) in print_unicode_buffer()
857 if (num_found < string_min) in print_unicode_buffer()
/netbsd/external/gpl3/gdb/dist/gdbsupport/
H A Devent-loop.cc564 int num_found = 0; in gdb_wait_for_event() local
585 num_found = poll (gdb_notifier.poll_fds, in gdb_wait_for_event()
590 if (num_found == -1 && errno != EINTR) in gdb_wait_for_event()
614 num_found = gdb_select (gdb_notifier.num_fds, in gdb_wait_for_event()
621 if (num_found == -1) in gdb_wait_for_event()
635 if (num_found <= 0) in gdb_wait_for_event()
/netbsd/external/gpl3/gdb.old/dist/gdbsupport/
H A Devent-loop.cc564 int num_found = 0; in gdb_wait_for_event() local
585 num_found = poll (gdb_notifier.poll_fds, in gdb_wait_for_event()
590 if (num_found == -1 && errno != EINTR) in gdb_wait_for_event()
614 num_found = gdb_select (gdb_notifier.num_fds, in gdb_wait_for_event()
621 if (num_found == -1) in gdb_wait_for_event()
635 if (num_found <= 0) in gdb_wait_for_event()
/netbsd/external/gpl2/texinfo/dist/info/
H A Ddir.c246 int num_found = 0; in add_menu_to_file_buffer() local
251 num_found++; in add_menu_to_file_buffer()
256 if (num_found >= 2) in add_menu_to_file_buffer()
/netbsd/external/gpl3/gdb/dist/gdb/unittests/
H A Denviron-selftests.c81 int num_found = 0; in test_reinit_from_host_environ() local
85 ++num_found; in test_reinit_from_host_environ()
86 SELF_CHECK (num_found == 1); in test_reinit_from_host_environ()
/netbsd/external/gpl3/gdb.old/dist/gdb/unittests/
H A Denviron-selftests.c81 int num_found = 0; in test_reinit_from_host_environ() local
85 ++num_found; in test_reinit_from_host_environ()
86 SELF_CHECK (num_found == 1); in test_reinit_from_host_environ()
/netbsd/crypto/dist/ipsec-tools/src/racoon/
H A Dremoteconf.c340 int num_found; member
359 fctx->num_found++; in rmconf_find()
366 fctx->num_found = 1; in rmconf_find()
404 if (ctx.num_found != 1) {
451 if (ctx.num_found != 1) {
/netbsd/external/gpl3/gdb/dist/gdb/guile/
H A Dscm-ports.c259 int num_found; in ioscm_input_waiting() local
265 num_found = interruptible_select (num_fds, in ioscm_input_waiting()
268 if (num_found < 0) in ioscm_input_waiting()
274 return num_found > 0 && FD_ISSET (fdes, &input_fds); in ioscm_input_waiting()
/netbsd/external/gpl3/gdb.old/dist/gdb/guile/
H A Dscm-ports.c259 int num_found; in ioscm_input_waiting() local
265 num_found = interruptible_select (num_fds, in ioscm_input_waiting()
268 if (num_found < 0) in ioscm_input_waiting()
274 return num_found > 0 && FD_ISSET (fdes, &input_fds); in ioscm_input_waiting()
/netbsd/usr.sbin/sysinst/
H A Dmbr.c2774 size_t i, num_found; in mbr_guess_root() local
2778 num_found = 0; in mbr_guess_root()
2792 if (num_found == 0) { in mbr_guess_root()
2796 num_found++; in mbr_guess_root()
2808 if (num_found == 1) { in mbr_guess_root()
/netbsd/external/gpl3/gdb/dist/gdb/
H A DChangeLog-19996037 * event-loop.c (gdb_wait_for_event): Initialize num_found to 0.
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-19996037 * event-loop.c (gdb_wait_for_event): Initialize num_found to 0.