Home
last modified time | relevance | path

Searched refs:stdout (Results 1 – 25 of 44) sorted by relevance

12

/xnu-12377.81.4/tests/
H A Dvm_test_code_signing_helper.c37 fprintf(stdout, in main()
54 fprintf(stdout, "allocated page at %p\n", in main()
90 fprintf(stdout, in main()
93 fprintf(stdout, "pausing...\n"); in main()
94 fflush(stdout); in main()
106 fprintf(stdout, in main()
109 fprintf(stdout, "pausing...\n"); in main()
110 fflush(stdout); in main()
119 fprintf(stdout, "cwd before = %s\n", getwd(NULL)); in main()
128 fprintf(stdout, "cwd after = %s\n", getwd(NULL)); in main()
[all …]
H A Dicmp_fragmented_payload.c115 fprintf(stdout, "icmp pcb: null"); in icmp4_pcb_print()
119 fprintf(stdout, "icmp pcb: \n" in icmp4_pcb_print()
317 fprintf(stdout, "tcp_hdr_offset: %lu, maxlen: %lu\n", tcp_hdr_offset, maxlen); in icmp4_pcb_assert_payload_correct()
H A Dtext_corruption_helper.c14 fflush(stdout); in foo()
H A Dposix_sem_namespace_helper.c57 fflush(stdout); in main()
H A Dsuspended_spawn_26184412.c32 setvbuf(stdout, NULL, _IONBF, 0); in spawn_and_signal()
H A Decc_test_helper.c30 fflush(stdout); in foo()
H A Dreply_port_defense_client.c666 fflush(stdout); in main()
674 fflush(stdout); in main()
/xnu-12377.81.4/tools/lldbmacros/
H A Dsysreg.py81 sys.stdout.write(para.text)
83 sys.stdout.write(_GetParaChildrenStr(child))
84 sys.stdout.write(child.tail)
140 sys.stdout.write(_GetIndentedString(2, ''))
141 sys.stdout.write(para.text)
143 sys.stdout.write(_GetParaChildrenStr(child))
144 sys.stdout.write((child.tail))
150 sys.stdout.write(_GetIndentedString(2, ''))
151 sys.stdout.write(para.text)
153 sys.stdout.write(_GetParaChildrenStr(child))
[all …]
H A Dutils.py527 stdout = result.stdout
532 … "exit code: {}, stdout: '{}', stderr: '{}'".format(command, returncode, stdout, stderr))
534 return (returncode, stdout, stderr)
H A Dxnu.py83 stream = CommandOutput(summary_function_name, fhandle=sys.stdout)
84 with RedirectStdStreams(stdout=stream), caching.ImplicitContext(lldbval):
322 with RedirectStdStreams(stdout=stream), caching.ImplicitContext(exe_ctx):
381 stream = CommandOutput(cmd_name, fhandle=sys.stdout)
382 with RedirectStdStreams(stdout=stream):
/xnu-12377.81.4/tools/tests/personas/
H A Dpersona_test.h99 fprintf(stdout, "[%4d] [DEBUG] " fmt "\n", getuid(), ## __VA_ARGS__ ); \
104 fprintf(stdout, "[%4d] [WARN ] " fmt "\n", getuid(), ## __VA_ARGS__ ); \
114 fprintf(stdout, "[%4d] [INFO ] " fmt "\n", getuid(), ## __VA_ARGS__ ); \
120 fprintf(stdout, "[%4d] [INFO ] " fmt, getuid(), ## __VA_ARGS__ ); \
125 fprintf(stdout, fmt, ## __VA_ARGS__ ); \
130 fprintf(stdout, "\n"); \
136 fprintf(stdout, "[%4d] [vINFO] " fmt "\n", getuid(), ## __VA_ARGS__ ); \
/xnu-12377.81.4/libkern/kxld/tests/
H A Dloadtest.py35 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)
/xnu-12377.81.4/tools/lldbmacros/tests/lldb_tests/
H A Dtest_process.py152 stdout = io.StringIO()
153 with contextlib.redirect_stdout(stdout):
157 self.assertIn(INVALID_PROC_SUMMARY, stdout.getvalue())
158 self.assertIn(INVALID_TASK_SUMMARY, stdout.getvalue())
H A Dtest_examples.py88 stdout = io.StringIO()
89 with contextlib.redirect_stdout(stdout):
100 self.assertEqual(stdout.getvalue(), expected)
/xnu-12377.81.4/tools/lldbmacros/core/
H A Dstandard.py24 def __init__(self, stdout=None, stderr=None): argument
25 self._stdout = stdout or sys.stdout
29 self.old_stdout, self.old_stderr = sys.stdout, sys.stderr
31 sys.stdout, sys.stderr = self._stdout, self._stderr
35 sys.stdout = self.old_stdout
/xnu-12377.81.4/tools/lldbmacros/tests/integration_smoke/
H A Dtest_lldb_macros.py61 return session.exec("showallvnodes").stdout.readlines(4)[1].strip().split()[0]
643 stdout = lldb_gdb_session.exec('help')
647 …user_defined_macros = stdout[stdout.find(_start_after) + len(_start_after): stdout.find(_end_befor…
/xnu-12377.81.4/libkern/kxld/
H A DWKdmCompress.c136 fflush(stdout); in WKdm_compress()
172 printf("AFTER MODELING in WKdm_compress()\n"); fflush(stdout); in WKdm_compress()
185 fflush(stdout); in WKdm_compress()
/xnu-12377.81.4/tools/
H A Dsymbolify.py24 p = Popen(cmd, shell=True, stdout=PIPE)
25 return p.stdout
/xnu-12377.81.4/tests/sched/
H A Dthread_group_flags.c224 ret = ktrace_print_trace_point(stdout, read_session, e, KTP_KIND_CSV, in search_for_workload_id_tg_flags_tracepoints()
239 ret = ktrace_print_trace_point(stdout, read_session, e, KTP_KIND_CSV, in search_for_workload_id_tg_flags_tracepoints()
258 ret = ktrace_print_trace_point(stdout, read_session, e, KTP_KIND_CSV, in search_for_workload_id_tg_flags_tracepoints()
346 ret = ktrace_print_trace_point(stdout, read_session, e, KTP_KIND_CSV, in search_for_pid_based_tg_flags_tracepoints()
/xnu-12377.81.4/tools/lldbmacros/plugins/
H A Diosspeedtracer.py23 …s.path.abspath(__file__)), "iosspeedtracer.sh")], stdin=subprocess.PIPE, stdout=subprocess.PIPE, s…
/xnu-12377.81.4/bsd/man/man4/
H A DMakefile36 stdout.4 \
/xnu-12377.81.4/tests/benchmark/
H A Dhelpers.c43 fflush(stdout); in benchmark_log()
/xnu-12377.81.4/tools/tests/affinity/
H A Dtags.c138 fflush(stdout); in main()
/xnu-12377.81.4/tools/tests/superpages/
H A Dmeasure_tlbs.c127 fflush(stdout); in main()
/xnu-12377.81.4/libkdd/
H A Dkdd_main.m118 fwrite(plist.bytes, plist.length, 1, stdout);

12