Searched refs:signal (Results 201 - 225 of 1365) sorted by relevance

1234567891011>>

/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dsig.h1 /* sig.h -- header file for signal handler definitions. */
22 #include <signal.h>
42 a call to signal () for non-Posix systems. The code for set_signal_handler
45 # define set_signal_handler(sig, handler) (SigHandler *)signal (sig, handler)
69 /* Make sure there is nothing inside the signal set. */
72 /* Initialize the signal set to hold all signals. */
78 /* Delete SIG from signal set SET. */
81 /* Is SIG a member of the signal set SET? */
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-sh/
H A Datf-check_test.sh127 atf_set "descr" "Tests for the -s option using the 'signal' qualifier"
131 ${Atf_Check} -s signal:hup -x 'kill -1 $$' || atf_fail "Signal not detected"
132 ${Atf_Check} -s signal:sighup -x 'kill -1 $$' || atf_fail "Signal not" \
134 ${Atf_Check} -s signal:1 -x 'kill -1 $$' || atf_fail "Signal not detected"
135 ${Atf_Check} -s signal -x 'kill -1 $$' || atf_fail "Signal not detected"
137 ${Atf_Check} -s not-signal:kill -x 'kill -9 $$' && \
138 atf_fail "not-signal:kill matched kill -9"
139 ${Atf_Check} -s not-signal:kill -x 'kill -1 $$' || \
140 atf_fail "not-signal:kill did not match kill -1"
142 h_fail 'true' -s signal
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Demacs.c24 #include <signal.h>
345 /* Signal code for the fatal signal that was received. */
372 signal (sig, SIG_DFL);
388 Remember that since we're in a signal handler, the signal we're
409 signal (sig, memory_warning_signal);
1179 || signal (SIGHUP, SIG_IGN) != SIG_IGN)
1180 signal (SIGHUP, fatal_error_signal);
1194 signal fail to work right when the dumped Emacs is run. */
1195 signal (SIGQUI
[all...]
/macosx-10.10/gnuserv-7/gnuserv/
H A Dgnuserv.h44 #undef signal macro
97 #include <signal.h>
/macosx-10.10/ksh-23/ksh/src/lib/libcoshell/
H A Dcoclose.c62 handler = signal(SIGALRM, hung);
67 signal(SIGALRM, handler);
/macosx-10.10/remote_cmds-47/rpc_yppasswdd.tproj/
H A Dpasswd.c80 #include <signal.h>
174 (void)signal(SIGALRM, SIG_IGN);
175 (void)signal(SIGHUP, SIG_IGN);
176 (void)signal(SIGINT, SIG_IGN);
177 (void)signal(SIGPIPE, SIG_IGN);
178 (void)signal(SIGQUIT, SIG_IGN);
179 (void)signal(SIGTERM, SIG_IGN);
180 (void)signal(SIGCONT, pw_cont);
/macosx-10.10/remote_cmds-47/talkd.tproj/
H A Dtalkd.c66 #include <signal.h>
112 signal(SIGALRM, timeout);
/macosx-10.10/ruby-106/ruby/lib/
H A Dmonitor.rb47 # empty_cond.signal
53 # line from ARGF and pushes it into buf then calls <tt>empty_cond.signal</tt>
95 # above calls while_wait and signal, this class should be documented.
104 # even if no other thread doesn't signal.
138 def signal method in class:MonitorMixin
140 @cond.signal
/macosx-10.10/shell_cmds-179/nohup/
H A Dnohup.c53 #include <signal.h>
96 (void)signal(SIGHUP, SIG_IGN);
/macosx-10.10/webdavfs-367/mount.tproj/
H A Dmount_webdav.c32 #include <signal.h>
104 signal(SIGTERM, parentexit);
138 /* Wait for child's signal or for child's completion */
/macosx-10.10/screen-22/screen/
H A Dpty.c27 #include <signal.h>
205 sigcld = signal(SIGCHLD, SIG_DFL);
207 signal(SIGCHLD, sigcld);
271 sigcld = signal(SIGCHLD, SIG_DFL);
274 signal(SIGCHLD, sigcld);
278 signal(SIGCHLD, sigcld);
H A Dmisc.c26 #include <signal.h>
216 * hpux has berkeley signal semantics if we use sigvector,
217 * but not, if we use signal, so we define our own signal() routine.
403 Usersigcld = signal(SIGCHLD, SIG_DFL);
411 signal(SIGHUP, SIG_DFL);
412 signal(SIGINT, SIG_IGN);
413 signal(SIGQUIT, SIG_DFL);
414 signal(SIGTERM, SIG_DFL);
416 signal(SIGTTI
[all...]
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dexp_pty.c34 #include <signal.h>
92 signal(SIGALRM,sigalarm_handler);
148 oldAlarmHandler = signal(SIGALRM,sigalarm_handler);
154 oldAlarmHandler = signal(SIGHUP,SIG_IGN);
180 signal(SIGALRM,oldAlarmHandler);
182 signal(SIGALRM,oldHupHandler);
/macosx-10.10/vim-55/src/
H A Dpty.c42 #include <signal.h>
234 sigcld = signal(SIGCHLD, SIG_DFL);
236 signal(SIGCHLD, sigcld);
296 sigcld = signal(SIGCHLD, SIG_DFL);
299 signal(SIGCHLD, sigcld);
303 signal(SIGCHLD, sigcld);
/macosx-10.10/remote_cmds-47/telnet.tproj/
H A Dsys_bsd.c53 #include <signal.h>
361 * local signal mapping
368 * local/no signal mapping
594 (void) signal(SIGINT, intr);
597 (void) signal(SIGQUIT, intr2);
600 (void) signal(SIGTSTP, susp);
603 (void) signal(SIGINFO, ayt);
645 (void) signal(SIGINFO, (void (*)(int))ayt_status);
648 (void) signal(SIGINT, SIG_DFL);
651 (void) signal(SIGQUI
[all...]
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dtty.c105 #include <signal.h>
651 * in order to wait for the carrier detect signal from the modem.
1243 * Reset signal handlers.
1245 signal(SIGHUP, SIG_IGN); /* Hangup */
1246 signal(SIGINT, SIG_DFL); /* Interrupt */
1247 signal(SIGTERM, SIG_DFL); /* Terminate */
1248 signal(SIGCHLD, SIG_DFL);
1249 signal(SIGUSR1, SIG_DFL);
1250 signal(SIGUSR2, SIG_DFL);
1251 signal(SIGABR
[all...]
/macosx-10.10/WTF-7600.1.24/wtf/
H A DAssertions.cpp47 #include <signal.h>
361 signal(SIGILL, handler); // 4: illegal instruction (not reset when caught).
362 signal(SIGTRAP, handler); // 5: trace trap (not reset when caught).
363 signal(SIGFPE, handler); // 8: floating point exception.
364 signal(SIGBUS, handler); // 10: bus error.
365 signal(SIGSEGV, handler); // 11: segmentation violation.
366 signal(SIGSYS, handler); // 12: bad argument to system call.
367 signal(SIGPIPE, handler); // 13: write on a pipe with no reader.
368 signal(SIGXCPU, handler); // 24: exceeded CPU time limit.
369 signal(SIGXFS
[all...]
/macosx-10.10/llvmCore-3425.0.34/utils/Misc/
H A Dzkill124 import signal
126 value = getattr(signal, name)
129 error('unknown signal: %r' % name)
131 import signal
133 for name in dir(signal):
135 kSignals[name[3:]] = getattr(signal, name)
145 help="Name of the signal to use (default=%default)",
149 help="List known signal names",
212 # Figure out the signal to use.
213 signal
[all...]
/macosx-10.10/mail_cmds-30/msgs/
H A Dmsgs.c91 #include <signal.h>
186 ruptible = (signal(SIGINT, SIG_IGN) == SIG_DFL);
188 signal(SIGINT, SIG_DFL);
372 signal(SIGINT, onintr);
473 signal(SIGINT, onintr);
503 signal(SIGTSTP, onsusp);
546 signal(SIGTSTP, SIG_DFL);
648 signal(SIGPIPE, SIG_IGN);
649 signal(SIGQUIT, SIG_IGN);
677 signal(SIGPIP
[all...]
/macosx-10.10/patch_cmds-17/patch/
H A Dutil.c37 #include <signal.h>
277 hupval = signal(SIGHUP, SIG_IGN);
280 intval = signal(SIGINT, SIG_IGN);
284 signal(SIGHUP, hupval);
285 signal(SIGINT, intval);
294 signal(SIGHUP, SIG_IGN);
295 signal(SIGINT, SIG_IGN);
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Ddriver.c96 #include <signal.h>
161 signal(SIGBUS,SIG_DFL);
162 signal(SIGSEGV,SIG_DFL);
163 signal(SIGFPE,SIG_DFL);
164 signal(SIGILL,SIG_DFL);
535 signal(SIGBUS, (void (*)(void))attempt_to_print_errors);
536 signal(SIGSEGV, (void (*)(void))attempt_to_print_errors);
537 signal(SIGFPE, (void (*)(void))attempt_to_print_errors);
538 signal(SIGILL, (void (*)(void))attempt_to_print_errors);
/macosx-10.10/mail_cmds-30/mail/
H A Dlex.c214 if (signal(SIGINT, SIG_IGN) != SIG_IGN)
215 (void)signal(SIGINT, intr);
216 if (signal(SIGHUP, SIG_IGN) != SIG_IGN)
217 (void)signal(SIGHUP, hangup);
218 (void)signal(SIGTSTP, stop);
219 (void)signal(SIGTTOU, stop);
220 (void)signal(SIGTTIN, stop);
590 sig_t old_action = signal(s, SIG_DFL);
598 (void)signal(s, old_action);
606 * Branch here on hangup signal an
[all...]
/macosx-10.10/Heimdal-398.1.2/kadmin/
H A Dkadm_conn.c110 signal(sig, SIG_IGN);
197 signal(SIGTERM, terminate);
198 signal(SIGINT, terminate);
199 signal(SIGCHLD, sigchld);
217 signal(SIGCHLD, SIG_IGN);
/macosx-10.10/Heimdal-398.1.2/lib/libedit/examples/
H A Dtc1.c59 #include <signal.h>
141 (void) signal(SIGINT, sig);
142 (void) signal(SIGQUIT, sig);
143 (void) signal(SIGHUP, sig);
144 (void) signal(SIGTERM, sig);
197 (void) fprintf(stderr, "Got signal %d.\n", gotsig);
H A Dwtc1.c3 #include <signal.h>
115 (void)signal(SIGINT, sig);
116 (void)signal(SIGQUIT, sig);
117 (void)signal(SIGHUP, sig);
118 (void)signal(SIGTERM, sig);
165 (void)fprintf(stderr, "Got signal %d.\n", gotsig);

Completed in 667 milliseconds

1234567891011>>