Home
last modified time | relevance | path

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

/dflybsd-src/contrib/cvs-1.12/src/
H A Dserver.c678 static pid_t command_pid; variable
685 if (command_pid > 0) in outbuf_memory_error()
686 kill (command_pid, SIGTERM); in outbuf_memory_error()
3561 command_pid = -1; in do_cvs_command()
3658 command_pid = fork (); in do_cvs_command()
3659 if (command_pid < 0) in do_cvs_command()
3665 if (command_pid == 0) in do_cvs_command()
4115 while (command_pid > 0) in do_cvs_command()
4119 waited_pid = waitpid (command_pid, &status, 0); in do_cvs_command()
4157 if (waited_pid == command_pid) in do_cvs_command()
[all …]