| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| job-control.cc | 33 setpgrp might not exist on a system without job control. 36 calls setpgrp and a setpgrp which does nothing (any system with job control 54 retval = setpgrp (); 56 retval = setpgrp (getpid (), getpid ());
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| job-control.cc | 33 setpgrp might not exist on a system without job control. 36 calls setpgrp and a setpgrp which does nothing (any system with job control 54 retval = setpgrp (); 56 retval = setpgrp (getpid (), getpid ());
|
| /src/lib/libc/compat-43/ |
| setpgrp.c | 1 /* $NetBSD: setpgrp.c,v 1.8 2003/08/07 16:42:40 agc Exp $ */ 35 static char sccsid[] = "@(#)setpgrp.c 8.1 (Berkeley) 6/2/93"; 37 __RCSID("$NetBSD: setpgrp.c,v 1.8 2003/08/07 16:42:40 agc Exp $"); 45 setpgrp(pid_t pid, pid_t pgid) function
|
| Makefile.inc | 8 killpg.c sethostid.c setpgrp.c \
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| gcorebg.c | 50 setpgrp ();
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| gcorebg.c | 50 setpgrp ();
|
| /src/external/bsd/libpcap/dist/lbl/ |
| os-sunos4.h | 147 int setpgrp(int, int);
|
| /src/external/bsd/tcpdump/dist/lbl/ |
| os-sunos4.h | 146 int setpgrp(int, int);
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| sys_compat.c | 240 if (setpgrp(p, p))
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/ |
| unistd.d | 2417 pid_t setpgrp(); 2443 pid_t setpgrp() @trusted; 2496 pid_t setpgrp() @trusted; 2521 int setpgrp(pid_t, pid_t) @trusted; 2546 int setpgrp(pid_t, pid_t) @trusted; 2571 int setpgrp(pid_t, pid_t) @trusted; 2596 int setpgrp(pid_t, pid_t) @trusted; 2614 int setpgrp() @trusted; 2634 pid_t setpgrp(); 2694 pid_t setpgrp() @trusted [all...] |
| /src/include/ |
| unistd.h | 281 int setpgrp(pid_t, pid_t); /* obsoleted by setpgid() */
|
| /src/usr.sbin/sliplogin/ |
| sliplogin.c | 261 (void)setpgrp(0, getpid());
|
| /src/external/bsd/ipf/dist/ipsd/ |
| ipsd.c | 284 (void) setpgrp(0, getpgrp());
|
| /src/usr.sbin/bootp/bootpgw/ |
| bootpgw.c | 348 setpgrp(0,0);
|
| /src/external/bsd/ntp/dist/adjtimed/ |
| adjtimed.c | 149 setpgrp();
|
| /src/external/bsd/ntp/dist/ntpd/ |
| ntpd.c | 168 # define ntp_setpgrp(x, y) setpgrp() 170 # define ntp_setpgrp(x, y) setpgrp(x, y)
|
| /src/external/bsd/ntp/dist/parseutil/ |
| dcfd.c | 1228 (void) setpgrp(); 1230 (void) setpgrp(0, getpid());
|
| /src/external/bsd/am-utils/dist/conf/autofs/ |
| autofs_linux.c | 687 setpgrp();
|
| /src/games/hunt/huntd/ |
| driver.c | 378 (void) setpgrp(getpid(), getpid());
|
| /src/usr.sbin/bootp/bootpd/ |
| bootpd.c | 382 setpgrp(0,0);
|
| /src/bin/ksh/ |
| jobs.c | 54 # define setpgid setpgrp
|
| /src/usr.sbin/lpr/lpd/ |
| printjob.c | 170 setpgrp(0, pid);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| configure | 20063 setpgrp \ 30172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setpgrp takes no argument" >&5 30173 $as_echo_n "checking whether setpgrp takes no argument... " >&6; } 30178 as_fn_error $? "cannot check setpgrp when cross compiling" "$LINENO" 5 30186 /* If this system has a BSD-style setpgrp which takes arguments, 30187 setpgrp(1, 1) will fail with ESRCH and return -1, in that case 30189 return setpgrp (1,1) != -1; 30213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setpgrp takes no argument" >&5 30214 $as_echo_n "checking whether setpgrp takes no argument... " >&6; } 30224 if (setpgrp(1,1) == -1 [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| configure | 19964 setpgrp \ 30047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setpgrp takes no argument" >&5 30048 $as_echo_n "checking whether setpgrp takes no argument... " >&6; } 30053 as_fn_error $? "cannot check setpgrp when cross compiling" "$LINENO" 5 30061 /* If this system has a BSD-style setpgrp which takes arguments, 30062 setpgrp(1, 1) will fail with ESRCH and return -1, in that case 30064 return setpgrp (1,1) != -1; 30088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setpgrp takes no argument" >&5 30089 $as_echo_n "checking whether setpgrp takes no argument... " >&6; } 30099 if (setpgrp(1,1) == -1 [all...] |
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| configure | 8769 setpgrp \
|