Searched refs:abort (Results 1 - 25 of 154) sorted by relevance

1234567

/osnet-11/usr/src/lib/libparted/common/lib/
H A Dxalloc-die.c38 xalloc_die does not return, call abort. Also, the abort is a
40 abort ();
H A Dprogname.c56 abort ();
/osnet-11/usr/src/lib/libmd/common/
H A Dinit.c49 abort();
55 abort();
/osnet-11/usr/src/lib/libc/port/gen/
H A Dassert.c57 abort();
77 abort();
H A Dabort.c40 static int pass = 0; /* counts how many times abort has been called */
43 * abort() - terminate current process with dump via SIGABRT
46 abort(void) function
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DAbbrev.pm25 $hashref = abbrev qw(list edit send abort gripe);
27 %hash = abbrev qw(list edit send abort gripe);
29 abbrev $hashref, qw(list edit send abort gripe);
31 abbrev(*hash, qw(list edit send abort gripe));
H A DAbbrev.t16 my @z = qw(list edit send abort gripe listen);
29 print "not " unless $x{'a'} eq 'abort' &&
30 $x{'ab'} eq 'abort' &&
31 $x{'abo'} eq 'abort' &&
32 $x{'abor'} eq 'abort' &&
33 $x{'abort'} eq 'abort';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlsdio.h110 #define PerlIO_set_cnt(f,c) abort()
122 #define PerlIO_set_ptrcnt(f,p,c) abort()
131 #define PerlIO_get_cnt(f) (abort(),0)
132 #define PerlIO_get_ptr(f) (abort(),(void *)0)
133 #define PerlIO_set_cnt(f,c) abort()
134 #define PerlIO_set_ptrcnt(f,p,c) abort()
149 #define PerlIO_get_base(f) (abort(),(void *)0)
150 #define PerlIO_get_bufsiz(f) (abort(),0)
/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/
H A Dstdlib.h50 abort (void) function
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/FTP/
H A Ddataconn.pm21 sub abort subroutine
26 # no need to abort if we have finished the xfer
31 # read a single byte, then abort them after a while the server will
43 $ftp->abort; # this will close me
66 return $data->abort unless ${*$data}{'net_ftp_eof'};
/osnet-11/usr/src/lib/libnisdb/
H A Dnisdb_rw.c45 abort();
176 abort();
278 abort();
290 abort();
354 abort();
388 abort();
400 abort();
420 abort();
440 abort();
469 abort();
[all...]
H A Dnisdb_mt.cc74 abort();
82 abort();
H A Dnisdb_rw.h86 abort();
91 abort();
93 abort();
109 abort();
112 abort();
/osnet-11/usr/src/lib/libcurses/screen/
H A Dtstp.c89 (void) abort();
/osnet-11/usr/src/lib/fm/libfmd_snmp/common/
H A Ddebug_subr.c36 abort();
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dprogname.c56 abort ();
H A Dmbsrtowcs.c68 abort ();
115 abort ();
H A Dvasnprintf.c72 #include <stdlib.h> /* abort(), malloc(), realloc(), free() */
494 abort ();
604 abort ();
885 abort ();
901 abort ();
906 abort ();
916 abort ();
928 abort ();
933 abort ();
939 abort ();
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema_util.c78 abort();
/osnet-11/usr/src/lib/libast/common/misc/
H A Ddebug.c35 abort();
/osnet-11/usr/src/grub/grub2/util/
H A Dbin2h.c97 goto abort;
125 abort:
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dassertions.c90 abort();
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dassert.c89 abort();
178 "exception raised by abort handler:\n");
188 abort();
/osnet-11/usr/src/lib/krb5/ss/
H A Dlisten.c157 info->abort = 0;
235 while(!info->abort) {
260 info->abort = 1;
265 info->abort = 1;
320 ss_info(sci_idx)->abort = 1;
/osnet-11/usr/src/cmd/sendmail/db/mutex/
H A Dmutex.c148 abort();
206 abort();
292 abort();

Completed in 358 milliseconds

1234567