/src/tests/lib/libcurses/director/ |
director.c | 132 pid_t slave_pid; local in function:main 253 if ((slave_pid = forkpty(&master, NULL, &term_attr, NULL)) < 0) 256 if (slave_pid == 0) { 293 (void)waitpid(slave_pid, &status, 0);
|
director.c | 132 pid_t slave_pid; local in function:main 253 if ((slave_pid = forkpty(&master, NULL, &term_attr, NULL)) < 0) 256 if (slave_pid == 0) { 293 (void)waitpid(slave_pid, &status, 0);
|
director.c | 132 pid_t slave_pid; local in function:main 253 if ((slave_pid = forkpty(&master, NULL, &term_attr, NULL)) < 0) 256 if (slave_pid == 0) { 293 (void)waitpid(slave_pid, &status, 0);
|