HomeSort by relevance Sort by last modified time
    Searched defs:getpgrp (Results 1 - 6 of 6) sorted by null

  /bionic/libc/unistd/
getpgrp.c 30 pid_t getpgrp(void) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unistd.h 581 extern __pid_t getpgrp (void) __THROW;
584 extern __pid_t __REDIRECT_NTH (getpgrp, (__pid_t __pid), __getpgid);
586 # define getpgrp __getpgid macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 581 extern __pid_t getpgrp (void) __THROW;
584 extern __pid_t __REDIRECT_NTH (getpgrp, (__pid_t __pid), __getpgid);
586 # define getpgrp __getpgid macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 581 extern __pid_t getpgrp (void) __THROW;
584 extern __pid_t __REDIRECT_NTH (getpgrp, (__pid_t __pid), __getpgid);
586 # define getpgrp __getpgid macro
    [all...]
  /external/valgrind/main/coregrind/
m_libcproc.c 489 Int VG_(getpgrp) ( void ) function
  /external/openssh/
defines.h 603 # define getpgrp() getpgrp(0) macro

Completed in 588 milliseconds