| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | setpgrpstack.t | 12 ok(!eval { package A;sub foo { die("got here") }; package main; A->foo(setpgrp())}); 15 is join("_", setpgrp(0)), 1, 'setpgrp with one argument';
|
| H A D | lex_assign.t | 397 setpgrp # setpgrp
|
| H A D | taint.t | 1370 violates_taint(sub { setpgrp 0, $TAINT0 }, 'setpgrp');
|
| /openbsd-src/lib/libc/compat-43/ |
| H A D | setpgrp.c | 35 setpgrp(pid_t pid, pid_t pgid) in setpgrp() function
|
| H A D | Makefile.inc | 7 setpgrp.c sigcompat.c
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | inflow.c | 721 retval = setpgrp (); in gdb_setpgid() 723 retval = setpgrp (getpid (), getpid ()); in gdb_setpgid()
|
| H A D | config.in | 50 /* Define if the `setpgrp' function takes no argument. */ 236 /* Define if you have the setpgrp function. */
|
| H A D | configure.in | 446 AC_CHECK_FUNCS(setpgid setpgrp) 517 dnl Instead, assume we will have a prototype for setpgrp if cross compiling. 521 AC_CACHE_CHECK([whether setpgrp takes no argument], ac_cv_func_setpgrp_void, 525 if (setpgrp(1,1) == -1)
|
| H A D | configure | 6819 for ac_func in setpgid setpgrp 7330 echo $ac_n "checking whether setpgrp takes no argument""... $ac_c" 1>&6 7331 echo "configure:7332: checking whether setpgrp takes no argument" >&5 7347 * If this system has a BSD-style setpgrp, which takes arguments, exit 7352 if (setpgrp(1,1) == -1) 7383 echo $ac_n "checking whether setpgrp takes no argument""... $ac_c" 1>&6 7384 echo "configure:7385: checking whether setpgrp takes no argument" >&5 7396 if (setpgrp(1,1) == -1)
|
| /openbsd-src/usr.sbin/amd/amd/ |
| H A D | amd.c | 180 (void) setpgrp(); in daemon_mode()
|
| /openbsd-src/lib/libc/hidden/ |
| H A D | unistd.h | 145 PROTO_DEPRECATED(setpgrp);
|
| /openbsd-src/include/ |
| H A D | unistd.h | 529 int setpgrp(pid_t _pid, pid_t _pgrp); /* BSD compat version */
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perl5203delta.pod | 222 C<setpgrp($nonzero)> (with one argument) was accidentally changed in Perl 5.16 223 to mean C<setpgrp(0)>. This has been fixed.
|
| H A D | perl5101delta.pod | 1209 Using C<setpgrp()> with no arguments could corrupt the perl stack. 1632 Check that C<setpgrp> works.
|
| H A D | perl5160delta.pod | 4123 C<setpgrp($foo)> used to be equivalent to C<($foo, setpgrp)>, because 4124 C<setpgrp> was ignoring its argument if there was just one. Now it is 4125 equivalent to C<setpgrp($foo,0)>.
|
| H A D | perlfunc.pod | 334 L<C<readpipe>|/readpipe EXPR>, L<C<setpgrp>|/setpgrp PID,PGRP>, 531 L<C<setnetent>|/setnetent STAYOPEN>, L<C<setpgrp>|/setpgrp PID,PGRP>, 7713 =item setpgrp PID,PGRP 7714 X<setpgrp> X<group> 7720 implement POSIX L<setpgid(2)> or BSD L<setpgrp(2)>. If the arguments 7722 L<C<setpgrp>|/setpgrp PID,PGRP> does not accept any arguments, so only 7723 C<setpgrp( [all...] |
| /openbsd-src/gnu/usr.bin/perl/lib/B/ |
| H A D | Deparse-core.t | 631 setpgrp 2 p
|
| /openbsd-src/gnu/usr.bin/perl/t/porting/ |
| H A D | known_pod_issues.dat | 322 setpgrp(2)
|
| /openbsd-src/gnu/usr.bin/perl/regen/ |
| H A D | opcodes | 470 setpgrp setpgrp ck_fun isT@ S? S?
|
| /openbsd-src/lib/libc/ |
| H A D | Symbols.list | 496 setpgrp
|
| /openbsd-src/gnu/lib/libreadline/ |
| H A D | aclocal.m4 | 1205 dnl Check if the pgrp of setpgrp() can't be the pid of a zombie process. 1220 # define setpgid(x,y) setpgrp(x,y)
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | sys-protos.h | 989 extern pid_t setpgrp(void);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | sys-protos.h | 989 extern pid_t setpgrp(void);
|
| /openbsd-src/regress/usr.bin/tsort/ |
| H A D | pairs1 | 193 setpgrp.o setpgrp.o 2215 setpgrp.o setpgid.o
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Perldoc/corpus/ |
| H A D | perlfunc.pod | |