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

/system/core/sh/
H A Djobs.c110 static pid_t tcgetpgrp(int fd);
114 tcgetpgrp(int fd) function
188 if ((initialpgrp = tcgetpgrp(ttyfd)) < 0) {
551 if (mflag && gotpid != -1 && tcgetpgrp(ttyfd) != getpid()) {

Completed in 5 milliseconds