Home
last modified time | relevance | path

Searched refs:_error (Results 1 – 19 of 19) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/
H A DTar.pm128 my $obj = bless { _data => [ ], _file => 'Unknown', _error => '' }, $class;
132 $obj->_error(qq[No data could be read from file]);
212 $self->_error( qq[No file to read from!] );
249 $self->_error( qq[Could not open '$file' for reading: $!] );
269 $self->_error( qq[Could not read '$file': ] .
276 $self->_error( qq[Could not write to '$file': ] .
295 $self->_error( qq[Could not read '$file': ] .
303 $self->_error( qq[Could not write to '$file': ] .
320 $self->_error(qq[Could not create filehandle for '$file': $!]);
329 $self->_error(q
1652 sub _error { global() subroutine
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/
H A DValidator.pm529 $self->_error( "Unknown META specification, cannot validate." );
534 $self->_error( "Expected a map structure from string or file." );
542 $self->_error( "Missing mandatory field, '$key'" );
556 $self->_error( "$spec_error for '$key'" );
568 $self->_error( "$spec_error for ':key'" );
573 $self->_error( "Unknown key, '$key', found in map structure" );
583 $self->_error( "Expected a list structure" );
589 $self->_error( "Missing entries from mandatory list" );
604 $self->_error( "$spec_error associated with '$self->{stack}[-2]'" );
723 $self->_error( "file does not have a valid YAML header." );
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/IO/lib/IO/Socket/
H A DINET.pm110 sub _error { subroutine
147 or return _error($sock, $!, $@);
152 return _error($sock, $EINVAL, "Bad hostname '",$arg->{LocalAddr},"'")
162 or return _error($sock, $!, $@);
173 return _error($sock, $EINVAL, "Bad hostname '",$arg->{PeerAddr},"'")
180 return _error($sock, $!, "$!");
184 or return _error($sock, $!, "$!");
189 return _error($sock, $!, "$!");
194 return _error($sock, $!, "$!");
199 return _error(
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/File-Fetch/lib/File/
H A DFetch.pm195 return $class->_error(loc(
201 return $class->_error(loc("No '%1' specified",$_));
469 return $self->_error(loc("Could not create path '%1'",$to)) if $@;
485 $self->_error(loc("Cannot call method for '%1' -- WEIRD!",
509 $self->_error(loc("'%1' said it fetched '%2', ".
524 $self->_error(
612 return $self->_error(loc("Fetch failed! HTTP response: %1 %2 [%3]",
650 return $self->_error(loc( "Fetch failed! HTTP response: %1 [%2]",
701 return $self->_error(loc(
732 return $self->_error(loc("Fetch failed! HTTP response: %1 [%2]",
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/File-Path/lib/File/
H A DPath.pm54 sub _error { subroutine
146 _error( $data,
158 _error( $data,
204 _error( $data,
214 _error( $data,
329 _error( $data, "cannot fetch initial working directory" );
344 _error( $data, "cannot remove path when cwd is $data->{cwd}", $p );
362 _error( $data, "cannot stat initial working directory", $data->{cwd} );
422 _error( $data,
429 _error( $data, "cannot chdir to child", $canon );
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/lib/CPAN/Meta/
H A DYAML.pm174 my $file = shift or $class->_error( 'You did not specify a file name' );
175 $class->_error( "File '$file' does not exist" )
177 $class->_error( "'$file' is a directory, not a file" )
179 $class->_error( "Insufficient permissions to read '$file'" )
185 $class->_error("Failed to open file '$file': $!");
201 $class->_error("Error reading from file '$file': $err");
206 $class->_error("Failed to close file '$file': $!");
/openbsd-src/lib/libtls/
H A Dtls_internal.h220 struct tls_error *_error, const char *_cert_file);
222 struct tls_error *_error, const uint8_t *_cert, size_t _len);
224 struct tls_error *_error, const char *_key_file);
226 struct tls_error *_error, const uint8_t *_key, size_t _len);
228 struct tls_error *_error, const char *_ocsp_file);
230 struct tls_error *_error, const uint8_t *_staple, size_t _len);
232 struct tls_error *_error, X509 **_cert);
/openbsd-src/gnu/llvm/llvm/utils/lit/lit/
H A Dcl_arguments.py257 raise _error(desc, kind, arg)
259 raise _error(desc, kind, arg)
268 raise _error("invalid regular expression: '{}', {}", arg, reason)
275 def _error(desc, *args): function
/openbsd-src/gnu/usr.bin/perl/cpan/Win32API-File/
H A DFile.pm224 package Win32API::File::_error;
241 my $_error = Win32API::File::_error->new();
245 $_error->set($_[0]) if defined $_[0];
246 return $_error;
/openbsd-src/sbin/pfctl/
H A Dpfctl_table.c81 goto _error; \
94 goto _error; \
199 goto _error; in pfctl_table()
215 goto _error; in pfctl_table()
230 goto _error; in pfctl_table()
325 goto _error; in pfctl_table()
352 goto _error; in pfctl_table()
372 _error: in print_table()
H A Dpfctl.c1578 #define ERR(...) do { warn(__VA_ARGS__); goto _error; } while(0) in pfctl_rules()
1579 #define ERRX(...) do { warnx(__VA_ARGS__); goto _error; } while(0) in pfctl_rules()
1657 goto _error; in pfctl_rules()
1665 goto _error; in pfctl_rules()
1672 goto _error; in pfctl_rules()
1689 goto _error; in pfctl_rules()
1696 _error: in pfctl_rules()
H A Dparse.y4000 goto _error; in process_tabledef()
4006 goto _error; in process_tabledef()
4029 goto _error; in process_tabledef()
4039 goto _error; in process_tabledef()
4056 goto _error; in process_tabledef()
4067 _error:
/openbsd-src/gnu/usr.bin/perl/cpan/File-Path/t/
H A DPath.t689 File::Path::_error(
701 File::Path::_error(
714 File::Path::_error(
729 File::Path::_error(
744 File::Path::_error(
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/
H A DHarness.pm51 sub _error { subroutine
441 if ( $self->_error ) {
933 $message = $self->_error;
/openbsd-src/usr.bin/rdist/
H A Dmessage.c117 static void _error(const char *);
609 _error(const char *msg) in _error() function
643 _error((buf[0]) ? buf : NULL); in error()
/openbsd-src/usr.sbin/fw_update/
H A Dfw_update.sh112 local _src="${FWURL}/${1##*/}" _dst=$1 _user=_file _exit _error=''
148 _error=" (timed out)"
174 _error=" (404 Not Found)"
178 warn "Cannot fetch $_src$_error"
/openbsd-src/lib/libcrypto/bio/
H A Dbio.h587 int BIO_sock_non_fatal_error(int _error);
588 int BIO_dgram_non_fatal_error(int _error);
591 int BIO_fd_non_fatal_error(int _error);
/openbsd-src/lib/libelf/
H A Dlibelf.h305 const char *elf_errmsg(int _error);
/openbsd-src/gnu/usr.bin/binutils/gdb/doc/
H A Dgdbint.texinfo1949 #define yyerror @var{lang}_error
2028 Add a call to @code{@var{lang}_parse()} and @code{@var{lang}_error} in