Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 25 of 1056) sorted by relevance

12345678910>>...43

/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dwhine.t22 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,
57 my $errors = errors("$input");
59 $errors,
67 my $errors = errors("$input");
[all …]
/openbsd/regress/usr.sbin/syslogd/
H A Dargs-server-tcp-reconnect.pl14 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 Dargs-tls-cafile-fake.pl13 my @errors = (EPIPE);
14 my $errors = "(". join("|", map { $! = $_ } @errors). ")";
39 qr/(tlsv1 alert decrypt error|$errors)/ => 1,
H A Dargs-tls-cafile-default.pl13 my @errors = (EPIPE);
14 my $errors = "(". join("|", map { $! = $_ } @errors). ")";
41 qr/(ACCEPT_SR_FINISHED:tlsv1 alert unknown ca|$errors)/ => 1,
H A Dargs-server-tls-client-fake.pl13 my @errors = (EPIPE, ECONNRESET);
14 my $errors = "(". join("|", map { $! = $_ } @errors).
24 qr/syslogd\[\d+\]: loghost .* connection error: .*$errors/ => 1,
H A Dargs-server-tls-error.pl14 my @errors = (ECONNRESET, EPIPE);
15 my $errors = "(". join("|", map { $! = $_ } @errors). ")";
46 qr/(?:read|write) failed: .*$errors/ => 1,
H A Dargs-server-tcp-error.pl14 my @errors = (EPIPE,ECONNRESET);
15 my $errors = "(". join("|", map { $! = $_ } @errors). ")";
45 qr/syslogd\[\d+\]: loghost .* connection error: $errors/ => 1,
H A Dargs-client-tls-error.pl12 my @errors = (ECONNRESET);
13 my $errors = "(". join("|", map { $! = $_ } @errors). ")";
48 qr/read failed: .*$errors/ => 1,
H A Dargs-client-tcp-error.pl12 my @errors = (ECONNRESET);
13 my $errors = "(". join("|", map { $! = $_ } @errors). ")";
47 qr/syslogd\[\d+\]: tcp logger .* connection error: $errors/ => 1,
H A Dargs-server-tls-reconnect.pl14 my @errors = (EPIPE);
15 my $errors = "(". join("|", map { $! = $_ } @errors). ")";
58 qr/connection error: handshake failed: .*$errors/ => 1,
H A Dargs-client-tls-fake.pl14 my @errors = (EPIPE, ECONNRESET);
15 my $errors = "(". join("|", map { $! = $_ } @errors). ")";
18 qr/.*,SSL connect attempt failed error:.*$errors/;
/openbsd/usr.sbin/dhcpd/
H A Ddb.c82 ++errors; in write_lease()
87 errors++; in write_lease()
92 errors++; in write_lease()
100 ++errors; in write_lease()
107 ++errors; in write_lease()
114 ++errors; in write_lease()
119 ++errors; in write_lease()
124 ++errors; in write_lease()
134 ++errors; in write_lease()
145 ++errors; in write_lease()
[all …]
/openbsd/regress/lib/libskey/
H A Dskeytest.c72 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/regress/lib/libtls/gotls/
H A Dtls.go23 errWantPollIn = errors.New("want poll in")
24 errWantPollOut = errors.New("want poll out")
77 return errors.New("initialisation failed")
96 return errors.New(C.GoString(msg))
98 return errors.New("unknown error")
162 return nil, errors.New("tls client failed")
176 return errors.New(C.GoString(msg))
178 return errors.New("unknown error")
198 return "", errors.New("no issuer returned")
207 return "", errors.New("no subject returned")
[all …]
/openbsd/gnu/lib/libiberty/src/
H A Dgather-docs54 $errors = 0;
60 $errors ++;
101 exit $errors if $errors;
105 $errors ++;
123 $errors ++;
128 exit $errors;
/openbsd/gnu/usr.bin/perl/t/lib/croak/
H A Dtoke7 Execution of - aborted due to compilation errors.
18 Execution of - aborted due to compilation errors.
25 Execution of - aborted due to compilation errors.
320 - has too many errors.
363 # NAME my (our $x) errors
369 # NAME our (my $x) errors
375 # NAME state (my $x) errors
382 # NAME our (state $x) errors
389 # NAME my (my $x) errors
395 # NAME our (our $x) errors
[all …]
H A Dop6 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/gnu/usr.bin/perl/t/lib/strict/
H A Dsubs33 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/regress/sys/uvm/mmap_hint/
H A Dmmap_hint.c30 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/gnu/usr.bin/perl/cpan/Pod-Checker/scripts/
H A Dpodchecker.PL161 my $errors =
163 if($errors > 0) {
167 $podfile, $errors,
168 ($errors == 1) ? 'error' : 'errors');
170 elsif($errors < 0) {
/openbsd/bin/rmdir/
H A Drmdir.c48 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/regress/sys/net/pf_trans/
H A Ddev-limit.c69 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/usr.sbin/nsd/
H A Dnsd-checkzone.c53 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/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/
H A DEvent.t141 errors => [
543 errors => [{
695 "No errors"
704 my @errors = $ev2->validate_facet_data;
705 is(@errors, 2, "Got 2 errors");
709 @errors = $ev2->validate_facet_data(require_facet_class => 1);
710 is(@errors, 3, "Got 3 errors");
718 "No errors"
721 @errors = Test2::Event->validate_facet_data($ev2->facet_data);
722 is(@errors, 2, "Got 2 errors");
[all …]
/openbsd/regress/usr.sbin/relayd/
H A Dargs-http-slow-consumer.pl8 my @errors = (EWOULDBLOCK);
9 my $errors = "(". join("|", map { $! = $_ } @errors). ")";
42 loggrep => qr/blocked write .*: $errors/,

12345678910>>...43