Searched refs:pgrp (Results 1 - 2 of 2) sorted by relevance

/system/core/sh/
H A Djobs.h72 pid_t pgrp; /* process group of this job */ member in struct:job
H A Djobs.c94 int initialpgrp; /* pgrp of shell on invocation */
111 static int tcsetpgrp(int fd, pid_t pgrp);
116 pid_t pgrp; local
117 if (ioctl(fd, TIOCGPGRP, (char *)&pgrp) == -1)
120 return pgrp;
126 return ioctl(fd, TIOCSPGRP, (char *)&pgrp);
869 int pgrp; local
873 pgrp = pid;
875 pgrp = jp->ps[0].pid;
878 (void)setpgid(pid, pgrp);
899 int pgrp; local
[all...]

Completed in 268 milliseconds