Home
last modified time | relevance | path

Searched refs:SIGNAL (Results 1 – 18 of 18) sorted by relevance

/openbsd/usr.sbin/pppd/
H A Dmain.c307 #define SIGNAL(s, handler) { \ in main() macro
320 SIGNAL(SIGCHLD, chld); in main()
329 SIGNAL(SIGABRT, bad_signal); in main()
330 SIGNAL(SIGALRM, bad_signal); in main()
331 SIGNAL(SIGFPE, bad_signal); in main()
332 SIGNAL(SIGILL, bad_signal); in main()
333 SIGNAL(SIGPIPE, bad_signal); in main()
334 SIGNAL(SIGQUIT, bad_signal); in main()
339 SIGNAL(SIGBUS, bad_signal); in main()
342 SIGNAL(SIGEMT, bad_signal); in main()
[all …]
/openbsd/gnu/gcc/gcc/config/alpha/
H A Dvms-ld.c701 LIB$SIGNAL (i); in main()
722 LIB$SIGNAL (i); in main()
H A Dvms-cc.c297 LIB$SIGNAL (i); in main()
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dvms-ld.c710 LIB$SIGNAL (i);
731 LIB$SIGNAL (i);
H A Dvms-cc.c304 LIB$SIGNAL (i);
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dintdoc.in2416 (such as via @samp{EXTERNAL SIGNAL})
2423 works when @samp{SIGNAL} is treated as an external procedure
2425 this construct is not valid when @samp{SIGNAL} is recognized
2432 INTRINSIC SIGNAL
2434 CALL SIGNAL(@var{signum}, SIG_IGN)
2473 RTN = SIGNAL(@var{signum}, MYHNDL)
2476 RTN = SIGNAL(@var{signum}, RTN)
2488 (such as via @samp{EXTERNAL SIGNAL})
2495 works when @samp{SIGNAL} is treated as an external procedure
2504 INTRINSIC SIGNAL
[all …]
H A Dnews.texi875 such as @samp{J = SIGNAL(1, 2)}.
1735 Fix @code{SIGNAL} intrinsic so it accepts an
2306 Fix @code{SIGNAL} intrinsic so it once again accepts a
2802 @code{SIGNAL}, and @code{SYSTEM}.
2803 Note that @code{ABORT}, @code{EXIT}, @code{FLUSH}, @code{SIGNAL}, and
2805 have side effects), so to get the return values from @code{SIGNAL}
H A Dintrin.def355 DEFNAME ("SIGNAL", "signal", "Signal", genSIGNAL, specNONE) /* UNIX */
507 DEFGEN (SIGNAL, "SIGNAL", /* UNIX */
H A DChangeLog.0642 the SIGNAL intrinsic.
649 Also, SIGNAL now returns a `void *' status, not `int'.
2664 Allow procedure as second arg to SIGNAL intrinsic.
3243 Have SIGNAL and SYSTEM push and pop calltemps, and convert
3460 FLUSH, GETARG, GETENV, SIGNAL, and SYSTEM.
H A DChangeLog3040 * news.texi: Mention fix for SIGNAL invocation circa egcs-1.1.
3269 to fix invoking SIGNAL as a function.
/openbsd/gnu/usr.bin/perl/cpan/IPC-Cmd/lib/IPC/
H A DCmd.pm591 SIGNAL: foreach my $s (keys %SIG) { label
592 … next SIGNAL if $s eq '__WARN__' or $s eq '__DIE__'; # Skip and don't clobber __DIE__ & __WARN__
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DChangeLog885 with the new SIGNAL parameter instead of always zero so signals can be
889 * MachProcess.cpp (MachProcess::Resume): Pass new SIGNAL parameter to
891 * MachProcess.cpp (MachProcess::PrivateResume): Pass new SIGNAL
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlfunc.pod331 L<C<getpriority>|/getpriority WHICH,WHO>, L<C<kill>|/kill SIGNAL, LIST>,
520 L<C<kill>|/kill SIGNAL, LIST>, L<C<link>|/link OLDFILE,NEWFILE>,
3933 =item kill SIGNAL, LIST
3935 =item kill SIGNAL
3948 SIGNAL may be either a signal name (a string) or a signal number. A signal
3950 same signal. The string form of SIGNAL is recommended for portability because
3963 If SIGNAL is either the number 0 or the string C<ZERO> (or C<SIGZERO>),
3964 no signal is sent to the process, but L<C<kill>|/kill SIGNAL, LIST>
3977 If both the SIGNAL and the PROCESS are negative, the results are undefined.
/openbsd/gnu/usr.bin/gcc/gcc/po/
H A Dtr.po23326 #~ msgid "SIGNAL must be in global reach"
23446 #~ msgid "SIGNAL is not a valid mode"
23447 #~ msgstr "SIGNAL bir geçerli kip değil"
23545 #~ msgid "SEND requires a SIGNAL; %s is not a SIGNAL name"
23548 #~ msgid "too many values for SIGNAL `%s'"
23549 #~ msgstr "SIGNAL `%s' için çok fazla değer"
23551 #~ msgid "too few values for SIGNAL `%s'"
23552 #~ msgstr "SIGNAL `%s' için çok az değer"
23593 #~ msgid "SIGNAL `%s' has no data fields"
23596 #~ msgid "SIGNAL `%s' requires data fields"
[all …]
H A Del.po22022 #~ msgid "SIGNAL is not a valid mode"
/openbsd/gnu/gcc/libcpp/po/
H A Del.po5140 #~ msgid "SIGNAL is not a valid mode"
/openbsd/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pod2783 =head1 SIGNAL chapter
/openbsd/gnu/usr.bin/binutils/gdb/
H A DChangeLog-19997807 * rs6000-tdep.c (rs6000_software_single_step): Change SIGNAL to