Home
last modified time | relevance | path

Searched refs:setpgrp (Results 1 – 20 of 20) sorted by relevance

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