Home
last modified time | relevance | path

Searched refs:forked (Results 1 – 25 of 54) sorted by relevance

123

/netbsd-src/lib/libutil/
H A Dttymsg.c72 int forked = 0; in ttymsg() local
156 if (forked) in ttymsg()
163 if (forked) { in ttymsg()
179 forked++; in ttymsg()
196 if (forked) in ttymsg()
205 if (forked) in ttymsg()
/netbsd-src/external/bsd/unbound/dist/testdata/fwd_oneport.tdir/
H A Dfwd_oneport.post11 # find all extra forked testns and kill them.
12 pidlist=`fgrep "forked pid:" fwd.log | sed -e 's/forked pid: //'`
/netbsd-src/external/bsd/unbound/dist/testdata/fwd_three.tdir/
H A Dfwd_three.post13 # find all extra forked testns and kill them.
14 pidlist=`fgrep "forked pid:" fwd.log | sed -e 's/forked pid: //'`
/netbsd-src/external/bsd/unbound/dist/testdata/fwd_udptmout.tdir/
H A Dfwd_udptmout.post12 # find all extra forked testns and kill them.
13 pidlist=`fgrep "forked pid:" fwd.log | sed -e 's/forked pid: //'`
/netbsd-src/external/bsd/unbound/dist/testdata/fwd_waitudp.tdir/
H A Dfwd_waitudp.post13 # find all extra forked testns and kill them.
14 pidlist=`fgrep "forked pid:" fwd.log | sed -e 's/forked pid: //'`
/netbsd-src/external/bsd/unbound/dist/testdata/fwd_three_service.tdir/
H A Dfwd_three_service.post13 # find all extra forked testns and kill them.
14 pidlist=`fgrep "forked pid:" fwd.log | sed -e 's/forked pid: //'`
/netbsd-src/tests/lib/libc/sys/
H A Dt_setrlimit.c577 pid_t forked, waited; in checkstack() local
580 RL(forked = fork()); in checkstack()
581 if (forked == 0) { /* child */ in checkstack()
587 RL(waited = waitpid(forked, &status, 0)); in checkstack()
588 ATF_REQUIRE_EQ_MSG(waited, forked, "waited=%jd forked=%jd", in checkstack()
589 (intmax_t)waited, (intmax_t)forked); in checkstack()
/netbsd-src/bin/csh/
H A Dsem.c70 volatile int forked; in execute() local
72 UNREGISTER(forked); in execute()
76 forked = 0; in execute()
201 forked++; in execute()
265 forked++; in execute()
374 if (forked) in execute()
/netbsd-src/external/bsd/top/dist/machine/
H A Dm_linuxthr.man28 start. This heuristic can mistake a recently forked child as a thread,
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dprivsep.c636 bool forked; in ps_managersandbox() local
639 forked = ctx->options & DHCPCD_FORKED; in ps_managersandbox()
642 if (forked) in ps_managersandbox()
/netbsd-src/usr.bin/calendar/calendars/
H A Dcalendar.netbsd83 08/20 pkgsrc forked from FreeBSD Ports, 1997
/netbsd-src/tests/lib/libcurses/
H A Dtestframe.txt28 is forked by the director on start up. It reads commands from the
272 is forked off by the director and communicates to the director over a
/netbsd-src/external/bsd/openldap/dist/libraries/liblmdb/
H A DCHANGES29 ITS#8844 Fix mdb_env_close in forked process
/netbsd-src/external/bsd/nsd/dist/doc/
H A DTODO101 server processes once the new ones are forked and answering for secondary
H A DNSD-VERIFY-MODS50 more zones being corrupt or inconsistent, the newly forked server will quit
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-im.cc2393 bitmap refs_not_supported, bool forked, in sm_seq_valid_bb() argument
2416 forked, fully_visited); in sm_seq_valid_bb()
2426 if (forked) in sm_seq_valid_bb()
2631 && forked) in sm_seq_valid_bb()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
H A Dconfig.h.in169 * define HAVE_SETREUID. Otherwise screen will use a forked process to
/netbsd-src/crypto/external/bsd/heimdal/dist/
H A DNEWS213 - In pre-forked mode (default on Unix), correctly clear
706 turning telnetd off because it forked too fast.
746 turning telnetd off because it forked too fast.
/netbsd-src/external/gpl2/xcvs/dist/doc/
H A DRCSFILES188 1000 revisions on branch that forked at the root (i.e., RCS revisions
/netbsd-src/external/gpl2/xcvs/dist/
H A DChangeLog.zoo215 To support this notion of forked development, CVS reserves
391 * Lots of additional error checking for forked processes (run_exec)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
H A Dnvptx.md1179 "// forked %0;"
H A Dnvptx.c4638 rtx_insn *forked = par->forked_insn; in nvptx_optimize_inner() local
4641 if (NEXT_INSN (forked) != fork) in nvptx_optimize_inner()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A DChangeLog8 * rand-fortuna.c: If we forked, force a reseed again. Add the pid
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/
H A Dnvptx.cc5110 rtx_insn *forked = par->forked_insn; in nvptx_optimize_inner() local
5113 if (NEXT_INSN (forked) != fork) in nvptx_optimize_inner()
H A Dnvptx.md1778 "// forked %0;"

123