Home
last modified time | relevance | path

Searched refs:subprocess (Results 1 – 18 of 18) sorted by relevance

/onnv-gate/usr/src/tools/onbld/Checks/
H A DProcessCheck.py33 import subprocess
55 p = subprocess.Popen([command] + args,
56 stdin=subprocess.PIPE, stdout=tmpfile,
57 stderr=subprocess.STDOUT, close_fds=False)
/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c200 struct subprocess { struct
205 struct subprocess *next; argument
208 static struct subprocess *children;
2131 struct subprocess *chp;
2135 chp = (struct subprocess *) malloc(sizeof(struct subprocess));
2159 struct subprocess *chp, **prevp;
2213 struct subprocess *chp;
2234 struct subprocess *chp; in final_reap()
/onnv-gate/usr/src/cmd/beadm/
H A Dbeadm.py39 import subprocess
1032 proc = subprocess.Popen("/sbin/zonename",
1033 stdout = subprocess.PIPE,
1034 stderr = subprocess.STDOUT)
/onnv-gate/usr/src/cmd/cmd-inet/etc/
H A Dservices147 dtspc 6112/tcp # CDE subprocess control
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Fcntl/t/
H A Dsyslfs.t120 # This may fail by producing some signal; run in a subprocess first for safety
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dlfs.t127 # This may fail by producing some signal; run in a subprocess first for safety
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperlfilter.pod258 small example above, a separate subprocess will be created to run the
259 Unix C<tr> command. Each use of the filter requires its own subprocess.
H A Dperldebtut.pod170 |[|]db_cmd Send output to pager ![!] syscmd Run cmd in a subprocess
H A Dperldebug.pod429 Run cmd in a subprocess (reads from DB::IN, writes to DB::OUT) See
H A Dperlfaq8.pod1053 passes the signal on to the subprocess. Or you can check for it:
H A Dperlport.pod1973 in C<wait> or C<waitpid>. Failure to spawn() a subprocess is indicated
1975 Unix (i.e. the exitstatus of the subprocess is obtained by "$? >> 8",
H A Dperlvar.pod634 exit value of the subprocess is really (C<<< $? >> 8 >>>), and
H A Dperldiag.pod1826 to C<exec> should affect the current script or a subprocess (see
2922 process which isn't a subprocess of the current process. While this is
H A Dperl56delta.pod1620 Extension of subprocess invocation code to accept filespecs as command
H A Dperl561delta.pod2225 Extension of subprocess invocation code to accept filespecs as command
H A Dperlfunc.pod2870 the subprocess.
H A Dperltoc.pod17723 :filesys_write, :subprocess, :ownprocess, :others, :still_to_be_decided,
/onnv-gate/usr/src/lib/libshell/common/
H A DRELEASE703 07-09-06 A bug in which subprocess cleanup could corrupt the malloc() heap