OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tcgetpgrp
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/unistd/
tcgetpgrp.c
1
/* bionic/unistd/
tcgetpgrp
.c
30
pid_t
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 366 milliseconds