HomeSort by relevance Sort by last modified time
    Searched defs:tcgetpgrp (Results 1 - 3 of 3) sorted by null

  /bionic/libc/bionic/
tcgetpgrp.c 1 /* bionic/unistd/tcgetpgrp.c
30 pid_t tcgetpgrp(int fd) function
  /external/openssh/openbsd-compat/
bsd-misc.c 170 tcgetpgrp(int fd) function
  /system/core/sh/
jobs.c 110 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 273 milliseconds