Home | History | Annotate | Download | only in x11vnc

Lines Matching defs:pid

416 	char pid[16];
418 sprintf(pid, "%d", (int) getpid());
419 set_env("X11VNC_PID", pid);
493 /* set RFB_X11VNC_PID to our pid for command to use */
696 pid_t pid, pidw;
709 if ((pid = fork()) > 0 || pid == -1) {
711 if (pid != -1) {
712 pidw = waitpid(pid, &rc, 0);
719 if (pid == -1) {