/openbsd/usr.sbin/pppd/ |
H A D | main.c | 307 #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 D | vms-ld.c | 701 LIB$SIGNAL (i); in main() 722 LIB$SIGNAL (i); in main()
|
H A D | vms-cc.c | 297 LIB$SIGNAL (i); in main()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/ |
H A D | vms-ld.c | 710 LIB$SIGNAL (i); 731 LIB$SIGNAL (i);
|
H A D | vms-cc.c | 304 LIB$SIGNAL (i);
|
/openbsd/gnu/usr.bin/gcc/gcc/f/ |
H A D | intdoc.in | 2416 (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 D | news.texi | 875 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 D | intrin.def | 355 DEFNAME ("SIGNAL", "signal", "Signal", genSIGNAL, specNONE) /* UNIX */ 507 DEFGEN (SIGNAL, "SIGNAL", /* UNIX */
|
H A D | ChangeLog.0 | 642 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 D | ChangeLog | 3040 * 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 D | Cmd.pm | 591 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 D | ChangeLog | 885 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 D | perlfunc.pod | 331 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 D | tr.po | 23326 #~ 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 D | el.po | 22022 #~ msgid "SIGNAL is not a valid mode"
|
/openbsd/gnu/gcc/libcpp/po/ |
H A D | el.po | 5140 #~ msgid "SIGNAL is not a valid mode"
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/lib/ |
H A D | POSIX.pod | 2783 =head1 SIGNAL chapter
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ChangeLog-1999 | 7807 * rs6000-tdep.c (rs6000_software_single_step): Change SIGNAL to
|