/third_party/node/deps/openssl/openssl/util/ |
H A D | withlibctx.pl | 16 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 D | update_fuzzer.py | 55 stderr=subprocess.STDOUT) 60 stderr=subprocess.STDOUT) 66 stderr=subprocess.STDOUT) 71 stderr=subprocess.STDOUT)
|
/third_party/openssl/util/ |
H A D | withlibctx.pl | 16 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 D | pseudo-tty.py | 12 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 D | conformance_ruby.rb | 117 STDOUT.write([serialized_response.length].pack('V')) 118 STDOUT.write(serialized_response) 119 STDOUT.flush
|
H A D | conformance_php.php | 105 fwrite(STDOUT, pack("V", strlen($serialized_response))); 106 fwrite(STDOUT, $serialized_response);
|
/third_party/mbedtls/scripts/ |
H A D | abi_check.py | 183 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 D | gyp_main.py | 16 "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 D | gyp_main.py | 16 "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 D | 2-2.c | 48 #define STDOUT 1 macro 72 close(STDOUT); in sigterm_handler() 74 dup2(the_pipe[1], STDOUT); in sigterm_handler()
|
H A D | 2-1.c | 48 #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 D | clang_format.py | 115 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 D | win_tool.py | 140 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 D | win_tool.py | 140 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 D | windows_utils.py | 25 STDOUT = subprocess.STDOUT variable 148 elif stderr == STDOUT:
|
/third_party/node/deps/openssl/openssl/ms/ |
H A D | uplink-x86_64.pl | 15 *STDOUT=*OUT; 74 close STDOUT;
|
H A D | uplink-ia64.pl | 9 $output = pop and open STDOUT,">$output"; 60 close STDOUT;
|
/third_party/node/deps/openssl/openssl/crypto/rc5/asm/ |
H A D | rc5-586.pl | 15 $output = pop and open STDOUT,">$output"; 34 close STDOUT or die "error closing STDOUT: $!";
|
/third_party/python/Tools/scripts/ |
H A D | get-remote-certificate.py | 18 from subprocess import Popen, PIPE, STDOUT, DEVNULL namespace 19 proc = Popen(cmd, stdout=PIPE, stderr=STDOUT, stdin=DEVNULL)
|
/third_party/openssl/ms/ |
H A D | uplink-x86_64.pl | 15 *STDOUT=*OUT; 74 close STDOUT;
|
H A D | uplink-ia64.pl | 9 $output = pop and open STDOUT,">$output"; 60 close STDOUT;
|
/third_party/openssl/crypto/rc5/asm/ |
H A D | rc5-586.pl | 15 $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 D | bf-586.pl | 15 $output = pop and open STDOUT,">$output"; 34 close STDOUT or die "error closing STDOUT: $!";
|
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
H A D | arm-xlate.pl | 13 open STDOUT,">$output" || die "can't open $output: $!"; 193 close STDOUT or die "error closing STDOUT: $!";
|
/third_party/openssl/crypto/bf/asm/ |
H A D | bf-586.pl | 15 $output = pop and open STDOUT,">$output"; 34 close STDOUT or die "error closing STDOUT: $!";
|