Home
last modified time | relevance | path

Searched refs:pipe_pid (Results 1 – 25 of 42) sorted by relevance

12

/dports/editors/vile/vile-9.8v/
H A Dnpopen.c44 static int pipe_pid; variable
82 pipe_pid = softfork(); in inout_popen()
83 if (pipe_pid < 0) in inout_popen()
88 if (pipe_pid) { /* parent */ in inout_popen()
155 if (pipe_pid == pipe_pid2) in npclose()
158 while (pipe_pid >= 0 || pipe_pid2 >= 0) { in npclose()
161 if (pipe_pid >= 0) in npclose()
162 (void) kill(SIGKILL, pipe_pid); in npclose()
166 if (pipe_pid == child) in npclose()
167 pipe_pid = -1; in npclose()
/dports/editors/xvile/vile-9.8v/
H A Dnpopen.c44 static int pipe_pid; variable
82 pipe_pid = softfork(); in inout_popen()
83 if (pipe_pid < 0) in inout_popen()
88 if (pipe_pid) { /* parent */ in inout_popen()
155 if (pipe_pid == pipe_pid2) in npclose()
158 while (pipe_pid >= 0 || pipe_pid2 >= 0) { in npclose()
161 if (pipe_pid >= 0) in npclose()
162 (void) kill(SIGKILL, pipe_pid); in npclose()
166 if (pipe_pid == child) in npclose()
167 pipe_pid = -1; in npclose()
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/
H A Ddownload.c146 if (dn->pipe_pid) in download_pipe_close()
147 kill(-(dn->pipe_pid), SIGKILL); /* kill whole process group */ in download_pipe_close()
149 dn->pipe_pid = 0; in download_pipe_close()
164 if (dn->pipe_fd < 0 || dn->pipe_pid == 0) in download_pipe_read()
218 r = spawn_and_give_stdout(argv[0], argv, NULL, &dn->pipe_fd, &dn->pipe_pid, 1); in download_pipe()
224 dn->pipe_pid = 0; in download_pipe()
H A Ddownload.h39 pid_t pipe_pid; member
/dports/devel/p5-Filter/Filter-1.60/Exec/
H A DExec.xs34 #define pipe_pid (MY_CXT.x_pipe_pid) macro
127 CloseHandle((HANDLE)pipe_pid); in pipe_write()
137 CloseHandle((HANDLE)pipe_pid); in pipe_write()
216 int pipe_pid = PIPE_PID(sv) ;
263 waitpid(pipe_pid, NULL, 0) ;
393 pipe_pid = spawnvp(P_NOWAIT, command, parameters); in spawnCommand()
394 if (pipe_pid == -1) { in spawnCommand()
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/stdio/
H A Dpclose.c8 pid_t pid = f->pipe_pid; in pclose()
H A Dpopen.c57 f->pipe_pid = pid; in popen()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/stdio/
H A Dpclose.c8 pid_t pid = f->pipe_pid; in pclose()
H A Dpopen.c57 f->pipe_pid = pid; in popen()
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/stdio/
H A Dpclose.c8 pid_t pid = f->pipe_pid; in pclose()
H A Dpopen.c57 f->pipe_pid = pid; in popen()
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/stdio/
H A Dpclose.c8 pid_t pid = f->pipe_pid; in pclose()
H A Dpopen.c57 f->pipe_pid = pid; in popen()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/stdio/
H A Dpclose.c8 pid_t pid = f->pipe_pid; in pclose()
H A Dpopen.c57 f->pipe_pid = pid; in popen()
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/stdio/
H A Dpclose.c8 pid_t pid = f->pipe_pid; in pclose()
H A Dpopen.c57 f->pipe_pid = pid; in popen()
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/stdio/
H A Dpclose.c8 pid_t pid = f->pipe_pid; in pclose()
H A Dpopen.c57 f->pipe_pid = pid; in popen()
/dports/print/cups/cups-2.3.3op2/scheduler/
H A Dclient.c416 if (con->pipe_pid != 0) in cupsdCloseClient()
422 cupsdEndProcess(con->pipe_pid, 1); in cupsdCloseClient()
423 con->pipe_pid = 0; in cupsdCloseClient()
657 con->pipe_pid = 0; in cupsdReadClient()
1889 if (con->pipe_pid == 0) in cupsdSendCommand()
2270 con->pipe_pid, con->file); in cupsdWriteClient()
2286 if (con->pipe_pid) in cupsdWriteClient()
2541 if (con->pipe_pid) in cupsdWriteClient()
2542 cupsdEndProcess(con->pipe_pid, 0); in cupsdWriteClient()
2546 con->pipe_pid = 0; in cupsdWriteClient()
[all …]
H A Dclient.h44 int pipe_pid; /* Pipe process ID (or 0 if not a pipe) */ member
/dports/games/arx-libertatis/arx-libertatis-1.1.2/scripts/
H A Darx-install-data850 pipe_pid=0
863 pipe_pid="$!"
869 pipe_pid="$!"
890 [ "$pipe_pid" = 0 ] || kill "$pipe_pid" > /dev/null 2>&1
891 pipe_pid=0
900 [ "$pipe_pid" = 0 ] && return $false
901 kill -s 0 "$pipe_pid" > /dev/null 2>&1
/dports/net/wireshark/wireshark-3.6.1/epan/
H A Dmaxmind_db.c475 GPid pipe_pid = ws_pipe_spawn_async(&mmdbr_pipe, args); in mmdb_resolve_start() local
476 MMDB_DEBUG("spawned %s pid %d", mmdbresolve, pipe_pid); in mmdb_resolve_start()
485 if (pipe_pid == WS_INVALID_PID) { in mmdb_resolve_start()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/
H A Dmaxmind_db.c475 GPid pipe_pid = ws_pipe_spawn_async(&mmdbr_pipe, args); in mmdb_resolve_start() local
476 MMDB_DEBUG("spawned %s pid %d", mmdbresolve, pipe_pid); in mmdb_resolve_start()
485 if (pipe_pid == WS_INVALID_PID) { in mmdb_resolve_start()
/dports/net/tshark-lite/wireshark-3.6.1/epan/
H A Dmaxmind_db.c475 GPid pipe_pid = ws_pipe_spawn_async(&mmdbr_pipe, args); in mmdb_resolve_start() local
476 MMDB_DEBUG("spawned %s pid %d", mmdbresolve, pipe_pid); in mmdb_resolve_start()
485 if (pipe_pid == WS_INVALID_PID) { in mmdb_resolve_start()

12