Searched defs:err_out (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dacceptread.c51 static PRFileDesc *std_out, *err_out; variable
58 if (PR_FAILURE == rv) PL_FPrintError(err_out, "PR_NetAddrToString");
77 PL_FPrintError(err_out, "PR_NewTCPSocket (client) failed");
83 PL_FPrintError(err_out, "PR_Connect (client) failed");
88 PL_FPrintError(err_out, "PR_GetPeerName (client) failed");
101 if (nbytes == -1) PL_FPrintError(err_out, "PR_Send (client) failed");
104 if (nbytes == -1) PL_FPrintError(err_out, "PR_Recv (client) failed");
113 PL_FPrintError(err_out, "PR_Shutdown (client) failed");
116 PL_FPrintError(err_out, "PR_Close (client) failed");
134 PL_FPrintError(err_out, "PR_NewTCPSocke
[all...]
H A Dacceptreademu.c57 static PRFileDesc *std_out, *err_out; variable
73 if (PR_FAILURE == rv) PL_FPrintError(err_out, "PR_NetAddrToString");
92 PL_FPrintError(err_out, "PR_NewTCPSocket (client) failed");
98 PL_FPrintError(err_out, "PR_Connect (client) failed");
103 PL_FPrintError(err_out, "PR_GetPeerName (client) failed");
116 if (nbytes == -1) PL_FPrintError(err_out, "PR_Send (client) failed");
119 if (nbytes == -1) PL_FPrintError(err_out, "PR_Recv (client) failed");
128 PL_FPrintError(err_out, "PR_Shutdown (client) failed");
131 PL_FPrintError(err_out, "PR_Close (client) failed");
150 PL_FPrintError(err_out, "PR_NewTCPSocke
[all...]

Completed in 44 milliseconds