Home
last modified time | relevance | path

Searched refs:debug_out (Results 1 – 4 of 4) sorted by relevance

/external/strace/tests-mx32/
Dnsyscalls.c60 static FILE *debug_out; variable
79 fprintf(debug_out, "%s: pid %d invalid syscall %#lx\n", in test_syscall()
116 debug_out = fdopen(debug_out_fd, "a"); in main()
117 if (!debug_out) in main()
/external/strace/tests-m32/
Dnsyscalls.c60 static FILE *debug_out; variable
79 fprintf(debug_out, "%s: pid %d invalid syscall %#lx\n", in test_syscall()
116 debug_out = fdopen(debug_out_fd, "a"); in main()
117 if (!debug_out) in main()
/external/strace/tests/
Dnsyscalls.c60 static FILE *debug_out; variable
79 fprintf(debug_out, "%s: pid %d invalid syscall %#lx\n", in test_syscall()
116 debug_out = fdopen(debug_out_fd, "a"); in main()
117 if (!debug_out) in main()
/external/sonivox/jet_tools/JetCreator/
Dmidifile.py1412 midi_file_logger.error(' '.join(debug_out))
1413 debug_out = ['%08x:' % (pos + i)]
1417 debug_out.append('%02x' % ord(byte))
1419 midi_file_logger.error(' '.join(debug_out))