HomeSort by: relevance | last modified time | path
    Searched defs:slave_pid (Results 1 - 3 of 3) sorted by relevancy

  /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);

Completed in 31 milliseconds