Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Devent-loop.c739 int num_found = 0; in gdb_wait_for_event() local
752 num_found = in gdb_wait_for_event()
759 if (num_found == -1 && errno != EINTR) in gdb_wait_for_event()
771 num_found = select (gdb_notifier.num_fds, in gdb_wait_for_event()
779 if (num_found == -1) in gdb_wait_for_event()
795 for (i = 0; (i < gdb_notifier.num_fds) && (num_found > 0); i++) in gdb_wait_for_event()
798 num_found--; in gdb_wait_for_event()
831 (file_ptr != NULL) && (num_found > 0); in gdb_wait_for_event()
846 num_found--; in gdb_wait_for_event()
H A DChangeLog-19996043 * event-loop.c (gdb_wait_for_event): Initialize num_found to 0.
/openbsd-src/regress/lib/libssl/handshake/
H A Dhandshake_table.c457 size_t num_valid, num_found = 0; in verify_table() local
464 num_found++; in verify_table()
481 if (num_valid != num_found) { in verify_table()
484 num_valid, num_found); in verify_table()
/openbsd-src/gnu/usr.bin/texinfo/info/
H A Ddir.c244 int num_found = 0; in add_menu_to_file_buffer() local
249 num_found++; in add_menu_to_file_buffer()
254 if (num_found >= 2) in add_menu_to_file_buffer()