HomeSort by relevance Sort by last modified time
    Searched refs:tcsetpgrp (Results 1 - 23 of 23) 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
  /device/linaro/bootloader/edk2/StdLib/Include/
unistd.h 156 int tcsetpgrp(int, pid_t);
  /external/mksh/src/
jobs.c 253 if (tcsetpgrp(tty_fd, restore_ttypgrp) < 0) {
255 Tj_suspend, "tcsetpgrp", cstrerror(errno));
278 } else if (tcsetpgrp(tty_fd, kshpid) < 0) {
280 Tj_suspend, "tcsetpgrp", cstrerror(errno));
332 tcsetpgrp(tty_fd, restore_ttypgrp);
385 if (tcsetpgrp(tty_fd, kshpid) < 0) {
387 "j_init", "tcsetpgrp",
552 tcsetpgrp(tty_fd, j->pgrp);
871 tcsetpgrp(tty_fd, (j->flags & JF_SAVEDTTYPGRP) ?
878 "fg: 1st", "tcsetpgrp", tty_fd
    [all...]
  /bionic/libc/include/
unistd.h 226 int tcsetpgrp(int __fd, pid_t __pid);
  /external/toybox/toys/pending/
getty.c 308 tcsetpgrp(STDIN_FILENO, pid);
  /bionic/tests/headers/posix/
unistd_h.c 369 FUNCTION(tcsetpgrp, int (*f)(int, pid_t));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
unistd.h 865 extern int tcsetpgrp (int __fd, __pid_t __pgrp_id) __THROW;
    [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 703 @unittest.skipUnless(hasattr(os, 'tcsetpgrp'), 'test needs os.tcsetpgrp()')
705 self.check(os.tcsetpgrp, 0)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_os.py 668 if hasattr(os, "tcsetpgrp"):
669 self.check(os.tcsetpgrp, 0)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_os.py 668 if hasattr(os, "tcsetpgrp"):
669 self.check(os.tcsetpgrp, 0)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_os.py 668 if hasattr(os, "tcsetpgrp"):
669 self.check(os.tcsetpgrp, 0)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_os.py 668 if hasattr(os, "tcsetpgrp"):
669 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 1503 milliseconds