Home
last modified time | relevance | path

Searched refs:warned (Results 1 – 25 of 100) sorted by relevance

1234

/mirbsd/src/gnu/usr.bin/perl/ext/Data/Dumper/t/
Dfreezer.t45 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/
Ddb-hash.t1060 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 …]
Ddb-recno.t1083 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 …]
Ddb-btree.t1563 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/
Dposition.c71 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()
Ddd.c345 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/
Disapnpres.c448 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/
Dgetpwent.c155 static int warned; in __initdb() local
160 if (!warned) in __initdb()
162 warned = 1; in __initdb()
/mirbsd/src/usr.sbin/repquota/
Drepquota.c182 static int warned = 0; in repquota() local
186 errno == EOPNOTSUPP && !warned && vflag) { in repquota()
187 warned++; in repquota()
/mirbsd/src/lib/libc/time/
Dzdump.c176 static int warned; variable
233 if (warned)
259 warned = TRUE;
365 warned = FALSE;
/mirbsd/src/usr.bin/col/
Dcol.c138 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/
Dedquota.c242 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/
Dch.c353 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/
Dtop.c379 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/
Dbad144.c331 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/
Dquotacheck.c353 static int warned = 0; in update() local
379 errno == EOPNOTSUPP && !warned && in update()
381 warned++; in update()
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delf32-openrisc.c354 bfd_boolean unresolved_reloc, warned; in openrisc_elf_relocate_section() local
359 unresolved_reloc, warned); in openrisc_elf_relocate_section()
Delf32-d10v.c492 bfd_boolean unresolved_reloc, warned; in elf32_d10v_relocate_section() local
497 unresolved_reloc, warned); in elf32_d10v_relocate_section()
Delf32-ms1.c331 bfd_boolean warned; in ms1_elf_relocate_section() local
336 unresolved_reloc, warned); in ms1_elf_relocate_section()
Delf32-mcore.c447 bfd_boolean unresolved_reloc, warned; in mcore_elf_relocate_section() local
452 unresolved_reloc, warned); in mcore_elf_relocate_section()
Delf32-mips.c1130 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/
Dno_share.t35 "threads has warned us");
/mirbsd/src/usr.bin/man/
Dman.c535 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/
Dupdate.c96 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/
Dukbd.c706 static int pollenter, warned; variable
717 if (!warned) { in ukbd_cngetc()
721 warned = 1; in ukbd_cngetc()

1234