Home
last modified time | relevance | path

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

12

/src/tools/test/stress2/misc/
H A Dkillpg.sh74 setpgrp(0, getpid());
93 setpgrp(0, getpid());
H A Dkillpg2.sh85 setpgrp(0, 0);
H A Dkillpg3.sh117 setpgrp(0, 0);
/src/contrib/sendmail/include/sm/
H A Dconf.h510 # define setpgid setpgrp
701 # define setpgid setpgrp
1109 # define setpgid setpgrp
1175 # define setpgid setpgrp
1432 # define setpgid setpgrp
1674 # define setpgid setpgrp
1698 # define setpgid setpgrp
2186 # define setpgid setpgrp
2254 # define setpgid setpgrp
/src/lib/libc/compat-43/
H A Dsetpgrp.c36 setpgrp(pid_t pid, pid_t pgid) in setpgrp() function
H A DSymbol.map7 setpgrp;
H A DMakefile.inc4 SRCS+= gethostid.c getwd.c killpg.c sethostid.c setpgrp.c \
/src/crypto/krb5/src/lib/apputils/
H A Ddaemon.c62 setpgrp();
/src/crypto/openssh/openbsd-compat/
H A Dbsd-misc.h26 #define setsid() setpgrp(0, getpid())
/src/contrib/libpcap/lbl/
H A Dos-sunos4.h145 int setpgrp(int, int);
/src/contrib/tcpdump/lbl/
H A Dos-sunos4.h146 int setpgrp(int, int);
/src/crypto/openssh/
H A Dsshpty.c131 if (setpgrp(0,0) < 0) in pty_make_controlling_tty()
/src/contrib/tcsh/
H A Dtc.os.h402 # define setpgid(pid, pgrp) setpgrp(pid, pgrp)
/src/contrib/ntp/adjtimed/
H A Dadjtimed.c147 setpgrp(); in main()
/src/libexec/bootpd/bootpgw/
H A Dbootpgw.c352 setpgrp(0,0); in main()
/src/include/
H A Dunistd.h580 int setpgrp(pid_t, pid_t); /* obsoleted by setpgid() */
/src/contrib/ntp/parseutil/
H A Ddcfd.c1226 (void) setpgrp(); in detach()
1228 (void) setpgrp(0, getpid()); in detach()
/src/contrib/ntp/ntpd/
H A Dntpd.c166 # define ntp_setpgrp(x, y) setpgrp()
168 # define ntp_setpgrp(x, y) setpgrp(x, y)
/src/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c1043 setpgrp(0, 0); /* if setpgid isn't available, setpgrp in login_tty()
1151 setpgrp(); in startslave()
/src/lib/libsys/
H A DMakefile.sys531 MLINKS+=setpgid.2 setpgrp.2
/src/tests/sys/audit/
H A Dprocess-control.c938 ATF_REQUIRE_EQ(0, setpgrp(0, 0)); in ATF_TC_BODY()
962 ATF_REQUIRE_EQ(-1, setpgrp(-1, -1)); in ATF_TC_BODY()
/src/contrib/openbsm/etc/
H A Daudit_event48 27:AUE_SETPGRP:setpgrp(2):pc
195 204:AUE_OSETPGRP:Solaris old setpgrp(2):pc
/src/libexec/bootpd/
H A Dbootpd.c382 setpgrp(0,0); in main()
/src/contrib/ntp/
H A Dconfigure.ac1006 [number of arguments taken by setpgrp()],
1019 setpgrp(0, 0);
1029 [define if setpgrp takes 0 arguments])
/src/contrib/bmake/
H A Djob.c1599 (void)setpgrp(0, getpid()); in JobExec()

12