Searched refs:fatal_error (Results 1 - 22 of 22) sorted by relevance

/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dsession.h41 extern void fatal_error (int);
H A Dfsm.c305 fatal_error(-1);
H A Dsession.c541 fatal_error(int error) function
H A Disakmp.c429 fatal_error(-1);
469 fatal_error(-1);
479 fatal_error(-1);
732 fatal_error(-1);
H A Dpfkey_racoon.c1979 fatal_error(-1);
1982 fatal_error(-1); //????? fix ???
H A Disakmp_inf.c1019 fatal_error(-1);
/macosx-10.9.5/bash-92/bash-3.2/
H A Dxmalloc.c93 fatal_error (_("xmalloc: cannot allocate %lu bytes (%lu bytes allocated)"), (unsigned long)bytes, (unsigned long)allocated);
95 fatal_error (_("xmalloc: cannot allocate %lu bytes"), (unsigned long)bytes);
115 fatal_error (_("xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)"), (unsigned long)bytes, (unsigned long)allocated);
117 fatal_error (_("xrealloc: cannot allocate %lu bytes"), (unsigned long)bytes);
151 fatal_error (_("xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)"), file, line, (unsigned long)bytes, (unsigned long)allocated);
153 fatal_error (_("xmalloc: %s:%d: cannot allocate %lu bytes"), file, line, (unsigned long)bytes);
175 fatal_error (_("xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)"), file, line, (unsigned long)bytes, (unsigned long)allocated);
177 fatal_error (_("xrealloc: %s:%d: cannot allocate %lu bytes"), file, line, (unsigned long)bytes);
H A Derror.h42 extern void fatal_error __P((const char *, ...)) __attribute__((__format__ (printf, 1, 2)));
H A Derror.c206 fatal_error (const char *format, ...) function
208 fatal_error (format, va_alist)
H A Dhashlib.c400 fatal_error (const char *format, ...) function
H A Darray.c765 fatal_error(const char *s, ...) function
/macosx-10.9.5/bash-92/bash-3.2/CWRU/misc/
H A Derrlist.c55 fatal_error() function
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/testsuite/
H A Dtest-expandargv.c52 static void fatal_error (int, const char *, int) ATTRIBUTE_NORETURN;
118 fatal_error (int line, const char *errmsg, int err) function
167 fatal_error (__LINE__, "Failed to create test file.", errno);
173 fatal_error (__LINE__, "Failed to malloc parse.", errno);
193 fatal_error (__LINE__, "Failed to erase test file.", errno);
H A Dtest-pexecute.c95 static void fatal_error (int, const char *, int) ATTRIBUTE_NORETURN;
109 fatal_error (int line, const char *errmsg, int err) function
118 #define FATAL_ERROR(ERRMSG, ERR) fatal_error (__LINE__, ERRMSG, ERR)
152 fatal_error (line, buf, 0);
158 fatal_error (line, buf, 0);
166 fatal_error (line, buf, 0);
/macosx-10.9.5/CPANInternal-140/XML-SAX/XML-SAX-Base/t/
H A Devents.pl63 fatal_error => {Message => 'et tu brute?'},
/macosx-10.9.5/libxml2-26/libxml2/
H A Dcheck-xinclude-test-suite.py63 fatal_error = 0
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dcheck-xinclude-test-suite.py63 fatal_error = 0
/macosx-10.9.5/CPANInternal-140/XML-LibXML/lib/XML/LibXML/SAX/
H A DBuilder.pm300 sub fatal_error { subroutine
/macosx-10.9.5/CPANInternal-140/XML-SAX/XML-SAX-Base/lib/XML/SAX/
H A DBase.pm762 sub fatal_error { subroutine
764 if (defined $self->{Methods}->{'fatal_error'}) {
765 $self->{Methods}->{'fatal_error'}->(@_);
778 elsif (defined $callbacks->{'ErrorHandler'} and $method = $callbacks->{'ErrorHandler'}->can('fatal_error') ) {
780 $self->{Methods}->{'fatal_error'} = sub { $method->($handler, @_) };
783 elsif (defined $callbacks->{'Handler'} and $method = $callbacks->{'Handler'}->can('fatal_error') ) {
785 $self->{Methods}->{'fatal_error'} = sub { $method->($handler, @_) };
789 my $res = eval { $callbacks->{'ErrorHandler'}->fatal_error(@_) };
798 $self->{Methods}->{'fatal_error'} = sub { $handler->fatal_error(
[all...]
/macosx-10.9.5/CPANInternal-140/XML-LibXML/
H A DLibXML.pm1560 sub fatal_error { subroutine
1565 $parser->{HANDLER}->fatal_error( $error );
/macosx-10.9.5/CPANInternal-140/XML-SAX/SAX/
H A DPurePerl.pm120 $self->fatal_error($exception);
/macosx-10.9.5/CPANInternal-140/XML-SAX/XML-SAX-Base/
H A DMakefile.PL87 fatal_error => [qw(ErrorHandler Handler)],
725 =item * fatal_error

Completed in 140 milliseconds