Home
last modified time | relevance | path

Searched refs:pid1 (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/perl/t/io/
H A Dopenpid.t61 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 Dpopen.c333 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 Dtest-pexecute.c380 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 Dflock.c422 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 Daclocal.m41222 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 Daix-thread.c596 int pid1, pid2; in ptid_cmp() local