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

  /bionic/libc/unistd/
setpgrp.c 30 int setpgrp(void) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unistd.h 603 /* Both System V and BSD have `setpgrp' functions, but with different
617 extern int setpgrp (void) __THROW;
623 extern int __REDIRECT_NTH (setpgrp, (__pid_t __pid, __pid_t __pgrp), setpgid);
625 # define setpgrp setpgid macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 603 /* Both System V and BSD have `setpgrp' functions, but with different
617 extern int setpgrp (void) __THROW;
623 extern int __REDIRECT_NTH (setpgrp, (__pid_t __pid, __pid_t __pgrp), setpgid);
625 # define setpgrp setpgid macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 603 /* Both System V and BSD have `setpgrp' functions, but with different
617 extern int setpgrp (void) __THROW;
623 extern int __REDIRECT_NTH (setpgrp, (__pid_t __pid, __pid_t __pgrp), setpgid);
625 # define setpgrp setpgid macro
    [all...]

Completed in 174 milliseconds