Searched refs:setpgrp (Results 1 – 20 of 20) sorted by relevance
| /dflybsd-src/usr.sbin/cron/lib/ |
| H A D | compat.c | 107 newpgrp = setpgrp(0, getpid()); in setsid() 115 newpgrp = setpgrp(); in setsid()
|
| /dflybsd-src/lib/libc/compat-43/ |
| H A D | setpgrp.c | 37 setpgrp(pid_t pid, pid_t pgid) in setpgrp() function
|
| H A D | Symbol.map | 3 setpgrp;
|
| H A D | Makefile.inc | 7 SRCS+= sethostid.c setpgrp.c setrgid.c setruid.c sigcompat.c
|
| /dflybsd-src/lib/libssh/openbsd-compat/ |
| H A D | bsd-misc.h | 26 #define setsid() setpgrp(0, getpid())
|
| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | inflow.c | 854 retval = setpgrp (); in gdb_setpgid() 856 retval = setpgrp (getpid (), getpid ()); in gdb_setpgid()
|
| H A D | config.in | 363 /* Define to 1 if you have the `setpgrp' function. */ 668 /* Define to 1 if the `setpgrp' function takes no argument. */
|
| H A D | configure.ac | 1164 sbrk setpgid setpgrp setsid \ 1241 dnl Instead, assume we will have a prototype for setpgrp if cross compiling. 1245 AC_CACHE_CHECK([whether setpgrp takes no argument], ac_cv_func_setpgrp_void, 1249 if (setpgrp(1,1) == -1)
|
| /dflybsd-src/crypto/openssh/ |
| H A D | sshpty.c | 131 if (setpgrp(0,0) < 0) in pty_make_controlling_tty()
|
| H A D | config.h.in | 111 /* Need to call setpgrp as root */ 1730 /* Need setpgrp to for controlling tty */
|
| H A D | configure.ac | 1041 AC_DEFINE([NEED_SETPGRP], [1], [Need setpgrp to acquire controlling tty]) 1325 AC_DEFINE([NEED_SETPGRP], [1], [Need setpgrp to for controlling tty]) 1328 # DISABLE_FD_PASSING so that we call setpgrp as root, otherwise we 1330 AC_DEFINE([DISABLE_FD_PASSING], [1], [Need to call setpgrp as root])
|
| /dflybsd-src/contrib/tcsh-6/ |
| H A D | tc.os.h | 402 # define setpgid(pid, pgrp) setpgrp(pid, pgrp)
|
| /dflybsd-src/libexec/bootpd/bootpgw/ |
| H A D | bootpgw.c | 358 setpgrp(0,0); in main()
|
| /dflybsd-src/include/ |
| H A D | unistd.h | 607 int setpgrp(pid_t _pid, pid_t _pgrp); /* obsoleted by setpgid() */
|
| /dflybsd-src/lib/libc/sys/ |
| H A D | Makefile.inc | 208 MLINKS+=setpgid.2 setpgrp.3
|
| /dflybsd-src/libexec/bootpd/ |
| H A D | bootpd.c | 387 setpgrp(0,0); in main()
|
| /dflybsd-src/usr.sbin/lpr/lpd/ |
| H A D | printjob.c | 160 setpgrp(0, printpid); in printjob()
|
| /dflybsd-src/contrib/bmake/ |
| H A D | job.c | 1528 (void)setpgrp(0, getpid()); in JobExec()
|
| /dflybsd-src/usr.bin/telnet/ |
| H A D | README | 394 3) do a setsid()/setpgrp()
|
| /dflybsd-src/ |
| H A D | Makefile_upgrade.inc | 3166 TO_REMOVE+=/usr/share/man/man2/setpgrp.2.gz
|