Searched refs:kill (Results 1 - 25 of 555) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dkill.c47 val = kill (pid, signal);
54 extern GFC_INTEGER_4 PREFIX (kill) (GFC_INTEGER_4, GFC_INTEGER_4);
55 export_proto_np(PREFIX (kill));
58 PREFIX (kill) (GFC_INTEGER_4 pid, GFC_INTEGER_4 signal) function
61 val = (int)kill (pid, signal);
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dkill.c47 val = kill (pid, signal);
54 extern GFC_INTEGER_4 PREFIX (kill) (GFC_INTEGER_4, GFC_INTEGER_4);
55 export_proto_np(PREFIX (kill));
58 PREFIX (kill) (GFC_INTEGER_4 pid, GFC_INTEGER_4 signal) function
61 val = (int)kill (pid, signal);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dsigall.c375 kill (getpid (), SIGILL);
382 kill (getpid (), SIGABRT);
400 /* The expect script looks for the word "kill"; don't delete it. */
401 return 5 / x; /* and we both started jumping up and down yelling kill */
403 kill (getpid (), SIGFPE);
411 kill (getpid (), SIGSEGV);
418 kill (getpid (), SIGTERM);
428 kill (getpid (), SIGHUP);
439 kill (getpid (), SIGQUIT);
450 kill (getpi
[all...]
H A Dunwindonsignal.c27 kill (getpid (), SIGABRT);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dsigall.c375 kill (getpid (), SIGILL);
382 kill (getpid (), SIGABRT);
400 /* The expect script looks for the word "kill"; don't delete it. */
401 return 5 / x; /* and we both started jumping up and down yelling kill */
403 kill (getpid (), SIGFPE);
411 kill (getpid (), SIGSEGV);
418 kill (getpid (), SIGTERM);
428 kill (getpid (), SIGHUP);
439 kill (getpid (), SIGQUIT);
450 kill (getpi
[all...]
H A Dunwindonsignal.c27 kill (getpid (), SIGABRT);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
H A Dsigall-reverse.c392 kill (getpid (), SIGILL);
399 kill (getpid (), SIGABRT);
417 /* The expect script looks for the word "kill"; don't delete it. */
418 return 5 / x; /* and we both started jumping up and down yelling kill */
420 kill (getpid (), SIGFPE);
428 kill (getpid (), SIGSEGV);
435 kill (getpid (), SIGTERM);
445 kill (getpid (), SIGHUP);
456 kill (getpid (), SIGQUIT);
467 kill (getpi
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
H A Dsigall-reverse.c392 kill (getpid (), SIGILL);
399 kill (getpid (), SIGABRT);
417 /* The expect script looks for the word "kill"; don't delete it. */
418 return 5 / x; /* and we both started jumping up and down yelling kill */
420 kill (getpid (), SIGFPE);
428 kill (getpid (), SIGSEGV);
435 kill (getpid (), SIGTERM);
445 kill (getpid (), SIGHUP);
456 kill (getpid (), SIGQUIT);
467 kill (getpi
[all...]
/netbsd-current/distrib/utils/zcat/
H A Dmisc.c6 kill(0, SIGQUIT);
9 kill(0, SIGQUIT);
12 kill(0, SIGQUIT);
15 kill(0, SIGQUIT);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Dsparc-sysstep.c34 kill (getpid (), SIGALRM);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Dsparc-sysstep.c34 kill (getpid (), SIGALRM);
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/cris/c/
H A Dkill1.c1 /* Basic kill functionality test; fail killing init. Don't run as root. */
10 if (kill (1, SIGTERM) != -1
19 if (kill (1, SIGABRT) != -1
H A Dkill2.c1 /* Basic kill functionality test; suicide.
13 kill (getpid (), SIGABRT);
H A Dsig5.c13 kill (getpid (), SIGBUS);
H A Dsig8.c16 kill (getpid (), SIGALRM);
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/cris/c/
H A Dkill1.c1 /* Basic kill functionality test; fail killing init. Don't run as root. */
10 if (kill (1, SIGTERM) != -1
19 if (kill (1, SIGABRT) != -1
H A Dkill2.c1 /* Basic kill functionality test; suicide.
15 kill (getpid (), SIGABRT);
H A Dsig5.c15 kill (getpid (), SIGBUS);
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress.gen.h14 struct kill;
32 int (*attack_assign)(struct msg *, const struct kill*);
33 int (*attack_get)(struct msg *, struct kill* *);
44 struct kill* attack_data;
70 int msg_attack_assign(struct msg *, const struct kill*);
71 int msg_attack_get(struct msg *, struct kill* *);
77 /* Tag definition for kill */
85 /* Structure declaration for kill */
87 int (*weapon_assign)(struct kill *, const char *);
88 int (*weapon_get)(struct kill *, cha
96 struct kill { struct
[all...]
H A Dregress.rpc6 optional struct[kill] attack = 3;
10 struct kill {
/netbsd-current/external/bsd/libevent/dist/test/
H A Dregress.gen.h14 struct kill;
32 int (*attack_assign)(struct msg *, const struct kill*);
33 int (*attack_get)(struct msg *, struct kill* *);
44 struct kill* attack_data;
70 int msg_attack_assign(struct msg *, const struct kill*);
71 int msg_attack_get(struct msg *, struct kill* *);
77 /* Tag definition for kill */
85 /* Structure declaration for kill */
87 int (*weapon_assign)(struct kill *, const char *);
88 int (*weapon_get)(struct kill *, cha
96 struct kill { struct
[all...]
H A Dregress.rpc6 optional struct[kill] attack = 3;
10 struct kill {
/netbsd-current/external/cddl/dtracetoolkit/dist/Bin/
H A Dkill.d3 * kill.d - watch process signals as they are sent (eg, kill -9).
6 * $Id: kill.d,v 1.1.1.1 2015/09/30 22:01:07 christos Exp $
8 * USAGE: kill.d
14 * SIG destination signal ("9" for a kill -9)
47 syscall::kill:entry
54 syscall::kill:return
/netbsd-current/external/cddl/dtracetoolkit/dist/Proc/
H A Dkill.d3 * kill.d - watch process signals as they are sent (eg, kill -9).
6 * $Id: kill.d,v 1.1.1.1 2015/09/30 22:01:09 christos Exp $
8 * USAGE: kill.d
14 * SIG destination signal ("9" for a kill -9)
47 syscall::kill:entry
54 syscall::kill:return
/netbsd-current/external/lgpl3/gmp/dist/
H A Dinvalid.c47 /* Incidentally, kill is not available on mingw, but that's ok, it has raise
50 #define raise(sig) kill (getpid(), sig)

Completed in 304 milliseconds

1234567891011>>