Home
last modified time | relevance | path

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

12

/xnu-8792.81.2/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 Dsuspended_spawn_26184412.c32 setvbuf(stdout, NULL, _IONBF, 0); in spawn_and_signal()
H A Decc_test_helper.c21 fflush(stdout); in foo()
H A Dcpucount.c80 setvbuf(stdout, NULL, _IONBF, 0);
H A Dsioc-if-addr-bounds.c634 fflush(stdout); in test_sioc_ifr_bounds()
967 fflush(stdout); in test_sioc_ifr_addr_config_v4()
1004 fflush(stdout); in test_sioc_ifr_addr_config_v6()
/xnu-8792.81.2/tools/lldbmacros/
H A Dsysreg.py84 sys.stdout.write(para.text)
86 sys.stdout.write(_GetParaChildrenStr(child))
87 sys.stdout.write(child.tail)
143 sys.stdout.write(_GetIndentedString(2, ''))
144 sys.stdout.write(para.text)
146 sys.stdout.write(_GetParaChildrenStr(child))
147 sys.stdout.write((child.tail))
153 sys.stdout.write(_GetIndentedString(2, ''))
154 sys.stdout.write(para.text)
156 sys.stdout.write(_GetParaChildrenStr(child))
[all …]
H A Dutils.py517 stdout = result.stdout
521 process = subprocess.Popen(command, stderr=subprocess.PIPE, stdout=subprocess.PIPE)
522 stdout, stderr = process.communicate()
527 stdout = ""
532 … "exit code: {}, stdout: '{}', stderr: '{}'".format(command, returncode, stdout, stderr))
534 return (returncode, stdout, stderr)
H A Dxnu.py80 stream = CommandOutput(summary_function_name, fhandle=sys.stdout)
81 with RedirectStdStreams(stdout=stream):
138 with RedirectStdStreams(stdout=stream) :
199 stream = CommandOutput(cmd_name, fhandle=sys.stdout)
200 with RedirectStdStreams(stdout=stream):
/xnu-8792.81.2/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-8792.81.2/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-8792.81.2/tools/lldbmacros/core/
H A Dstandard.py21 def __init__(self, stdout=None, stderr=None): argument
22 self._stdout = stdout or sys.stdout
26 self.old_stdout, self.old_stderr = sys.stdout, sys.stderr
28 sys.stdout, sys.stderr = self._stdout, self._stderr
32 sys.stdout = self.old_stdout
/xnu-8792.81.2/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-8792.81.2/tools/
H A Dsymbolify.py24 p = Popen(cmd, shell=True, stdout=PIPE)
25 return p.stdout
/xnu-8792.81.2/tools/lldbmacros/plugins/
H A Diosspeedtracer.py23 …s.path.abspath(__file__)), "iosspeedtracer.sh")], stdin=subprocess.PIPE, stdout=subprocess.PIPE, s…
/xnu-8792.81.2/bsd/man/man4/
H A DMakefile36 stdout.4 \
/xnu-8792.81.2/tests/benchmark/
H A Dhelpers.c40 fflush(stdout); in benchmark_log()
/xnu-8792.81.2/tools/tests/affinity/
H A Dtags.c138 fflush(stdout); in main()
H A Dpool.c230 fflush(stdout); in manager_fn()
/xnu-8792.81.2/tools/tests/superpages/
H A Dmeasure_tlbs.c127 fflush(stdout); in main()
H A Dtestsp.c587 fflush(stdout); in test_fork()
821 fflush(stdout); in main()
/xnu-8792.81.2/libkdd/
H A Dkdd_main.m118 fwrite(plist.bytes, plist.length, 1, stdout);
/xnu-8792.81.2/tools/lockstat/
H A Dlockstat.c97 setlinebuf(stdout); in main()
/xnu-8792.81.2/tests/ktrace/
H A Dkpc_tests.c401 ret = ktrace_config_print_description(ktconfig, stdout);
731 ktrace_config_print_description(config, stdout);

12