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

  /bionic/libc/unistd/
setpgrp.c 30 int setpgrp(void) function
  /prebuilt/linux-x86/toolchain/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...]

Completed in 236 milliseconds