OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tcsetpgrp
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/bionic/
tcsetpgrp.c
1
/* bionic/unistd/
tcsetpgrp
.c
30
int
tcsetpgrp
(int fd, pid_t _pid)
function
/external/openssh/openbsd-compat/
bsd-nextstep.c
75
int
tcsetpgrp
(int fd, pid_t pgrp)
function
/system/core/sh/
jobs.c
111
static int
tcsetpgrp
(int fd, pid_t pgrp);
124
tcsetpgrp
(int fd, pid_tpgrp)
function
217
if (
tcsetpgrp
(ttyfd, rootpid) == -1)
226
if (
tcsetpgrp
(ttyfd, initialpgrp) == -1)
273
if (
tcsetpgrp
(ttyfd, jp->ps[i].pid) != -1)
552
if (
tcsetpgrp
(ttyfd, getpid()) == -1)
922
if (
tcsetpgrp
(ttyfd, pgrp) == -1)
996
if (
tcsetpgrp
(ttyfd, mypgrp) == -1)
Completed in 64 milliseconds