| /mirbsd/src/gnu/usr.bin/perl/ext/Data/Dumper/t/ |
| D | freezer.t | 45 my $warned = 0; 46 local $SIG{__WARN__} = sub { $warned++ }; 49 is($warned, 0, "A missing freeze() shouldn't warn."); 56 my $warned = 0; 57 local $SIG{__WARN__} = sub { $warned++ }; 60 is($warned, 0, "A missing freeze() shouldn't warn with useperl"); 65 my $warned = 0; 66 local $SIG{__WARN__} = sub { $warned++; }; 69 is($warned, 1, "A freeze() which die()s should warn."); 75 my $warned = 0; [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/ext/DB_File/t/ |
| D | db-hash.t | 1060 my $warned = ''; 1061 local $SIG{__WARN__} = sub {$warned = $_[0]} ; 1073 ok 153, $warned eq '' 1074 or print "# Caught warning [$warned]\n" ; 1077 $warned = ''; 1086 ok 154, $warned eq '' 1087 or print "# Caught warning [$warned]\n" ; 1091 $warned = ''; 1100 ok 155, $warned eq '' 1101 or print "# Caught warning [$warned]\n" ; [all …]
|
| D | db-recno.t | 1083 my $warned = ''; 1084 local $SIG{__WARN__} = sub {$warned = $_[0]} ; 1096 ok 170, $warned eq '' 1097 or print "# Caught warning [$warned]\n" ; 1100 $warned = ''; 1109 ok 171, $warned eq '' 1110 or print "# Caught warning [$warned]\n" ; 1114 $warned = ''; 1123 ok 172, $warned eq '' 1124 or print "# Caught warning [$warned]\n" ; [all …]
|
| D | db-btree.t | 1563 my $warned = ''; 1564 local $SIG{__WARN__} = sub {$warned = $_[0]} ; 1576 ok 189, $warned eq '' 1577 or print "# Caught warning [$warned]\n" ; 1580 $warned = ''; 1589 ok 190, $warned eq '' 1590 or print "# Caught warning [$warned]\n" ; 1594 $warned = ''; 1603 ok 191, $warned eq '' 1604 or print "# Caught warning [$warned]\n" ; [all …]
|
| /mirbsd/src/bin/dd/ |
| D | position.c | 71 int warned; in pos_in() local 85 for (bcnt = in.dbsz, cnt = in.offset, warned = 0; cnt;) { in pos_in() 111 if (!warned) { in pos_in() 113 warned = 1; in pos_in()
|
| D | dd.c | 345 static int warned; in dd_out() local 389 if (out.flags & ISCHR && !warned) { in dd_out() 390 warned = 1; in dd_out()
|
| /mirbsd/src/sys/dev/isa/ |
| D | isapnpres.c | 448 int warned = 0; local 466 if (!warned) { 469 warned++; 508 if (++warned == 10) 515 if (++warned == 10) 529 warned >= 10 ? "Too many tag errors" : "Resource timeout", c + 1);
|
| /mirbsd/src/lib/libc/gen/ |
| D | getpwent.c | 155 static int warned; in __initdb() local 160 if (!warned) in __initdb() 162 warned = 1; in __initdb()
|
| /mirbsd/src/usr.sbin/repquota/ |
| D | repquota.c | 182 static int warned = 0; in repquota() local 186 errno == EOPNOTSUPP && !warned && vflag) { in repquota() 187 warned++; in repquota()
|
| /mirbsd/src/lib/libc/time/ |
| D | zdump.c | 176 static int warned; variable 233 if (warned) 259 warned = TRUE; 365 warned = FALSE;
|
| /mirbsd/src/usr.bin/col/ |
| D | col.c | 138 int adjust, warned; in do_col() local 188 adjust = cur_col = extra_lines = warned = 0; in do_col() 301 if (!warned++) in do_col()
|
| /mirbsd/src/usr.sbin/edquota/ |
| D | edquota.c | 242 static int warned = 0; in getprivs() local 260 if (errno == EOPNOTSUPP && !warned) { in getprivs() 261 warned++; in getprivs() 267 warned++; in getprivs()
|
| /mirbsd/src/usr.bin/less/ |
| D | ch.c | 353 int warned = FALSE; in sync_logfile() local 364 if (!warned) in sync_logfile() 368 warned = TRUE; in sync_logfile()
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | top.c | 379 static int warned = 0; in execute_command() local 464 warned = 0; in execute_command() 476 if (!warned in execute_command() 481 warned = 1; in execute_command()
|
| /mirbsd/src/usr.sbin/bad144/ |
| D | bad144.c | 331 int errors = 0, warned = 0; in checkold() local 357 if (i > 0 && sn < lsn && !warned) { in checkold() 360 warned++; in checkold()
|
| /mirbsd/src/sbin/quotacheck/ |
| D | quotacheck.c | 353 static int warned = 0; in update() local 379 errno == EOPNOTSUPP && !warned && in update() 381 warned++; in update()
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | elf32-openrisc.c | 354 bfd_boolean unresolved_reloc, warned; in openrisc_elf_relocate_section() local 359 unresolved_reloc, warned); in openrisc_elf_relocate_section()
|
| D | elf32-d10v.c | 492 bfd_boolean unresolved_reloc, warned; in elf32_d10v_relocate_section() local 497 unresolved_reloc, warned); in elf32_d10v_relocate_section()
|
| D | elf32-ms1.c | 331 bfd_boolean warned; in ms1_elf_relocate_section() local 336 unresolved_reloc, warned); in ms1_elf_relocate_section()
|
| D | elf32-mcore.c | 447 bfd_boolean unresolved_reloc, warned; in mcore_elf_relocate_section() local 452 unresolved_reloc, warned); in mcore_elf_relocate_section()
|
| D | elf32-mips.c | 1130 static bfd_boolean warned; in mips16_jump_reloc() local 1132 if (! warned) in mips16_jump_reloc() 1136 warned = TRUE; in mips16_jump_reloc()
|
| /mirbsd/src/gnu/usr.bin/perl/ext/threads/shared/t/ |
| D | no_share.t | 35 "threads has warned us");
|
| /mirbsd/src/usr.bin/man/ |
| D | man.c | 535 static int warned; in build_page() local 544 if (!warned) { in build_page() 545 warned = 1; in build_page()
|
| /mirbsd/src/gnu/usr.bin/cvs/src/ |
| D | update.c | 96 static int warned; variable 423 warned = 0; in update() 612 if (nonbranch >= 0 && !warned && !quiet) in update_fileproc() 617 warned = 1; in update_fileproc() 937 warned = 0; in update_dirent_proc() 987 warned = 0; in update_dirent_proc() 1036 warned = 0; in update_dirleave_proc()
|
| /mirbsd/src/sys/dev/usb/ |
| D | ukbd.c | 706 static int pollenter, warned; variable 717 if (!warned) { in ukbd_cngetc() 721 warned = 1; in ukbd_cngetc()
|