Searched refs:PIPE (Results 1 - 25 of 92) sorted by relevance

1234

/macosx-10.10.1/xnu-2782.1.97/libkern/kxld/tests/
H A Dloadtest.py32 from subprocess import call, Popen, PIPE
35 pipe = Popen("/usr/sbin/kextfind \( -l -and -x -and -arch i386 \)", shell=True, stdout=PIPE).stdout
49 kextload = Popen(cmd, shell=True, stdin=PIPE, stdout=PIPE)
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dspu-opc.c35 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \
37 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \
/macosx-10.10.1/xnu-2782.1.97/tools/lldbmacros/plugins/
H A Diosspeedtracer.py23 ios_process = subprocess.Popen([os.path.join(os.path.dirname(os.path.abspath(__file__)), "iosspeedtracer.sh")], stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
/macosx-10.10.1/zsh-61/zsh/Util/
H A Dcheck_exports34 open PIPE, "nm $file |" or die "Can't popen nm";
35 while (<PIPE>) {
53 close PIPE or die "nm failed";
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/examples/
H A Dinline.daemon14 $SIG{PIPE} = $SIG{INT} = 'IGNORE'; # don't want to die on 'Broken pipe' or Ctrl-C
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/examples/server/
H A Dsoap.daemon8 $SIG{PIPE} = $SIG{INT} = 'IGNORE'; # don't want to die on 'Broken pipe' or Ctrl-C
H A Dsoap.tcp8 $SIG{PIPE} = $SIG{INT} = 'IGNORE'; # don't want to die on 'Broken pipe' or Ctrl-C
H A Dsoap.daemon.forkafterprocessing13 $SIG{PIPE} = $SIG{INT} = 'IGNORE'; # don't want to die on 'Broken pipe' or Ctrl-C
H A Dsoap.daemon.forkonaccept12 $SIG{PIPE} = $SIG{INT} = 'IGNORE'; # don't want to die on 'Broken pipe' or Ctrl-C
/macosx-10.10.1/PowerManagement-494.1.2/BATS/
H A Diopmruntests.py64 stdout=subprocess.PIPE,
65 stderr=subprocess.PIPE)
/macosx-10.10.1/CPANInternal-159.1/String-ShellQuote-1.04/
H A Dtest.t87 my $pid = open PIPE, '-|';
98 my $r = join '', <PIPE>;
99 if (!close PIPE) {
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/gke/
H A Dgkgenerate58 unpack = subprocess.Popen(["/usr/local/bin/gkunpack"], stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
H A Dgkhandmake70 ], stderr=subprocess.PIPE)
H A Dgkrecord114 dtrace = subprocess.Popen(["dtrace", "-qs", "/dev/stdin", str(spd_pid)], stdin=subprocess.PIPE, stdout=authfd, stderr=subprocess.PIPE)
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/NonFunctional/RemotePyInterpreter/
H A Dtest_client.py7 from subprocess import Popen, PIPE
45 proc = Popen([executable, 'tcpinterpreter.py', repr(hostport)], stdin=PIPE, stdout=PIPE, stderr=PIPE, close_fds=True)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/NonFunctional/RemotePyInterpreter/
H A Dtest_client.py7 from subprocess import Popen, PIPE
45 proc = Popen([executable, 'tcpinterpreter.py', repr(hostport)], stdin=PIPE, stdout=PIPE, stderr=PIPE, close_fds=True)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/NonFunctional/RemotePyInterpreter/
H A Dtest_client.py7 from subprocess import Popen, PIPE
45 proc = Popen([executable, 'tcpinterpreter.py', repr(hostport)], stdin=PIPE, stdout=PIPE, stderr=PIPE, close_fds=True)
/macosx-10.10.1/xnu-2782.1.97/tools/
H A Dsymbolify.py2 from subprocess import Popen, PIPE, call
24 p = Popen(cmd, shell=True, stdout=PIPE)
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/perldriver/
H A DPerfFramework.pm259 open(PIPE, "$cmd|") or die "Can't run \"$cmd\"";
261 while (<PIPE>) {
264 close(PIPE) or die "Program failed: \"$cmd\"";
/macosx-10.10.1/llvmCore-3425.0.34/utils/lit/lit/
H A DTestRunner.py32 stdin=subprocess.PIPE,
33 stdout=subprocess.PIPE,
34 stderr=subprocess.PIPE,
72 input = subprocess.PIPE
112 result = subprocess.PIPE
118 result = subprocess.PIPE
138 if (stderr == subprocess.STDOUT and stdout != subprocess.PIPE):
139 stderr = subprocess.PIPE
144 # Don't allow stderr on a PIPE except for the last
148 if stderr == subprocess.PIPE an
[all...]
/macosx-10.10.1/lsof-53/lsof/scripts/
H A Dbig_brother.perl539 $lsof_pid = open(PIPE, "$LSOF $lsof_opt 2>&1 |")
45 while (<PIPE>) {
78 close(PIPE);
/macosx-10.10.1/CPANInternal-159.1/IO-Socket-SSL/t/
H A Dsignal-readline.t56 $SIG{PIPE} = 'IGNORE';
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Dspu.h73 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \
75 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \
/macosx-10.10.1/llvmCore-3425.0.34/utils/git/
H A Dfind-rev25 stdout=subprocess.PIPE)
/macosx-10.10.1/file_cmds-242/gzip/
H A Dznew60 trap 'rm -f "$tmp"; exit 1' HUP INT QUIT PIPE TERM

Completed in 300 milliseconds

1234