| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| H A D | whine.t | 22 sub errors { Pod::Simple::ErrorFinder->errors_for_input(@_) } 25 my $errors = errors("=over 4\n\n=item 1\n\nHey\n\n"); 27 $errors, 36 my $errors = errors("$input"); 38 $errors, 47 my $errors = errors("$input"); 49 $errors, [all...] |
| /openbsd-src/regress/usr.sbin/syslogd/ |
| H A D | args-server-tcp-reconnect.pl | 14 my @errors = (ECONNREFUSED, EPIPE); 15 my $errors = "(". join("|", map { $! = $_ } @errors). ")"; 21 ${$self->{syslogd}}->loggrep($errors, 5) 22 or die ref($self), " no $errors in syslogd.log"; 29 qr/syslogd\[\d+\]: (connect .*|.*connection error): $errors/ => 1, 40 ${$self->{syslogd}}->loggrep($errors, 5) 41 or die ref($self), " no $errors in syslogd.log"; 47 qr/syslogd\[\d+\]: (connect .*|.*connection error): $errors/ => 1, 53 qr/syslogd\[\d+\]: (connect .*|.*connection error): $errors/ => 1,
|
| H A D | args-tls-cafile-fake.pl | 13 my @errors = (EPIPE); 14 my $errors = "(". join("|", map { $! = $_ } @errors). ")"; 39 qr/(tlsv1 alert decrypt error|$errors)/ => 1,
|
| H A D | args-tls-cafile-default.pl | 13 my @errors = (EPIPE); 14 my $errors = "(". join("|", map { $! = $_ } @errors). ")"; 41 qr/(ACCEPT_SR_FINISHED:tlsv1 alert unknown ca|$errors)/ => 1,
|
| H A D | args-server-tls-client-fake.pl | 13 my @errors = (EPIPE, ECONNRESET); 14 my $errors = "(". join("|", map { $! = $_ } @errors). 24 qr/syslogd\[\d+\]: loghost .* connection error: .*$errors/ => 1,
|
| H A D | args-server-tls-error.pl | 14 my @errors = (ECONNRESET, EPIPE); 15 my $errors = "(". join("|", map { $! = $_ } @errors). ")"; 46 qr/(?:read|write) failed: .*$errors/ => 1,
|
| H A D | args-server-tcp-error.pl | 14 my @errors = (EPIPE,ECONNRESET); 15 my $errors = "(". join("|", map { $! = $_ } @errors). ")"; 45 qr/syslogd\[\d+\]: loghost .* connection error: $errors/ => 1,
|
| H A D | args-client-tls-error.pl | 12 my @errors = (ECONNRESET); 13 my $errors = "(". join("|", map { $! = $_ } @errors). ")"; 48 qr/read failed: .*$errors/ => 1,
|
| H A D | args-client-tcp-error.pl | 12 my @errors = (ECONNRESET); 13 my $errors = "(". join("|", map { $! = $_ } @errors). ")"; 47 qr/syslogd\[\d+\]: tcp logger .* connection error: $errors/ => 1,
|
| H A D | args-server-tls-reconnect.pl | 14 my @errors = (EPIPE); 15 my $errors = "(". join("|", map { $! = $_ } @errors). ")"; 58 qr/connection error: handshake failed: .*$errors/ => 1,
|
| /openbsd-src/usr.sbin/dhcpd/ |
| H A D | db.c | 76 int errors = 0; in write_lease() local 82 ++errors; in write_lease() 87 errors++; in write_lease() 92 errors++; in write_lease() 100 ++errors; in write_lease() 107 ++errors; in write_lease() 111 ++errors; in write_lease() 114 ++errors; in write_lease() 119 ++errors; in write_lease() 124 ++errors; in write_lease() [all …]
|
| /openbsd-src/regress/lib/libskey/ |
| H A D | skeytest.c | 72 int errors = 0; in main() local 76 errors++; in main() 81 errors++; in main() 91 errors++; in main() 98 errors++; in main() 108 errors++; in main() 117 errors++; in main() 127 errors++; in main() 134 printf("%d errors\n", errors); in main() 135 return(errors ? 1 : 0); in main()
|
| /openbsd-src/regress/lib/libtls/gotls/ |
| H A D | tls.go | 16 "errors" 23 errWantPollIn = errors.New("want poll in") 24 errWantPollOut = errors.New("want poll out") 79 return errors.New("initialisation failed") 88 return nil, errors.New("failed to allocate config") 98 return errors.New(C.GoString(msg)) 100 return errors.New("unknown error") 164 return nil, errors.New("tls client failed") 167 return nil, errors.New("tls configure failed") 178 return errors [all...] |
| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | gather-docs | 54 $errors = 0; 60 $errors ++; 101 exit $errors if $errors; 105 $errors ++; 123 $errors ++; 128 exit $errors;
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/croak/ |
| H A D | toke | 7 Execution of - aborted due to compilation errors. 18 Execution of - aborted due to compilation errors. 25 Execution of - aborted due to compilation errors. 32 Execution of - aborted due to compilation errors. 40 Execution of - aborted due to compilation errors. 47 Execution of - aborted due to compilation errors. 166 Execution of - aborted due to compilation errors. 193 Execution of - aborted due to compilation errors. 202 Execution of - aborted due to compilation errors. 210 Execution of - aborted due to compilation errors [all...] |
| H A D | op | 6 Execution of - aborted due to compilation errors. 12 Execution of - aborted due to compilation errors. 73 Execution of - aborted due to compilation errors. 80 Execution of - aborted due to compilation errors. 87 Execution of - aborted due to compilation errors. 94 Execution of - aborted due to compilation errors. 101 Execution of - aborted due to compilation errors. 108 Execution of - aborted due to compilation errors. 114 Execution of - aborted due to compilation errors. 120 Execution of - aborted due to compilation errors [all...] |
| /openbsd-src/gnu/usr.bin/perl/t/lib/strict/ |
| H A D | subs | 33 Execution of - aborted due to compilation errors. 41 Execution of - aborted due to compilation errors. 50 Execution of - aborted due to compilation errors. 59 Execution of - aborted due to compilation errors. 67 Execution of - aborted due to compilation errors. 87 Execution of - aborted due to compilation errors. 99 Execution of - aborted due to compilation errors. 112 Execution of - aborted due to compilation errors. 124 Execution of - aborted due to compilation errors. 170 Execution of - aborted due to compilation errors. [all …]
|
| /openbsd-src/regress/sys/uvm/mmap_hint/ |
| H A D | mmap_hint.c | 30 int errors = 0; variable 41 errors++; in mmap_hint() 45 errors++; in mmap_hint() 58 errors++; in mmap_hint() 99 errors++; in main() 103 return errors; in main()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Checker/scripts/ |
| H A D | podchecker.PL | 90 syntax errors in the POD documentation and will print any errors 92 indicating the number of errors found. 107 the given POD files has syntax errors. 165 my $errors = 167 if($errors > 0) { 168 # errors occurred 171 $podfile, $errors, 172 ($errors == 1) ? 'error' : 'errors'); [all...] |
| /openbsd-src/bin/rmdir/ |
| H A D | rmdir.c | 48 int ch, errors; in main() local 69 for (errors = 0; *argv; argv++) { in main() 80 errors = 1; in main() 82 errors |= rm_path(*argv); in main() 85 return (errors); in main()
|
| /openbsd-src/regress/sys/net/pf_trans/ |
| H A D | dev-limit.c | 69 unsigned int success, errors, i; in main() local 133 errors = 0; in main() 139 errors++; in main() 146 printf("Failures: %u\n", errors); in main() 149 chld_count, errors + success, errors, success); in main()
|
| /openbsd-src/usr.sbin/nsd/ |
| H A D | nsd-checkzone.c | 53 unsigned errors; in check_zone() local 70 errors = zonec_read(name, oldzone, zone); in check_zone() 71 if(errors > 0) { in check_zone() 72 printf("zone %s file %s has %u errors\n", name, oldzone, errors); in check_zone() 83 errors = zonec_read(name, fname, zone); in check_zone() 84 if(errors > 0) { in check_zone() 85 printf("zone %s file %s has %u errors\n", name, fname, errors); in check_zone()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/ |
| H A D | Event.t | 141 errors => [ 543 errors => [{ 695 "No errors" 704 my @errors = $ev2->validate_facet_data; 705 is(@errors, 2, "Got 2 errors"); 706 …like($errors[0], qr/^Facet 'assert' should not be a list, but got a a list/, "Got a list for a non… 707 …like($errors[1], qr/^Facet 'info' should be a list, but got a single item/, "Got a single item whe… 709 @errors = $ev2->validate_facet_data(require_facet_class => 1); 710 is(@errors, 3, "Got 3 errors"); 711 is($errors[0], "Could not find a facet class for facet 'a custom one'", "Classes required"); [all …]
|
| /openbsd-src/regress/usr.sbin/relayd/ |
| H A D | args-http-slow-consumer.pl | 8 my @errors = (EWOULDBLOCK); 9 my $errors = "(". join("|", map { $! = $_ } @errors). ")"; 42 loggrep => qr/blocked write .*: $errors/,
|
| /openbsd-src/regress/sys/uvm/mmap0/ |
| H A D | mmap0.c | 37 int errors = 0; in main() local 48 errors += 1; in main() 58 errors += 1; in main() 64 return errors; in main()
|