Searched refs:printerr (Results 1 - 1 of 1) sorted by relevance

/httpd/support/win32/
H A Dwintty.c64 void printerr(char *fmt, ...) function
158 printerr("GetProcessWindowStation() failed (%d)\n", GetLastError());
161 printerr("GetUserObjectInfoformation(hWinSta) failed (%d)\n", GetLastError());
164 printerr("WindowStation Name %s is a service\n", str);
171 printerr("GetStdHandle(STD_INPUT_HANDLE) failed (%d)\n",
180 printerr("DupHandle(stdin [%x]) failed (%d)\n",
186 printerr("GetStdHandle(STD_OUTPUT_HANDLE) failed (%d)\n",
195 printerr("DupHandle(stdout [%x]) failed (%d)\n",
201 printerr("GetStdHandle(STD_ERROR_HANDLE) failed (%d)\n",
210 printerr("DupHandl
[all...]

Completed in 12 milliseconds