Searched defs:stdout (Results 1 - 2 of 2) sorted by relevance
/inkscape/cxxtest/cxxtest/ |
H A D | StdioPrinter.h | 5 // The StdioPrinter is an StdioFilePrinter which defaults to stdout. 17 StdioPrinter( FILE *o = stdout, const char *preLine = ":", const char *postLine = "" ) : argument
|
/inkscape/src/ |
H A D | winconsole.cpp | 80 echo_thread_info stdout = {NULL, NULL, 4096}; local 105 stdout.echo_write = GetStdHandle(STD_OUTPUT_HANDLE); 108 CreatePipe(&stdout.echo_read, &inkscape_stdout, &sa, 0); 145 stdout_thread = CreateThread(NULL, 0, echo_thread, (void*) &stdout, 0, &unused);
|
Completed in 24 milliseconds