| /xnu-8792.81.2/tests/ |
| H A D | vm_test_code_signing_helper.c | 37 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 D | icmp_fragmented_payload.c | 115 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 D | text_corruption_helper.c | 14 fflush(stdout); in foo()
|
| H A D | suspended_spawn_26184412.c | 32 setvbuf(stdout, NULL, _IONBF, 0); in spawn_and_signal()
|
| H A D | ecc_test_helper.c | 21 fflush(stdout); in foo()
|
| H A D | cpucount.c | 80 setvbuf(stdout, NULL, _IONBF, 0);
|
| H A D | sioc-if-addr-bounds.c | 634 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 D | sysreg.py | 84 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 D | utils.py | 517 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 D | xnu.py | 80 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 D | persona_test.h | 99 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 D | loadtest.py | 35 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 D | standard.py | 21 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 D | WKdmCompress.c | 136 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 D | symbolify.py | 24 p = Popen(cmd, shell=True, stdout=PIPE) 25 return p.stdout
|
| /xnu-8792.81.2/tools/lldbmacros/plugins/ |
| H A D | iosspeedtracer.py | 23 …s.path.abspath(__file__)), "iosspeedtracer.sh")], stdin=subprocess.PIPE, stdout=subprocess.PIPE, s…
|
| /xnu-8792.81.2/bsd/man/man4/ |
| H A D | Makefile | 36 stdout.4 \
|
| /xnu-8792.81.2/tests/benchmark/ |
| H A D | helpers.c | 40 fflush(stdout); in benchmark_log()
|
| /xnu-8792.81.2/tools/tests/affinity/ |
| H A D | tags.c | 138 fflush(stdout); in main()
|
| H A D | pool.c | 230 fflush(stdout); in manager_fn()
|
| /xnu-8792.81.2/tools/tests/superpages/ |
| H A D | measure_tlbs.c | 127 fflush(stdout); in main()
|
| H A D | testsp.c | 587 fflush(stdout); in test_fork() 821 fflush(stdout); in main()
|
| /xnu-8792.81.2/libkdd/ |
| H A D | kdd_main.m | 118 fwrite(plist.bytes, plist.length, 1, stdout);
|
| /xnu-8792.81.2/tools/lockstat/ |
| H A D | lockstat.c | 97 setlinebuf(stdout); in main()
|
| /xnu-8792.81.2/tests/ktrace/ |
| H A D | kpc_tests.c | 401 ret = ktrace_config_print_description(ktconfig, stdout); 731 ktrace_config_print_description(config, stdout);
|