Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/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-src/external/gpl3/binutils/dist/binutils/
H A Dstrings.c825 unsigned int num_found = 0; in print_unicode_buffer() local
836 num_found = 0; in print_unicode_buffer()
844 num_found = 0; in print_unicode_buffer()
851 num_found = 0; in print_unicode_buffer()
858 num_found = 0; in print_unicode_buffer()
863 if (num_found == 0) in print_unicode_buffer()
867 ++ num_found; in print_unicode_buffer()
869 if (num_found >= string_min) in print_unicode_buffer()
873 if (num_found < string_min) in print_unicode_buffer()
/netbsd-src/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-src/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-src/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-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-19996037 * event-loop.c (gdb_wait_for_event): Initialize num_found to 0.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-19996037 * event-loop.c (gdb_wait_for_event): Initialize num_found to 0.