Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dsetpgrpstack.t12 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 Dlex_assign.t397 setpgrp # setpgrp
H A Dtaint.t1370 violates_taint(sub { setpgrp 0, $TAINT0 }, 'setpgrp');
/openbsd-src/lib/libc/compat-43/
H A Dsetpgrp.c35 setpgrp(pid_t pid, pid_t pgid) in setpgrp() function
H A DMakefile.inc7 setpgrp.c sigcompat.c
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dinflow.c721 retval = setpgrp (); in gdb_setpgid()
723 retval = setpgrp (getpid (), getpid ()); in gdb_setpgid()
H A Dconfig.in50 /* Define if the `setpgrp' function takes no argument. */
236 /* Define if you have the setpgrp function. */
H A Dconfigure.in446 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 Dconfigure6819 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 Damd.c180 (void) setpgrp(); in daemon_mode()
/openbsd-src/lib/libc/hidden/
H A Dunistd.h145 PROTO_DEPRECATED(setpgrp);
/openbsd-src/include/
H A Dunistd.h529 int setpgrp(pid_t _pid, pid_t _pgrp); /* BSD compat version */
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl5203delta.pod222 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 Dperl5101delta.pod1209 Using C<setpgrp()> with no arguments could corrupt the perl stack.
1632 Check that C<setpgrp> works.
H A Dperl5160delta.pod4123 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 Dperlfunc.pod334 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 DDeparse-core.t631 setpgrp 2 p
/openbsd-src/gnu/usr.bin/perl/t/porting/
H A Dknown_pod_issues.dat322 setpgrp(2)
/openbsd-src/gnu/usr.bin/perl/regen/
H A Dopcodes470 setpgrp setpgrp ck_fun isT@ S? S?
/openbsd-src/lib/libc/
H A DSymbols.list496 setpgrp
/openbsd-src/gnu/lib/libreadline/
H A Daclocal.m41205 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 Dsys-protos.h989 extern pid_t setpgrp(void);
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dsys-protos.h989 extern pid_t setpgrp(void);
/openbsd-src/regress/usr.bin/tsort/
H A Dpairs1193 setpgrp.o setpgrp.o
2215 setpgrp.o setpgid.o
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Perldoc/corpus/
H A Dperlfunc.pod

12