| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | proc-api.c | 240 fprintf (procfs_file ? procfs_file : stdout, in ioctl_with_trace() 245 fprintf (procfs_file ? procfs_file : stdout, in ioctl_with_trace() 257 fprintf (procfs_file ? procfs_file : stdout, in ioctl_with_trace() 268 fprintf (procfs_file ? procfs_file : stdout, in ioctl_with_trace() 270 proc_prettyfprint_signalset (procfs_file ? procfs_file : stdout, in ioctl_with_trace() 274 fprintf (procfs_file ? procfs_file : stdout, in ioctl_with_trace() 277 proc_prettyfprint_faultset (procfs_file ? procfs_file : stdout, in ioctl_with_trace() 281 fprintf (procfs_file ? procfs_file : stdout, in ioctl_with_trace() 284 proc_prettyfprint_syscalls (procfs_file ? procfs_file : stdout, in ioctl_with_trace() 288 fprintf (procfs_file ? procfs_file : stdout, in ioctl_with_trace() [all …]
|
| /openbsd-src/regress/lib/libcrypto/ec/ |
| H A D | ectest.c | 85 fflush(stdout); \ 110 fprintf(stdout, "verify group order ..."); in group_order_tests() 111 fflush(stdout); in group_order_tests() 118 fprintf(stdout, "."); in group_order_tests() 119 fflush(stdout); in group_order_tests() 124 fprintf(stdout, " ok\n"); in group_order_tests() 125 fprintf(stdout, "long/negative scalar tests ... "); in group_order_tests() 149 fprintf(stdout, "ok\n"); in group_order_tests() 200 fprintf(stdout, "Curve defined by Weierstrass equation\n y^2 = x^3 + a*x + b (mod 0x"); in prime_field_tests() 201 BN_print_fp(stdout, in prime_field_tests() [all...] |
| /openbsd-src/usr.bin/dig/lib/dns/ |
| H A D | gen.c | 142 fprintf(stdout, "\n#define %s \\\n", name); in doswitch() 143 fprintf(stdout, "\tswitch (%s) { \\\n" /*}*/, tsw); in doswitch() 148 fprintf(stdout, "\t\tdefault: break; \\\n"); in doswitch() 150 fprintf(stdout, in doswitch() 152 fputs(/*{*/ "\t\t} \\\n", stdout); in doswitch() 153 fputs("\t\tbreak; \\\n", stdout); in doswitch() 157 fprintf(stdout, "\tcase %d: switch (%s) { \\\n" /*}*/, in doswitch() 162 fprintf(stdout, in doswitch() 167 fprintf(stdout, in doswitch() 172 fputs(" \\\n", stdout); in doswitch() [all …]
|
| /openbsd-src/gnu/llvm/lldb/third_party/Python/module/progress/ |
| H A D | progress.py | 98 stdout=sys.stdout): argument 110 self.stdout = stdout 113 if hasattr(self.stdout, 'isatty') and self.stdout.isatty(): 114 self.stdout.write('\r') 116 self.stdout.write('\n') 117 self.stdout.write(str(self)) 118 self.stdout.flush() 136 stdout=sys.stdout): argument 148 stdout) 158 isatty = hasattr(self.stdout, 'isatty') and self.stdout.isatty() [all …]
|
| /openbsd-src/gnu/llvm/llvm/utils/reduce_pipeline_test/ |
| H A D | test.py | 10 stdout = run.stdout.decode() 11 stdout = stdout[:stdout.rfind('\n')] 12 stdout = stdout[stdout.rfind('\n') + 1:] 13 return stdout 27 stdout=subprocess.PIPE, 43 stdout=subprocess.PIPE, 56 stdout=subprocess.PIPE, 70 stdout=subprocess.PIPE, 84 stdout=subprocess.PIPE, 98 stdout=subprocess.PIPE,
|
| /openbsd-src/sys/arch/sparc64/dev/ |
| H A D | consinit.c | 62 int stdin = 0, stdout = 0; variable 128 if (!stdout) stdout = OF_stdout(); in prom_cninit() 141 if (!stdout) stdout = OF_stdout(); in prom_cnputc() 144 OF_write(stdout, &c0, 1); in prom_cnputc() 203 OF_getprop(chosen, "stdout", &stdout, sizeof(stdout)); in consinit() 205 DBPRINT(("stdout instance = %x\r\n", stdout)); in consinit() 207 if ((fbnode = OF_instance_to_package(stdout)) == 0) in consinit()
|
| /openbsd-src/gnu/llvm/clang/tools/clang-format/ |
| H A D | git-clang-format | 296 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 297 stdout, stderr = p.communicate() 300 return convert_string(stdout.strip()) 306 changed_lines = extract_lines(diff_process.stdout) 307 diff_process.stdout.close() 331 p = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE) 408 stdout=subprocess.PIPE) 409 stdout = git_ls_files.communicate()[0] 410 yield convert_string(stdout.split(b'\0')[0]) 438 stdout=subprocess.PIPE) [all …]
|
| /openbsd-src/gnu/usr.bin/perl/dist/IO/t/ |
| H A D | io_poll.t | 13 my $stdout = \*STDOUT; 14 my $dupout = IO::Handle->new_from_fd(fileno($stdout),"w"); 16 $poll->mask($stdout => POLLOUT); 19 unless $poll->mask($stdout) == POLLOUT; 36 unless $poll->events($stdout) == POLLOUT; 49 $poll->remove($stdout); 58 if $poll->mask($stdout); 64 if $poll->events($stdout);
|
| H A D | io_dup.t | 27 my $stdout = \*STDOUT; bless $stdout, "IO::File"; # "IO::Handle"; 30 $stdout->open( "Io.dup","w") || die "Can't open stdout"; 31 $stderr->fdopen($stdout,"w"); 33 print $stdout "ok 2\n"; 47 $stdout->close; 49 $stdout->fdopen($dupout,"w");
|
| /openbsd-src/regress/bin/ksh/ |
| H A D | unclass2.t | 9 expected-stdout: 22 expected-stdout: 33 expected-stdout: 69 expected-stdout: 86 expected-stdout: 110 expected-stdout: 123 expected-stdout: 144 expected-stdout-pattern: /^\[.*c.*\]$/ 158 expected-stdout: 170 expected-stdout: [all …]
|
| H A D | bksl-nl.t | 14 expected-stdout: 26 expected-stdout: 40 expected-stdout: 61 expected-stdout: 77 expected-stdout: 95 expected-stdout: 116 expected-stdout: 141 expected-stdout: 165 expected-stdout: 183 expected-stdout: [all …]
|
| H A D | unclass1.t | 8 expected-stdout: 20 expected-stdout: 32 expected-stdout: 44 expected-stdout: 53 expected-stdout-pattern: 72 expected-stdout: 80 expected-stdout: 88 expected-stdout: 97 expected-stdout:
|
| /openbsd-src/gnu/gcc/libmudflap/testsuite/libmudflap.c/ |
| H A D | heap-scalestress.c | 32 fprintf (stdout, "allocating\n"); in main() 33 fflush (stdout); in main() 40 fprintf (stdout, "malloc failed\n"); in main() 61 fprintf (stdout, "freeing\n"); in main() 62 fflush (stdout); in main() 73 fprintf (stdout, "done\n"); in main() 74 fflush (stdout); in main()
|
| /openbsd-src/usr.sbin/mopd/moptrace/ |
| H A D | moptrace.c | 129 fprintf(stdout, "Interface : %s", ii->if_name); in mopProcess() 130 mopPrintHeader(stdout, pkt, trans); in mopProcess() 131 mopPrintMopHeader(stdout, pkt, trans); in mopProcess() 133 mopDumpDL(stdout, pkt, trans); in mopProcess() 134 mopDumpRC(stdout, pkt, trans); in mopProcess() 136 fprintf(stdout, "\n"); in mopProcess() 137 fflush(stdout); in mopProcess()
|
| /openbsd-src/gnu/gcc/fixincludes/ |
| H A D | fixfixes.c | 92 fputc( q, stdout ); in print_quote() 97 fputc( ch, stdout ); in print_quote() 105 fputc( *(text++), stdout ); in print_quote() 136 fwrite (text, rm[0].rm_so, 1, stdout); in emit_gnu_type() 225 fwrite(text + pRM->rm_so, len, 1, stdout); in format_write() 285 fwrite( text, rm[0].rm_so, 1, stdout ); in FIX_PROC_HEAD() 293 fputs (text, stdout); in FIX_PROC_HEAD() 372 fwrite (text, 1, p - text, stdout); in FIX_PROC_HEAD() 379 fputs (text, stdout); in FIX_PROC_HEAD() 468 fwrite (text, 1, p - text, stdout); in FIX_PROC_HEAD() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/ |
| H A D | fixfixes.c | 95 fputc( q, stdout ); 100 fputc( ch, stdout ); 108 fputc( *(text++), stdout ); 142 fwrite (text, rm[0].rm_so, 1, stdout); 235 fwrite(text + pRM->rm_so, len, 1, stdout); 295 fwrite( text, rm[0].rm_so, 1, stdout ); in FIX_PROC_HEAD() 303 fputs (text, stdout); in FIX_PROC_HEAD() 382 fwrite (text, 1, p - text, stdout); in FIX_PROC_HEAD() 389 fputs (text, stdout); in FIX_PROC_HEAD() 478 fwrite (text, 1, p - text, stdout); in FIX_PROC_HEAD() [all …]
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | genconditions.c | 121 fputs (" { \"", stdout); in write_one_condition() 126 case '\n': fputs ("\\n\\", stdout); break; in write_one_condition() 134 fputs ("\",\n __builtin_constant_p ", stdout); in write_one_condition() 136 fputs ("\n ? (int) ", stdout); in write_one_condition() 138 fputs ("\n : -1 },\n", stdout); in write_one_condition() 255 fflush (stdout); in main() 256 return (ferror (stdout) != 0 ? FATAL_EXIT_CODE : SUCCESS_EXIT_CODE); in main()
|
| /openbsd-src/regress/lib/libcrypto/ige/ |
| H A D | igetest.c | 146 hexdump(stdout, "key", v->key, sizeof v->key); in run_test_vectors() 147 hexdump(stdout, "iv", v->iv, sizeof v->iv); in run_test_vectors() 148 hexdump(stdout, "in", v->in, v->length); in run_test_vectors() 149 hexdump(stdout, "expected", v->out, v->length); in run_test_vectors() 150 hexdump(stdout, "got", buf, v->length); in run_test_vectors() 163 hexdump(stdout, "key", v->key, sizeof v->key); in run_test_vectors() 164 hexdump(stdout, "iv", v->iv, sizeof v->iv); in run_test_vectors() 165 hexdump(stdout, "in", v->in, v->length); in run_test_vectors() 166 hexdump(stdout, "expected", v->out, v->length); in run_test_vectors() 167 hexdump(stdout, "got", buf, v->length); in run_test_vectors() [all …]
|
| /openbsd-src/gnu/llvm/llvm/utils/ |
| H A D | reduce_pipeline.py | 74 stdout=subprocess.PIPE, 82 stdout = opt.stdout.decode() variable 83 stdout = stdout[:stdout.rfind('\n')] variable 84 lst = pipeline.fromStr(stdout) 95 opt = subprocess.run(run_args, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 133 stdout=subprocess.PIPE, 141 stdout=subprocess.PIPE, 168 stdout=subprocess.PIPE, 194 stdout=subprocess.PIPE,
|
| H A D | update_any_test_checks.py | 34 result = subprocess.run([utc_tool, testname], stdout=subprocess.PIPE, 36 return (result.returncode, result.stdout, result.stderr) 88 return_code, stdout, stderr = future.result() 91 stdout = stdout.decode(errors='replace') 92 if stdout: 93 print(stdout, end='') 94 if not stdout.endswith('\n'):
|
| /openbsd-src/usr.bin/cvs/ |
| H A D | log.c | 75 out = stdout; in cvs_vlog() 80 if (out == stdout) in cvs_vlog() 83 out = stdout; in cvs_vlog() 148 putc('M', stdout); in cvs_printf() 149 putc(' ', stdout); in cvs_printf() 154 putc('>', stdout); in cvs_printf() 156 fwrite(dp, sizeof(char), (size_t)(sp - dp), stdout); in cvs_printf() 161 putc('\n', stdout); in cvs_printf()
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/lit/ |
| H A D | ProgressBar.py | 89 def __init__(self, term_stream=sys.stdout): 184 sys.stdout.write(self.header) 194 sys.stdout.write('%2d' % (i*2)) 198 sys.stdout.write('.') 200 sys.stdout.write(' ') 201 sys.stdout.flush() 206 sys.stdout.write('\n') 207 sys.stdout.flush() 248 sys.stdout.write(self.header) 270 sys.stdout.write( [all …]
|
| /openbsd-src/sbin/restore/ |
| H A D | restore.c | 57 Vprintf(stdout, "%s", type == LEAF ? "leaf" : "dir "); in listfile() 58 fprintf(stdout, "%10llu\t%s\n", (unsigned long long)ino, name); in listfile() 74 Dprintf(stdout, "%s: not on the tape\n", name); in addfile() 148 Vprintf(stdout, "Mark entries to be removed.\n"); in removeoldleaves() 156 Dprintf(stdout, "%s: REMOVE\n", myname(ep)); in removeoldleaves() 246 Dprintf(stdout, "name/inode conflict, mktempname %s\n", in nodeupdates() 274 Dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates() 310 Dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates() 334 Dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates() 347 Dprintf(stdout, "[%s] %s: %s|LINK\n", keyval(key), name, in nodeupdates() [all …]
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/ |
| H A D | redirects.txt | 1 # Check stdout redirect (> and >>). 3 # RUN: echo "not-present" > %t.stdout-write 4 # RUN: echo "is-present" > %t.stdout-write 5 # RUN: FileCheck --check-prefix=STDOUT-WRITE < %t.stdout-write %s 10 # RUN: echo "appended-line" >> %t.stdout-write 11 # RUN: FileCheck --check-prefix=STDOUT-APPEND < %t.stdout-write %s 36 # RUN: %{python} %S/write-to-stdout-and-stderr.py &> %t.combined 40 # COMBINED-WRITE: a line on stdout
|
| /openbsd-src/usr.sbin/mopd/mopprobe/ |
| H A D | mopprobe.c | 237 mopPrintHWA(stdout, src); in mopProcess() 238 fprintf(stdout," # "); in mopProcess() 239 mopPrintDevice(stdout, device); in mopProcess() 240 fprintf(stdout," "); in mopProcess() 241 mopPrintHWA(stdout, &pkt[hwa]); in mopProcess() 242 fprintf(stdout,"\n"); in mopProcess() 276 mopPrintHWA(stdout, src); in mopProcess() 277 fprintf(stdout," "); in mopProcess() 279 fprintf(stdout, "%c",pkt[idx+i]); in mopProcess() 282 fprintf(stdout, "\n"); in mopProcess()
|