Lines Matching defs:pid2
27 static int pid2;
31 int *pid2;
38 {&pid2, &pid2, KCMP_FILE, &fd1, &fd2, 0},
39 {&pid1, &pid2, KCMP_FILE, &fd1, &fd1, 0},
40 {&pid1, &pid2, KCMP_FILE, &fd1, &fd2, 0},
41 {&pid1, &pid2, KCMP_FILE, &fd1, &fd3, 1},
57 pid2 = getpid();
68 TEST(kcmp(*(test->pid1), *(test->pid2), test->type,
95 pid2 = SAFE_FORK();
96 if (!pid2)