Searched refs:pid1 (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/usr.bin/perl/t/io/ |
H A D | openpid.t | 61 ok( $pid1 = open(FH1, "$cmd1 |"), 'first process started'); 65 ok( $pid1 = open(FH1, "-|", @cmd1), 'first process started'); 74 print "# pids were $pid1, $pid2, $pid3, $pid4\n"; 83 $kill_cnt = kill $killsig, $pid1;
|
/openbsd/gnu/usr.bin/cvs/os2/ |
H A D | popen.c | 333 PID pid, pid1; in pclose() local 340 pid1 = (PID) ll_lookup ((LL_KEY) Handle); in pclose() 342 if (pid1 != 0) in pclose() 344 DosWaitChild (DCWA_PROCESSTREE, DCWW_WAIT, &rc, &pid, pid1); in pclose()
|
/openbsd/gnu/lib/libiberty/src/testsuite/ |
H A D | test-pexecute.c | 380 int pid1, pid2; in main() local 389 pid1 = pexecute ("./test-pexecute", subargv, "test-pexecute", "temp", in main() 391 if (pid1 < 0) in main() 410 if (pwait (pid1, &status, 0) < 0) in main()
|
/openbsd/regress/sys/kern/flock/ |
H A D | flock.c | 422 int pid1, pid2; in test6() local 436 pid1 = fork(); in test6() 437 if (pid1 < 0) in test6() 440 if (pid1 == 0) { in test6() 488 safe_kill(pid1, SIGTERM); in test6() 489 safe_waitpid(pid1); in test6()
|
/openbsd/gnu/lib/libreadline/ |
H A D | aclocal.m4 | 1222 int pid1, pid2, fds[2]; 1226 switch (pid1 = fork()) { 1233 setpgid(pid1, pid1); 1244 setpgid(0, pid1); 1245 ok = getpgID() == pid1; 1249 setpgid(pid2, pid1);
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | aix-thread.c | 596 int pid1, pid2; in ptid_cmp() local
|