| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| kill.c | 1 /* Implementation of the KILL g77 intrinsic. 31 /* SUBROUTINE KILL(PID, SIGNAL, STATUS) 35 INTEGER FUNCTION KILL(PID, SIGNAL) 47 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);
|
| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| kill.c | 1 /* Implementation of the KILL g77 intrinsic. 31 /* SUBROUTINE KILL(PID, SIGNAL, STATUS) 35 INTEGER FUNCTION KILL(PID, SIGNAL) 47 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);
|
| /src/usr.bin/talk/ |
| talk.h | 55 char kill; member in struct:xwin
|
| /src/bin/ksh/ |
| edit.h | 33 int kill; member in struct:__anon11
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| ExecutionDomainFix.cpp | 81 void ExecutionDomainFix::kill(int rx) { function in class:ExecutionDomainFix 235 void ExecutionDomainFix::processDefs(MachineInstr *MI, bool Kill) { 250 // Kill off domains redefined by generic instructions. 251 if (Kill) 252 kill(rx); 270 // Kill all defs and force them. 276 kill(rx); 315 kill(rx); 327 // Kill off any remaining uses that don't match available, and build a list of 335 kill(rx) [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| nouveau_chan.h | 49 struct nvif_notify kill; member in struct:nouveau_channel
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| wait-process.c | 108 by CreateProcess(). Therefore we can kill it using TerminateProcess. */ 109 #define kill(pid,sig) TerminateProcess ((HANDLE) (pid), sig) macro 159 /* Kill the slave. */ 160 kill (slave, TERMINATOR); 210 Additionally we need to kill child, because it's not yet among 212 kill (child, TERMINATOR); 265 it would kill the other totally unrelated process. */ 294 later, when we exit, we don't kill a totally unrelated process which 381 later, when we exit, we don't kill a totally unrelated process which
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| inf-ptrace.c | 227 /* Kill the inferior. */ 230 inf_ptrace_target::kill () 519 /* ??? Is kill the right way to do this? */ 520 return (::kill (ptid.pid (), 0) != -1); 228 inf_ptrace_target::kill () function in class:inf_ptrace_target
|
| remote-sim.c | 152 void kill () override; 556 /* Kill the running program. This may involve closing any open files 560 gdbsim_target::kill () function in class:gdbsim_target 565 /* There is no need to `kill' running simulator - the simulator is 638 kill ();
|
| /src/external/gpl3/gdb/dist/gdb/ |
| inf-ptrace.c | 227 /* Kill the inferior. */ 230 inf_ptrace_target::kill () 519 /* ??? Is kill the right way to do this? */ 520 return (::kill (ptid.pid (), 0) != -1); 228 inf_ptrace_target::kill () function in class:inf_ptrace_target
|
| remote-sim.c | 152 void kill () override; 556 /* Kill the running program. This may involve closing any open files 560 gdbsim_target::kill () function in class:gdbsim_target 565 /* There is no need to `kill' running simulator - the simulator is 638 kill ();
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| SROA.cpp | 175 void kill() { UseAndIsSplittable.setPointer(nullptr); } function in class:__anon5499::Slice 882 AS.Slices[MTPI->second].kill(); 912 PrevP.kill(); 3802 // and stores against each other. We also track the slice so that we can kill 4103 // Mark the original load as dead and kill the original slice. 4105 Offsets.S->kill(); 4215 // Mark the original store as dead now that we've split it up and kill its 4229 Offsets.S->kill();
|
| /src/external/gpl2/texinfo/dist/info/ |
| pcterm.c | 666 kill (pid_t pid, int sig) 664 kill (pid_t pid, int sig) function
|
| /src/external/bsd/ntp/dist/sntp/libevent/test/ |
| regress_rpc.c | 99 EVRPC_HEADER(Message, msg, kill) 100 EVRPC_HEADER(NeverReply, msg, kill) 102 EVRPC_GENERATE(Message, msg, kill) 103 EVRPC_GENERATE(NeverReply, msg, kill) 111 struct kill* kill_reply = rpc->reply; 148 EVRPC_REGISTER(base, Message, msg, kill, MessageCb, NULL); 149 EVRPC_REGISTER(base, NeverReply, msg, kill, NeverReplyCb, NULL); 234 struct kill* kill_reply = NULL; 328 struct msg *msg, struct kill *kill, void *arg 454 struct kill *kill = NULL; local 640 struct kill *kill= NULL; local 692 struct kill *kill = NULL; local [all...] |
| regress.gen.h | 15 struct kill; 33 int (*attack_assign)(struct msg *, const struct kill*); 34 int (*attack_get)(struct msg *, struct kill* *); 45 struct kill* attack_data; 71 int msg_attack_assign(struct msg *, const struct kill*); 72 int msg_attack_get(struct msg *, struct kill* *); 78 /* Tag definition for kill */ 86 /* Structure declaration for kill */ 88 int (*weapon_assign)(struct kill *, const char *); 89 int (*weapon_get)(struct kill *, char * *) 97 struct kill { struct [all...] |
| /src/external/gpl2/gmake/dist/ |
| make.h | 367 # define kill(pid,sig) w32_kill(pid,sig) macro 370 extern int kill(int pid, int sig);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| mode-switching.cc | 514 sbitmap *kill, *del, *insert, *antic, *transp, *comp; 565 kill = sbitmap_vector_alloc (last_basic_block_for_fn (cfun), 716 bitmap_not (kill[bb->index], transp[bb->index]); 719 kill, avin, avout, &insert, &del); 813 /* modes kill each other inside a basic block. */ 849 sbitmap_vector_free (kill); 513 sbitmap *kill, *del, *insert, *antic, *transp, *comp; local
|
| ree.cc | 1236 bitmap_head init, kill, gen, tmp; local 1239 bitmap_initialize (&kill, NULL); 1246 bitmap_clear (&kill); 1257 df_mir_simulate_one_insn (bb, insn, &kill, &gen); 1258 bitmap_ior_and_compl (&tmp, &gen, &init, &kill);
|
| /src/sys/netinet/ |
| tcp_vtw.h | 287 uint64_t kill; /* <! assassination */ member in struct:vtw_stats
|
| /src/external/bsd/libevent/dist/test/ |
| regress.gen.h | 14 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 *, char * *) 96 struct kill { struct [all...] |
| /src/external/gpl3/binutils/dist/include/sim/ |
| callback.h | 97 int (*kill) (host_callback *, int, int); 96 int (*kill) (host_callback *, int, int); member in struct:host_callback_struct
|
| /src/external/gpl3/binutils.old/dist/include/sim/ |
| callback.h | 97 int (*kill) (host_callback *, int, int); 96 int (*kill) (host_callback *, int, int); member in struct:host_callback_struct
|
| /src/external/gpl3/gcc/dist/gcc/ |
| mode-switching.cc | 815 sbitmap *kill, *del, *insert, *antic, *transp, *comp; 867 kill = sbitmap_vector_alloc (last_basic_block_for_fn (cfun), 1105 bitmap_not (kill[bb->index], transp[bb->index]); 1108 kill, avin, avout, &insert, &del); 1259 sbitmap_vector_free (kill); 814 sbitmap *kill, *del, *insert, *antic, *transp, *comp; local
|
| ree.cc | 1236 bitmap_head init, kill, gen, tmp; local 1239 bitmap_initialize (&kill, NULL); 1246 bitmap_clear (&kill); 1257 df_mir_simulate_one_insn (bb, insn, &kill, &gen); 1258 bitmap_ior_and_compl (&tmp, &gen, &init, &kill);
|
| /src/external/gpl3/gdb.old/dist/include/sim/ |
| callback.h | 97 int (*kill) (host_callback *, int, int); 96 int (*kill) (host_callback *, int, int); member in struct:host_callback_struct
|