Home
last modified time | relevance | path

Searched refs:STDOUT (Results 1 - 25 of 422) sorted by relevance

12345678910>>...17

/third_party/node/deps/openssl/openssl/util/
H A Dwithlibctx.pl16 open (my $STDOUT_ORIG, '>&', STDOUT);
22 open(STDOUT, '>>', $tmpfile);
25 close(STDOUT);
28 # restore STDOUT
29 open (STDOUT, '>&', $STDOUT_ORIG);
/third_party/skia/resources/sksl/
H A Dupdate_fuzzer.py55 stderr=subprocess.STDOUT)
60 stderr=subprocess.STDOUT)
66 stderr=subprocess.STDOUT)
71 stderr=subprocess.STDOUT)
/third_party/openssl/util/
H A Dwithlibctx.pl16 open (my $STDOUT_ORIG, '>&', STDOUT);
22 open(STDOUT, '>>', $tmpfile);
25 close(STDOUT);
28 # restore STDOUT
29 open (STDOUT, '>&', $STDOUT_ORIG);
/third_party/node/tools/
H A Dpseudo-tty.py12 STDOUT = 1 variable
27 if dfd == STDOUT:
77 os.dup2(child_fd, STDOUT)
103 if pipe(parent_fd, STDOUT):
/third_party/protobuf/conformance/
H A Dconformance_ruby.rb117 STDOUT.write([serialized_response.length].pack('V'))
118 STDOUT.write(serialized_response)
119 STDOUT.flush
H A Dconformance_php.php105 fwrite(STDOUT, pack("V", strlen($serialized_response)));
106 fwrite(STDOUT, $serialized_response);
/third_party/mbedtls/scripts/
H A Dabi_check.py183 stderr=subprocess.STDOUT
196 stderr=subprocess.STDOUT
202 stderr=subprocess.STDOUT
214 stderr=subprocess.STDOUT
226 stderr=subprocess.STDOUT
236 stderr=subprocess.STDOUT
251 stderr=subprocess.STDOUT
285 stderr=subprocess.STDOUT
383 stderr=subprocess.STDOUT
447 stderr=subprocess.STDOUT
[all...]
/third_party/node/tools/gyp/
H A Dgyp_main.py16 "uname", stdout=subprocess.PIPE, stderr=subprocess.STDOUT
29 ["cygpath", "-u", path], stdout=subprocess.PIPE, stderr=subprocess.STDOUT
/third_party/node/deps/npm/node_modules/node-gyp/gyp/
H A Dgyp_main.py16 "uname", stdout=subprocess.PIPE, stderr=subprocess.STDOUT
29 ["cygpath", "-u", path], stdout=subprocess.PIPE, stderr=subprocess.STDOUT
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
H A D2-2.c48 #define STDOUT 1 macro
72 close(STDOUT); in sigterm_handler()
74 dup2(the_pipe[1], STDOUT); in sigterm_handler()
H A D2-1.c48 #define STDOUT 1 macro
72 close(STDOUT); in sigterm_handler()
74 dup2(the_pipe[1], STDOUT); in sigterm_handler()
/third_party/vixl/tools/
H A Dclang_format.py115 stdout = temp_file, stderr = subprocess.STDOUT)
123 stdout = subprocess.PIPE, stderr = subprocess.STDOUT)
129 stdout = subprocess.PIPE, stderr = subprocess.STDOUT)
139 subprocess.run(cmd_format, stdout=temp_file, stderr=subprocess.STDOUT)
/third_party/node/tools/gyp/pylib/gyp/
H A Dwin_tool.py140 stderr=subprocess.STDOUT,
254 args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT
298 args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT
317 args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT
335 args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dwin_tool.py140 stderr=subprocess.STDOUT,
253 args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT
297 args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT
316 args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT
334 args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT
/third_party/python/Lib/asyncio/
H A Dwindows_utils.py25 STDOUT = subprocess.STDOUT variable
148 elif stderr == STDOUT:
/third_party/node/deps/openssl/openssl/ms/
H A Duplink-x86_64.pl15 *STDOUT=*OUT;
74 close STDOUT;
H A Duplink-ia64.pl9 $output = pop and open STDOUT,">$output";
60 close STDOUT;
/third_party/node/deps/openssl/openssl/crypto/rc5/asm/
H A Drc5-586.pl15 $output = pop and open STDOUT,">$output";
34 close STDOUT or die "error closing STDOUT: $!";
/third_party/python/Tools/scripts/
H A Dget-remote-certificate.py18 from subprocess import Popen, PIPE, STDOUT, DEVNULL namespace
19 proc = Popen(cmd, stdout=PIPE, stderr=STDOUT, stdin=DEVNULL)
/third_party/openssl/ms/
H A Duplink-x86_64.pl15 *STDOUT=*OUT;
74 close STDOUT;
H A Duplink-ia64.pl9 $output = pop and open STDOUT,">$output";
60 close STDOUT;
/third_party/openssl/crypto/rc5/asm/
H A Drc5-586.pl15 $output = pop and open STDOUT,">$output";
34 close STDOUT or die "error closing STDOUT: $!";
/third_party/node/deps/openssl/openssl/crypto/bf/asm/
H A Dbf-586.pl15 $output = pop and open STDOUT,">$output";
34 close STDOUT or die "error closing STDOUT: $!";
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H A Darm-xlate.pl13 open STDOUT,">$output" || die "can't open $output: $!";
193 close STDOUT or die "error closing STDOUT: $!";
/third_party/openssl/crypto/bf/asm/
H A Dbf-586.pl15 $output = pop and open STDOUT,">$output";
34 close STDOUT or die "error closing STDOUT: $!";

Completed in 8 milliseconds

12345678910>>...17