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

  /bionic/libc/bionic/
termios.cpp 38 pid_t tcgetpgrp(int fd) { function
  /device/linaro/bootloader/edk2/StdLib/Include/
unistd.h 44 pid_t tcgetpgrp(int);
  /bionic/libc/include/
unistd.h 225 pid_t tcgetpgrp(int __fd);
  /bionic/tests/headers/posix/
unistd_h.c 368 FUNCTION(tcgetpgrp, pid_t (*f)(int));
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
SysCalls.c 1387 pid_t tcgetpgrp (int x) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
unistd.h 862 extern __pid_t tcgetpgrp (int __fd) __THROW;
    [all...]
  /external/mksh/src/
jobs.c 364 if ((ttypgrp = tcgetpgrp(tty_fd)) < 0) {
366 "j_init", "tcgetpgrp",
1194 (j->saved_ttypgrp = tcgetpgrp(tty_fd)) >= 0)
    [all...]
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 597 #define tcgetpgrp _tcgetpgrp
  /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...]
  /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 569 milliseconds