Searched refs:subprocess (Results 1 – 18 of 18) sorted by relevance
| /onnv-gate/usr/src/tools/onbld/Checks/ |
| H A D | ProcessCheck.py | 33 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 D | main.c | 200 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 D | beadm.py | 39 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 D | services | 147 dtspc 6112/tcp # CDE subprocess control
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Fcntl/t/ |
| H A D | syslfs.t | 120 # 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 D | lfs.t | 127 # 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 D | perlfilter.pod | 258 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 D | perldebtut.pod | 170 |[|]db_cmd Send output to pager ![!] syscmd Run cmd in a subprocess
|
| H A D | perldebug.pod | 429 Run cmd in a subprocess (reads from DB::IN, writes to DB::OUT) See
|
| H A D | perlfaq8.pod | 1053 passes the signal on to the subprocess. Or you can check for it:
|
| H A D | perlport.pod | 1973 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 D | perlvar.pod | 634 exit value of the subprocess is really (C<<< $? >> 8 >>>), and
|
| H A D | perldiag.pod | 1826 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 D | perl56delta.pod | 1620 Extension of subprocess invocation code to accept filespecs as command
|
| H A D | perl561delta.pod | 2225 Extension of subprocess invocation code to accept filespecs as command
|
| H A D | perlfunc.pod | 2870 the subprocess.
|
| H A D | perltoc.pod | 17723 :filesys_write, :subprocess, :ownprocess, :others, :still_to_be_decided,
|
| /onnv-gate/usr/src/lib/libshell/common/ |
| H A D | RELEASE | 703 07-09-06 A bug in which subprocess cleanup could corrupt the malloc() heap
|