HomeSort by relevance Sort by last modified time
    Searched refs:tcsetpgrp (Results 1 - 21 of 21) sorted by null

  /external/toybox/toys/other/
setsid.c 25 tcsetpgrp(0, getpid());
  /bionic/libc/bionic/
termios.cpp 44 int tcsetpgrp(int fd, pid_t pid) { function
  /external/openssh/openbsd-compat/
bsd-nextstep.h 51 int tcsetpgrp(int, pid_t);
bsd-nextstep.c 75 int tcsetpgrp(int fd, pid_t pgrp) function
  /device/linaro/bootloader/edk2/StdLib/Include/
unistd.h 156 int tcsetpgrp(int, pid_t);
  /external/mksh/src/
jobs.c 247 if (tcsetpgrp(tty_fd, restore_ttypgrp) < 0) {
249 Tj_suspend, "tcsetpgrp", cstrerror(errno));
272 } else if (tcsetpgrp(tty_fd, kshpid) < 0) {
274 Tj_suspend, "tcsetpgrp", cstrerror(errno));
326 tcsetpgrp(tty_fd, restore_ttypgrp);
379 if (tcsetpgrp(tty_fd, kshpid) < 0) {
381 "j_init", "tcsetpgrp",
546 tcsetpgrp(tty_fd, j->pgrp);
865 tcsetpgrp(tty_fd, (j->flags & JF_SAVEDTTYPGRP) ?
872 "fg: 1st", "tcsetpgrp", tty_fd
    [all...]
  /bionic/libc/include/
unistd.h 305 int tcsetpgrp(int __fd, pid_t __pid);
  /external/toybox/toys/pending/
getty.c 306 tcsetpgrp(STDIN_FILENO, pid);
  /bionic/tests/headers/posix/
unistd_h.c 369 FUNCTION(tcsetpgrp, int (*f)(int, pid_t));
  /external/u-boot/common/
cli_hush.c 686 tcsetpgrp(shell_terminal, pi->pgrp);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_os.py 626 if hasattr(os, "tcsetpgrp"):
627 self.check(os.tcsetpgrp, 0)
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 601 #define tcsetpgrp _tcsetpgrp
  /external/python/cpython2/Lib/test/
test_os.py 724 @unittest.skipUnless(hasattr(os, 'tcsetpgrp'), 'test needs os.tcsetpgrp()')
726 self.check(os.tcsetpgrp, 0)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c     [all...]
  /external/python/cpython3/Lib/test/
test_os.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c     [all...]
  /external/python/cpython2/Modules/
posixmodule.c     [all...]
  /external/python/cpython3/Modules/
posixmodule.c     [all...]
  /external/python/cpython2/
configure     [all...]
  /external/python/cpython3/
configure     [all...]

Completed in 1910 milliseconds