Home
last modified time | relevance | path

Searched refs:setpgrp (Results 1 – 18 of 18) sorted by path

/dragonfly/
H A DMakefile_upgrade.inc3166 TO_REMOVE+=/usr/share/man/man2/setpgrp.2.gz
/dragonfly/contrib/bmake/
H A Djob.c1528 (void)setpgrp(0, getpid()); in JobExec()
/dragonfly/contrib/gdb-7/gdb/
H A Dconfig.in363 /* Define to 1 if you have the `setpgrp' function. */
668 /* Define to 1 if the `setpgrp' function takes no argument. */
H A Dconfigure.ac1164 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)
H A Dinflow.c854 retval = setpgrp (); in gdb_setpgid()
856 retval = setpgrp (getpid (), getpid ()); in gdb_setpgid()
/dragonfly/contrib/tcsh-6/
H A Dtc.os.h402 # define setpgid(pid, pgrp) setpgrp(pid, pgrp)
/dragonfly/crypto/openssh/
H A Dsshpty.c131 if (setpgrp(0,0) < 0) in pty_make_controlling_tty()
/dragonfly/include/
H A Dunistd.h607 int setpgrp(pid_t _pid, pid_t _pgrp); /* obsoleted by setpgid() */
/dragonfly/lib/libc/compat-43/
H A DMakefile.inc7 SRCS+= sethostid.c setpgrp.c setrgid.c setruid.c sigcompat.c
H A DSymbol.map3 setpgrp;
H A Dsetpgrp.c37 setpgrp(pid_t pid, pid_t pgid) in setpgrp() function
/dragonfly/lib/libc/sys/
H A DMakefile.inc208 MLINKS+=setpgid.2 setpgrp.3
/dragonfly/lib/libssh/openbsd-compat/
H A Dbsd-misc.h26 #define setsid() setpgrp(0, getpid())
/dragonfly/libexec/bootpd/
H A Dbootpd.c387 setpgrp(0,0); in main()
/dragonfly/libexec/bootpd/bootpgw/
H A Dbootpgw.c358 setpgrp(0,0); in main()
/dragonfly/usr.bin/telnet/
H A DREADME394 3) do a setsid()/setpgrp()
/dragonfly/usr.sbin/cron/lib/
H A Dcompat.c107 newpgrp = setpgrp(0, getpid()); in setsid()
115 newpgrp = setpgrp(); in setsid()
/dragonfly/usr.sbin/lpr/lpd/
H A Dprintjob.c160 setpgrp(0, printpid); in printjob()