Home | History | Annotate | Download | only in openssh

Lines Matching defs:pid

1059 	pid_t pid;
1207 pid = fork();
1208 if (pid < 0) {
1212 if (pid != 0) { /* This is the parent. */