Searched refs:raise (Results 1 - 25 of 27) sorted by relevance
12
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | abort.c | 64 (void) raise(SIGABRT); 67 (void) raise(SIGABRT); 76 (void) raise(SIGABRT);
|
H A D | raise.c | 42 raise(int sig) function
|
/osnet-11/usr/src/lib/libumem/common/ |
H A D | umem_fail.c | 64 * In addition, we can't just raise(SIGABRT), since the current handler 71 (void) raise(SIGABRT); 76 (void) raise(SIGABRT);
|
/osnet-11/usr/src/cmd/sendmail/db/include/ |
H A D | clib_ext.h | 41 int raise __P((int));
|
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/ |
H A D | rb_calls.d | 72 ruby*:::raise 75 @calls[basename(copyinstr(arg1)), "raise", this->name] = count();
|
H A D | rb_stat.d | 108 ruby*:::raise
|
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Ruby/ |
H A D | rb_calls.d | 72 ruby*:::raise 75 @calls[basename(copyinstr(arg1)), "raise", this->name] = count();
|
H A D | rb_stat.d | 108 ruby*:::raise
|
/osnet-11/usr/src/lib/libc/amd64/gen/ |
H A D | _stack_grow.s | 88 / If the above load doesn't raise a SIGSEGV then do it ourselves.
|
/osnet-11/usr/src/lib/libc/i386/gen/ |
H A D | _stack_grow.s | 88 / If the above load doesn't raise a SIGSEGV then do it ourselves.
|
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | stdio-write.c | 55 /* Try to raise signal SIGPIPE. */ \ 56 raise (SIGPIPE); \
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | Fatal.pm | 154 return a false value when they fail with equivalents which raise exceptions 166 named later in that import list raise an exception only when
|
H A D | attributes.pm | 211 to raise a fatal exception. If it can find an appropriate package name
|
H A D | Memoize.pm | 960 The C<flush_cache()> function will raise a run-time error unless the
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Hash/ |
H A D | Util.pm | 68 to do so will raise an exception. Of course you can still bless()
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/ |
H A D | POSIX.pm | 216 sub raise { 217 usage "raise(sig)" if @_ != 1; 817 SIG_IGN SIG_SETMASK SIG_UNBLOCK raise sigaction signal
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | Functions.pm | 187 die I/O,Flow raise an exception or bail out 202 exp Math raise I<e> to a power
|
/osnet-11/usr/src/lib/libc/sparcv9/fp/ |
H A D | __quad_mag64.s | 312 tst %l2 ! see if we need to raise underflow 674 andcc %i5,4,%g0 ! see if we need to raise underflow
|
/osnet-11/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 509 raise.o \
|
/osnet-11/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 540 raise.o \
|
/osnet-11/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 504 raise.o \
|
/osnet-11/usr/src/lib/libc/amd64/ |
H A D | Makefile | 480 raise.o \
|
/osnet-11/usr/src/lib/libstmf/common/ |
H A D | store.c | 264 * signalsCaught will be used by releaseSignal to raise this signal when 5337 * Also, raise any signals that were caught during the hold period and clear 5373 * Now raise signals that were raised while we were held 5377 (void) raise(SIGTERM); 5382 (void) raise(SIGINT); 5387 (void) raise(SIGQUIT);
|
/osnet-11/usr/src/lib/libc/port/ |
H A D | llib-lc | 802 /* raise.c */ 803 int raise(int sig);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/ |
H A D | Temp.pm | 1952 be ignored. The decision to ignore rather than raise an exception
|
Completed in 108 milliseconds
12